Home
last modified time | relevance | path

Searched refs:needInnerQuote (Results 1 – 1 of 1) sorted by relevance

/dports/www/squid/squid-4.15/src/
H A DHttpHeaderTools.cc246 bool needInnerQuote = false; in httpHeaderQuoteString() local
247 for (const char *s = raw; !needInnerQuote && *s; ++s) in httpHeaderQuoteString()
248 needInnerQuote = *s == '"' || *s == '\\'; in httpHeaderQuoteString()
253 if (needInnerQuote) { in httpHeaderQuoteString()