Searched refs:httpHeaderParseQuotedString (Results 1 – 7 of 7) sorted by relevance
/dports/www/squid/squid-4.15/src/ |
H A D | HttpHdrCc.cc | 160 } 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 D | HttpHeader.h | 172 int httpHeaderParseQuotedString(const char *start, const int len, String *val);
|
H A D | HttpHdrSc.cc | 178 if ( p && httpHeaderParseQuotedString(p, vlen, &sct->content_)) { in parse()
|
H A D | HttpHeaderTools.cc | 167 httpHeaderParseQuotedString(const char *start, const int len, String *val) in httpHeaderParseQuotedString() function
|
/dports/www/squid/squid-4.15/src/ssl/ |
H A D | ErrorDetailManager.cc | 241 …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 D | Config.cc | 791 if (!httpHeaderParseQuotedString(p, vlen, &value)) { in decode()
|
/dports/www/squid/squid-4.15/src/servers/ |
H A D | FtpServer.cc | 1225 if (httpHeaderParseQuotedString(e->value.rawBuf(), e->value.size(), &raw)) in PrintReply()
|