Home
last modified time | relevance | path

Searched defs:SqlPoolDescriptor (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/cats/
H A Dcats.h1085 struct SqlPoolDescriptor { struct
1086 dlist* pool_entries; /**< Linked list of all pool entries */
1087 bool active; /**< Is this an active pool, after a config reload an pool is
1089 time_t last_update; /**< When was this pool last updated */
1090 int min_connections; /**< Minimum number of connections in the connection pool
1092 int max_connections; /**< Maximum number of connections in the connection pool
1094 int increment_connections; /**< Increase/Decrease the number of connection in
1096 int idle_timeout; /**< Number of seconds to wait before tearing down a
1098 int validate_timeout; /**< Number of seconds after which an idle connection
1100 int nr_connections; /**< Number of active connections in the pool */
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/cats/
H A Dcats.h1134 struct SqlPoolDescriptor { struct
1135 dlist* pool_entries = nullptr; /**< Linked list of all pool entries */
1136 bool active = false; /**< Is this an active pool, after a config reload an
1138 time_t last_update = 0; /**< When was this pool last updated */
1139 int min_connections =
1142 int max_connections =
1145 int increment_connections = 0; /**< Increase/Decrease the number of connection
1147 int idle_timeout = 0; /**< Number of seconds to wait before tearing down a
1149 int validate_timeout = 0; /**< Number of seconds after which an idle
1151 int nr_connections = 0; /**< Number of active connections in the pool */
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/cats/
H A Dcats.h1134 struct SqlPoolDescriptor { struct
1135 dlist* pool_entries = nullptr; /**< Linked list of all pool entries */
1136 bool active = false; /**< Is this an active pool, after a config reload an
1138 time_t last_update = 0; /**< When was this pool last updated */
1139 int min_connections =
1142 int max_connections =
1145 int increment_connections = 0; /**< Increase/Decrease the number of connection
1147 int idle_timeout = 0; /**< Number of seconds to wait before tearing down a
1149 int validate_timeout = 0; /**< Number of seconds after which an idle
1151 int nr_connections = 0; /**< Number of active connections in the pool */
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/cats/
H A Dcats.h1134 struct SqlPoolDescriptor { struct
1135 dlist* pool_entries = nullptr; /**< Linked list of all pool entries */
1136 bool active = false; /**< Is this an active pool, after a config reload an
1138 time_t last_update = 0; /**< When was this pool last updated */
1139 int min_connections =
1142 int max_connections =
1145 int increment_connections = 0; /**< Increase/Decrease the number of connection
1147 int idle_timeout = 0; /**< Number of seconds to wait before tearing down a
1149 int validate_timeout = 0; /**< Number of seconds after which an idle
1151 int nr_connections = 0; /**< Number of active connections in the pool */
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/cats/
H A Dcats.h1116 struct SqlPoolDescriptor { struct
1117 dlist* pool_entries = nullptr; /**< Linked list of all pool entries */
1118 bool active = false; /**< Is this an active pool, after a config reload an
1120 time_t last_update = 0; /**< When was this pool last updated */
1121 int min_connections
1124 int max_connections
1127 int increment_connections = 0; /**< Increase/Decrease the number of connection
1129 int idle_timeout = 0; /**< Number of seconds to wait before tearing down a
1131 int validate_timeout = 0; /**< Number of seconds after which an idle
1133 int nr_connections = 0; /**< Number of active connections in the pool */
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/cats/
H A Dcats.h1116 struct SqlPoolDescriptor { struct
1117 dlist* pool_entries = nullptr; /**< Linked list of all pool entries */
1118 bool active = false; /**< Is this an active pool, after a config reload an
1120 time_t last_update = 0; /**< When was this pool last updated */
1121 int min_connections
1124 int max_connections
1127 int increment_connections = 0; /**< Increase/Decrease the number of connection
1129 int idle_timeout = 0; /**< Number of seconds to wait before tearing down a
1131 int validate_timeout = 0; /**< Number of seconds after which an idle
1133 int nr_connections = 0; /**< Number of active connections in the pool */
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/cats/
H A Dcats.h1116 struct SqlPoolDescriptor { struct
1117 dlist* pool_entries = nullptr; /**< Linked list of all pool entries */
1118 bool active = false; /**< Is this an active pool, after a config reload an
1120 time_t last_update = 0; /**< When was this pool last updated */
1121 int min_connections
1124 int max_connections
1127 int increment_connections = 0; /**< Increase/Decrease the number of connection
1129 int idle_timeout = 0; /**< Number of seconds to wait before tearing down a
1131 int validate_timeout = 0; /**< Number of seconds after which an idle
1133 int nr_connections = 0; /**< Number of active connections in the pool */
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/cats/
H A Dcats.h1085 struct SqlPoolDescriptor { struct
1086 dlist* pool_entries; /**< Linked list of all pool entries */
1087 bool active; /**< Is this an active pool, after a config reload an pool is
1089 time_t last_update; /**< When was this pool last updated */
1090 int min_connections; /**< Minimum number of connections in the connection pool
1092 int max_connections; /**< Maximum number of connections in the connection pool
1094 int increment_connections; /**< Increase/Decrease the number of connection in
1096 int idle_timeout; /**< Number of seconds to wait before tearing down a
1098 int validate_timeout; /**< Number of seconds after which an idle connection
1100 int nr_connections; /**< Number of active connections in the pool */
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/cats/
H A Dcats.h1085 struct SqlPoolDescriptor { struct
1086 dlist* pool_entries; /**< Linked list of all pool entries */
1087 bool active; /**< Is this an active pool, after a config reload an pool is
1089 time_t last_update; /**< When was this pool last updated */
1090 int min_connections; /**< Minimum number of connections in the connection pool
1092 int max_connections; /**< Maximum number of connections in the connection pool
1094 int increment_connections; /**< Increase/Decrease the number of connection in
1096 int idle_timeout; /**< Number of seconds to wait before tearing down a
1098 int validate_timeout; /**< Number of seconds after which an idle connection
1100 int nr_connections; /**< Number of active connections in the pool */
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/cats/
H A Dcats.h1085 struct SqlPoolDescriptor { struct
1086 dlist* pool_entries; /**< Linked list of all pool entries */
1087 bool active; /**< Is this an active pool, after a config reload an pool is
1089 time_t last_update; /**< When was this pool last updated */
1090 int min_connections; /**< Minimum number of connections in the connection pool
1092 int max_connections; /**< Maximum number of connections in the connection pool
1094 int increment_connections; /**< Increase/Decrease the number of connection in
1096 int idle_timeout; /**< Number of seconds to wait before tearing down a
1098 int validate_timeout; /**< Number of seconds after which an idle connection
1100 int nr_connections; /**< Number of active connections in the pool */
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/cats/
H A Dcats.h1116 struct SqlPoolDescriptor { struct
1117 dlist* pool_entries = nullptr; /**< Linked list of all pool entries */
1118 bool active = false; /**< Is this an active pool, after a config reload an
1120 time_t last_update = 0; /**< When was this pool last updated */
1121 int min_connections
1124 int max_connections
1127 int increment_connections = 0; /**< Increase/Decrease the number of connection
1129 int idle_timeout = 0; /**< Number of seconds to wait before tearing down a
1131 int validate_timeout = 0; /**< Number of seconds after which an idle
1133 int nr_connections = 0; /**< Number of active connections in the pool */
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/cats/
H A Dcats.h1134 struct SqlPoolDescriptor { struct
1135 dlist* pool_entries = nullptr; /**< Linked list of all pool entries */
1136 bool active = false; /**< Is this an active pool, after a config reload an
1138 time_t last_update = 0; /**< When was this pool last updated */
1139 int min_connections =
1142 int max_connections =
1145 int increment_connections = 0; /**< Increase/Decrease the number of connection
1147 int idle_timeout = 0; /**< Number of seconds to wait before tearing down a
1149 int validate_timeout = 0; /**< Number of seconds after which an idle
1151 int nr_connections = 0; /**< Number of active connections in the pool */
[all …]