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

/httpd/modules/cache/
H A Dcache_util.c902 * String tokenizer that ignores separator characters within quoted strings
908 int quoted = 0; local
931 * on the way, ignore all quoted strings, and within
932 * quoted strings, escaped characters.
936 if (!quoted) {
938 quoted = 1;
950 quoted = 0;
/httpd/modules/http/
H A Dmod_mime.c544 int quoted = 0; local
663 quoted = 1;
667 quoted = 0;
670 if (quoted > 0) {
671 while (quoted && *cp != '\0') {
688 quoted = 0;
734 quoted = 0;

Completed in 723 milliseconds