• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/apr-util/include/

Lines Matching defs: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
141 apr_pool_t *pool, const char *params,
148 * @param pool - working pool
156 apr_pool_t *pool, const char *params,
189 * @param pool - working pool
193 APU_DECLARE(int) apr_dbd_check_conn(const apr_dbd_driver_t *driver, apr_pool_t *pool,
199 * @param pool - working pool
204 APU_DECLARE(int) apr_dbd_set_dbname(const apr_dbd_driver_t *driver, apr_pool_t *pool,
210 * @param pool - a pool to use for error messages (if any).
222 apr_pool_t *pool,
236 apr_pool_t *pool,
277 * @param pool - pool to allocate the result set
286 APU_DECLARE(int) apr_dbd_select(const apr_dbd_driver_t *driver, apr_pool_t *pool,
312 * @param pool - pool to allocate the row
319 APU_DECLARE(int) apr_dbd_get_row(const apr_dbd_driver_t *driver, apr_pool_t *pool,
358 * @param pool - pool to alloc the result from
364 apr_pool_t *pool, const char *string,
370 * @param pool - pool to alloc the result from
395 APU_DECLARE(int) apr_dbd_prepare(const apr_dbd_driver_t *driver, apr_pool_t *pool,
404 * @param pool - working pool
412 APU_DECLARE(int) apr_dbd_pquery(const apr_dbd_driver_t *driver, apr_pool_t *pool,
420 * @param pool - working pool
429 APU_DECLARE(int) apr_dbd_pselect(const apr_dbd_driver_t *driver, apr_pool_t *pool,
437 * @param pool - working pool
445 apr_pool_t *pool,
452 * @param pool - working pool
461 apr_pool_t *pool, apr_dbd_t *handle,
469 * @param pool - working pool
477 apr_pool_t *pool, apr_dbd_t *handle,
484 * @param pool - working pool
493 apr_pool_t *pool,
501 * @param pool - working pool
509 apr_pool_t *pool,
516 * @param pool - working pool
525 apr_pool_t *pool, apr_dbd_t *handle,