Searched defs:pstring (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dutil_pcre.c67 static const char *const pstring[] = { variable
93 message = (errcode >= (int)(sizeof(pstring) / sizeof(char *))) ?
94 "unknown error code" : pstring[errcode];
/httpd/modules/generators/
H A Dmod_autoindex.c2008 char *pstring = NULL; local
2154 pstring = NULL;
2157 pstring = apr_pstrndup(r->pool, qstring, eos - qstring);
2158 if (ap_unescape_url(pstring) != OK) {
2160 pstring = NULL;
2165 epattern = ap_escape_uri(r->pool, pstring);
2239 keyid, direction, pstring);

Completed in 825 milliseconds