MCPcopy Create free account
hub / github.com/apache/httpd / ap_retained_data_get

Function ap_retained_data_get

server/config.c:2519–2525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2517}
2518
2519AP_DECLARE(void *) ap_retained_data_get(const char *key)
2520{
2521 void *retained;
2522
2523 apr_pool_userdata_get((void *)&retained, key, ap_pglobal);
2524 return retained;
2525}
2526
2527AP_DECLARE(void *) ap_retained_data_create(const char *key, apr_size_t size)
2528{

Callers 6

pre_initFunction · 0.85
ap_unixd_mpm_set_signalsFunction · 0.85
prefork_pre_configFunction · 0.85
worker_pre_configFunction · 0.85
event_pre_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected