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

/httpd/modules/filters/
H A Dmod_xml2enc.c81 static ap_regex_t* seek_charset; variable
215 if (ap_regexec(seek_charset, p, 2, match, 0) == 0) {
271 if (ap_regexec(seek_charset, ctype, 2, match, 0)) {
550 seek_charset = ap_pregcomp(pool, "charset=([A-Za-z0-9_-]+)",

Completed in 10 milliseconds