Home
last modified time | relevance | path

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

/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DhttpHdrs.cc186 bool MsgHdr::parseHttpVersion(const char *&beg, const char *end, HttpVersion &v) { in parseHttpVersion() function in MsgHdr
557 parseHttpVersion(proto, eorl, theHttpVersion); in parseAnyReqLine()
764 if (buf >= eorl || !parseHttpVersion(buf, eorl, theHttpVersion)) in parseRLine()
H A DhttpHdrs.h102 bool parseHttpVersion(const char *&beg, const char *end, HttpVersion &v);
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/abyss/src/
H A DsessionReadRequest.c827 parseHttpVersion(const char * const textFromReqLine, in parseHttpVersion() function
907 parseHttpVersion(httpVersion, httpVersionP, &error); in parseRequestLine()