Searched refs:reslist_cleanup (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/apr-util/misc/
H A Dapr_reslist.c138 static apr_status_t reslist_cleanup(void *data_) function
309 reslist_cleanup(rl);
313 apr_pool_cleanup_register(rl->pool, rl, reslist_cleanup,
323 return apr_pool_cleanup_run(reslist->pool, reslist, reslist_cleanup);
467 apr_pool_cleanup_kill(rl->pool, rl, reslist_cleanup);
469 apr_pool_pre_cleanup_register(rl->pool, rl, reslist_cleanup);
471 apr_pool_cleanup_register(rl->pool, rl, reslist_cleanup,

Completed in 61 milliseconds