Searched defs:text (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/dav/main/
H A Dutil_lock.c224 const char *text; local
234 NULL, &text, NULL);
235 lock->owner = text;
/httpd/modules/filters/
H A Dsed0.c36 static char *text(sed_commands_t *commands, char *textbuf, char *endbuf);
378 p = text(commands, commands->rep->re1, commands->reend);
391 p = text(commands, commands->rep->re1, commands->reend);
408 p = text(commands, commands->rep->re1, commands->reend);
503 p = text(commands, commands->rep->re1, commands->reend);
591 if (text(commands, fnamebuf, &fnamebuf[APR_PATH_MAX]) == NULL) {
620 if (text(commands, fnamebuf, &fnamebuf[APR_PATH_MAX]) == NULL) {
867 * text
869 static char *text(sed_commands_t *commands, char *textbuf, char *tbend) function
877 * Strip off indentation from text t
[all...]
/httpd/modules/mappers/
H A Dmod_imagemap.c46 * New: directive URL "Menu text" [x,y ...]
47 * or: directive URL x,y ... "Menu text"
478 ap_set_content_type(r, "text/html; charset=ISO-8859-1");
522 static void menu_default(request_rec *r, const char *menu, const char *href, const char *text) argument
531 etext = ap_escape_html(r->pool, text);
547 static void menu_directive(request_rec *r, const char *menu, const char *href, const char *text) argument
556 etext = ap_escape_html(r->pool, text);
759 read_quoted(&string_pos, &href_text); /* href text could
H A Dmod_rewrite.c31 * matching and even external database lookups (either via plain text
213 /* max line length (incl.\n) in text rewrite maps */
445 char *logline, *text; local
463 text = apr_pvsprintf(r->pool, fmt, ap);
480 text);
1283 "mod_rewrite: can't open text RewriteMap file %s", file);
1606 "mod_rewrite: can't access text RewriteMap file %s",

Completed in 79 milliseconds