Lines Matching refs:pool

91  *  @param pool - pool to register any shutdown cleanups, etc
93 APU_DECLARE(apr_status_t) apr_dbd_init(apr_pool_t *pool);
97 * @param pool - (process) pool to register cleanup
105 APU_DECLARE(apr_status_t) apr_dbd_get_driver(apr_pool_t *pool, const char *name,
111 * @param pool - working pool
144 apr_pool_t *pool, const char *params,
151 * @param pool - working pool
159 apr_pool_t *pool, const char *params,
192 * @param pool - working pool
196 APU_DECLARE(int) apr_dbd_check_conn(const apr_dbd_driver_t *driver, apr_pool_t *pool,
202 * @param pool - working pool
207 APU_DECLARE(int) apr_dbd_set_dbname(const apr_dbd_driver_t *driver, apr_pool_t *pool,
213 * @param pool - a pool to use for error messages (if any).
225 apr_pool_t *pool,
239 apr_pool_t *pool,
280 * @param pool - pool to allocate the result set
289 APU_DECLARE(int) apr_dbd_select(const apr_dbd_driver_t *driver, apr_pool_t *pool,
315 * @param pool - pool to allocate the row
322 APU_DECLARE(int) apr_dbd_get_row(const apr_dbd_driver_t *driver, apr_pool_t *pool,
361 * @param pool - pool to alloc the result from
367 apr_pool_t *pool, const char *string,
373 * @param pool - pool to alloc the result from
398 APU_DECLARE(int) apr_dbd_prepare(const apr_dbd_driver_t *driver, apr_pool_t *pool,
407 * @param pool - working pool
415 APU_DECLARE(int) apr_dbd_pquery(const apr_dbd_driver_t *driver, apr_pool_t *pool,
423 * @param pool - working pool
432 APU_DECLARE(int) apr_dbd_pselect(const apr_dbd_driver_t *driver, apr_pool_t *pool,
440 * @param pool - working pool
448 apr_pool_t *pool,
455 * @param pool - working pool
464 apr_pool_t *pool, apr_dbd_t *handle,
472 * @param pool - working pool
480 apr_pool_t *pool, apr_dbd_t *handle,
487 * @param pool - working pool
496 apr_pool_t *pool,
504 * @param pool - working pool
512 apr_pool_t *pool,
519 * @param pool - working pool
528 apr_pool_t *pool, apr_dbd_t *handle,