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

/httpd/modules/lua/
H A Dlua_vmprep.c438 apr_reslist_t* reslist = NULL; local
440 hash = apr_psprintf(r->pool, "reslist:%s", spec->file);
444 if (apr_pool_userdata_get((void **)&reslist, hash,
446 if (reslist != NULL) {
447 if (apr_reslist_acquire(reslist, (void**) &sspec) == APR_SUCCESS) {
456 apr_reslist_create(&reslist, spec->vm_min, spec->vm_max, spec->vm_max, 0,
460 == APR_SUCCESS && reslist != NULL) {
461 apr_pool_userdata_set(reslist, hash, NULL,
463 if (apr_reslist_acquire(reslist, (void**) &sspec) == APR_SUCCESS) {
H A Dmod_lua.c154 apr_reslist_t* reslist = NULL; local
160 hash = apr_psprintf(r->pool, "reslist:%s", spec->file);
161 if (apr_pool_userdata_get((void **)&reslist, hash,
164 if (reslist != NULL) {
165 apr_reslist_release(reslist, sspec);
/httpd/modules/database/
H A Dmod_dbd.c62 apr_reslist_t *reslist; member in struct:dbd_group_t
509 * Also use this for opening in non-reslist modes, since it gives
626 /* We create the reslist using a sub-pool of the pool passed to our
630 * reslist calls, which have an internal mutex.
634 * as a cleanup afterwards, so that it will run before the reslist's
640 * then it runs the reslist's cleanup. The cleanup calls dbd_destruct()
644 rv = apr_reslist_create(&group->reslist,
673 "Failed to create reslist cleanup memory pool");
717 * initialize the reslist because dbd_setup_init failed to do so
731 if (!group->reslist) {
860 apr_reslist_t *reslist; member in struct:__anon100
[all...]

Completed in 21 milliseconds