Searched defs:parsed_subnets (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authz_host.c | 52 static apr_hash_t *parsed_subnets; variable 116 if (parsed_subnets && 117 (*ip = apr_hash_get(parsed_subnets, w, APR_HASH_KEY_STRING)) != NULL) 138 if (parsed_subnets) 139 apr_hash_set(parsed_subnets, w, APR_HASH_KEY_STRING, *ip); 282 parsed_subnets = apr_hash_make(ptemp); 285 apr_hash_set(parsed_subnets, "127.0.0.0/8", APR_HASH_KEY_STRING, localhost_v4); 289 apr_hash_set(parsed_subnets, "::1", APR_HASH_KEY_STRING, localhost_v6); 299 parsed_subnets = NULL;
|
Completed in 517 milliseconds