Lines Matching refs:match
33 /** A proxy IP mask to match */
129 remoteip_proxymatch_t *match;
138 config->proxymatch_ip = apr_array_make(cmd->pool, 1, sizeof(*match));
140 match = (remoteip_proxymatch_t *) apr_array_push(config->proxymatch_ip);
141 match->internal = cmd->info;
145 rv = apr_ipsubnet_create(&match->ip, ip, s, cmd->pool);
162 rv = apr_ipsubnet_create(&match->ip, ip, NULL, cmd->pool);
166 match = (remoteip_proxymatch_t *)
168 match->internal = cmd->info;
266 remoteip_proxymatch_t *match;
267 match = (remoteip_proxymatch_t *)config->proxymatch_ip->elts;
269 if (apr_ipsubnet_test(match[i].ip, temp_sa)) {
275 internal = match[i].internal;