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

/httpd/modules/generators/
H A Dmod_autoindex.c2015 const char *qstring; local
2079 qstring = NULL;
2086 qstring = r->args;
2088 while (qstring && *qstring) {
2091 if ( qstring[0] == 'C' && qstring[1] == '='
2092 && qstring[2] && strchr(K_VALID, qstring[2])
2093 && ( qstring[
[all...]

Completed in 40 milliseconds