Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/
H A DHttpHdrCc.cc160 } else if (/* p &&*/ httpHeaderParseQuotedString(p, (ilen-nlen-1), &temp)) { in parse()
177 } else if (/* p &&*/ httpHeaderParseQuotedString(p, (ilen-nlen-1), &temp)) { in parse()
H A DHttpHeader.h172 int httpHeaderParseQuotedString(const char *start, const int len, String *val);
H A DHttpHdrSc.cc178 if ( p && httpHeaderParseQuotedString(p, vlen, &sct->content_)) { in parse()
H A DHttpHeaderTools.cc167 httpHeaderParseQuotedString(const char *start, const int len, String *val) in httpHeaderParseQuotedString() function
/dports/www/squid/squid-4.15/src/ssl/
H A DErrorDetailManager.cc241 …const int detailsParseOk = httpHeaderParseQuotedString(tmp.termedBuf(), tmp.size(), &entry.detail); in parse()
243 … const int descrParseOk = httpHeaderParseQuotedString(tmp.termedBuf(), tmp.size(), &entry.descr); in parse()
/dports/www/squid/squid-4.15/src/auth/digest/
H A DConfig.cc791 if (!httpHeaderParseQuotedString(p, vlen, &value)) { in decode()
/dports/www/squid/squid-4.15/src/servers/
H A DFtpServer.cc1225 if (httpHeaderParseQuotedString(e->value.rawBuf(), e->value.size(), &raw)) in PrintReply()