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

/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c122 static apr_status_t clear_result(void *data) function
173 apr_pool_cleanup_register(pool, sql->proc, clear_result,
332 apr_pool_cleanup_run(res->pool, res->proc, clear_result);
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_pgsql.c76 static apr_status_t clear_result(void *data) function
158 apr_pool_cleanup_register(pool, res, clear_result,
268 apr_pool_cleanup_run(res->pool, res->res, clear_result);
850 apr_pool_cleanup_register(pool, res, clear_result,

Completed in 160 milliseconds