Searched refs:tp (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/filters/
H A Dsed0.c201 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/metadata/
H A Dmod_mime_magic.c1990 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 == '"')) {
/httpd/modules/generators/
H A Dmod_autoindex.c1507 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),

Completed in 24 milliseconds