Searched defs:lp (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/filters/ |
H A D | regexp.c | 390 static int _advance(char *lp, char *ep, step_vars_storage *vars) argument 404 if (*ep++ == *lp++) 409 if (*lp++) 414 if (*lp == 0) 419 vars->loc2 = lp; 423 c = (unsigned char)*lp++; 434 c = *lp++; 443 vars->braslist[epint] = lp; 449 vars->braelist[epint] = lp; 457 if (*lp [all...] |
H A D | sed1.c | 629 char *lp, *sp, *rp; local 638 lp = eval->linebuf; 641 sp = place(eval, sp, lp, step_vars->loc1); 665 lp = step_vars->loc2; 667 append_to_genbuf(eval, lp, &sp);
|
/httpd/server/ |
H A D | mpm_unix.c | 617 ap_listen_rec *lp; local 629 lp = ap_listeners; 630 while (lp && lp->protocol && strcasecmp(lp->protocol, "http") != 0) { 631 lp = lp->next; 633 if (!lp) { 634 lp = ap_listeners; 637 rv = apr_socket_create(&sock, lp [all...] |
H A D | util_script.c | 302 int lp = strlen(path_info); local 304 while (lu-- && lp-- && uri[lu] == path_info[lp]) { 305 if (path_info[lp] == '/') {
|
Completed in 22 milliseconds