extractCommand 108 cygnal/http_server.cpp _cmd = extractCommand(buf->reference()); extractCommand 943 cygnal/http_server.cpp if (extractCommand(const_cast<boost::uint8_t *>(cmd)) == HTTP::HTTP_NONE) { extractCommand 77 cygnal/http_server.h http_method_e extractCommand(boost::uint8_t *data); extractCommand 78 cygnal/http_server.h http_method_e extractCommand(cygnal::Buffer &data) extractCommand 79 cygnal/http_server.h { return extractCommand(data.reference()); }; extractCommand 195 cygnal/libnet/http.cpp if (extractCommand(const_cast<boost::uint8_t *>(cmd)) == HTTP::HTTP_NONE) { extractCommand 363 cygnal/libnet/http.cpp _cmd = extractCommand(buf->reference()); extractCommand 313 cygnal/libnet/http.h http_method_e extractCommand(boost::uint8_t *data); extractCommand 314 cygnal/libnet/http.h http_method_e extractCommand(cygnal::Buffer &data) extractCommand 315 cygnal/libnet/http.h { return extractCommand(data.reference()); }; extractCommand 390 cygnal/testsuite/libnet.all/test_http.cpp http1.extractCommand(field1); extractCommand 400 cygnal/testsuite/libnet.all/test_http.cpp http2.extractCommand(field2); extractCommand 410 cygnal/testsuite/libnet.all/test_http.cpp http3.extractCommand(field3);