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

/httpd/modules/metadata/
H A Dmod_remoteip.c50 apr_array_header_t *proxymatch_ip; member in struct:__anon265
85 config->proxymatch_ip = server->proxymatch_ip
86 ? server->proxymatch_ip
87 : global->proxymatch_ip;
137 if (!config->proxymatch_ip) {
138 config->proxymatch_ip = apr_array_make(cmd->pool, 1, sizeof(*match));
140 match = (remoteip_proxymatch_t *) apr_array_push(config->proxymatch_ip);
167 apr_array_push(config->proxymatch_ip);
244 if (config->proxymatch_ip) {
[all...]

Completed in 10 milliseconds