Searched defs:ap_pglobal (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dconfig.c64 AP_DECLARE_DATA apr_pool_t *ap_pglobal = NULL; variable
2597 apr_pool_userdata_get((void *)&retained, key, ap_pglobal);
2605 retained = apr_pcalloc(ap_pglobal, size);
2606 apr_pool_userdata_set((const void *)retained, key, apr_pool_cleanup_null, ap_pglobal);

Completed in 206 milliseconds