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

/httpd/server/
H A Dprotocol.c76 static const char *needcset[] = { variable
87 for (i = 0; needcset[i]; i++) {
92 for (i = 0; needcset[i]; i++) {
93 needcset_patterns[i] = apr_strmatch_precompile(pool, needcset[i], 0);
137 * we only add it if the Content-type is one of needcset[]

Completed in 781 milliseconds