Searched defs:tp (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/filters/ |
H A D | sed0.c | 201 char *p, *op, *tp; local 337 tp = commands->lab->asc; 338 while ((*tp++ = *commands->cp++)) { 339 if (tp >= &(commands->lab->asc[8])) { 344 *--tp = '\0'; 448 tp = commands->lab->asc; 449 while ((*tp++ = *commands->cp++)) 450 if (tp >= &(commands->lab->asc[8])) { 455 *--tp = '\0';
|
/httpd/modules/generators/ |
H A D | mod_autoindex.c | 1507 char *tp; local 1558 if ((tp = find_default_icon(d, "^^BLANKICON^^"))) { 1559 ap_rvputs(r, "<img src=\"", ap_escape_html(scratch, tp), 1613 if ((tp = find_default_icon(d, "^^BLANKICON^^"))) { 1614 ap_rvputs(r, "<img src=\"", ap_escape_html(scratch, tp),
|
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 1990 unsigned char *tp = buf + 1; local 1992 while (apr_isspace(*tp)) 1993 ++tp; /* skip leading whitespace */ 1994 if ((apr_isalnum(*tp) || *tp == '\\') && 1995 (apr_isalnum(*(tp + 1)) || *tp == '"')) {
|
Completed in 37 milliseconds