Home | History | Annotate | Download | only in httpd

Lines Matching defs:replace

235 		/* replace the element in the array */
1207 const char *replace = NULL, *map_to = NULL, *p;
1234 * If we find a matching left hand side, replace will point
1245 replace = p;
1262 replace = NULL;
1266 len = p - replace - num_esc;
1275 (reqlen == len && esccmp(file, replace, len) != 0) ||
1277 esccmp(file, replace
1284 replace = NULL;
1301 if (replace && map_to) {