Home
last modified time | relevance | path

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

/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DhttpHdrs.h135 virtual bool parseLMT(const char *buf, const char *eoh);
267 virtual bool parseLMT(const char *buf, const char *eoh);
H A DhttpHdrs.cc508 bool MsgHdr::parseLMT(const char *, const char *) { return dontCallMe(); } in parseLMT() function in MsgHdr
787 bool RepHdr::parseLMT(const char *buf, const char *eoh) { in parseLMT() function in RepHdr
836 AddParser(hfpLmt, &MsgHdr::parseLMT, *TheParsTab); in Configure()