Home
last modified time | relevance | path

Searched refs:llhttp_method_name (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/llhttp/src/
Dapi.c220 const char* llhttp_method_name(llhttp_method_t method) { in llhttp_method_name() function
/third_party/node/deps/llhttp/include/
Dllhttp.h519 const char* llhttp_method_name(llhttp_method_t method);
/third_party/nghttp2/third-party/llhttp/src/
Dapi.c233 const char* llhttp_method_name(llhttp_method_t method) { in llhttp_method_name() function
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h751 const char* llhttp_method_name(llhttp_method_t method);
/third_party/nghttp2/third-party/llhttp/
DREADME.md273 ### `const char* llhttp_method_name(llhttp_method_t method)`
/third_party/nghttp2/src/
Dhttp2.cc1602 llhttp_method_name(static_cast<llhttp_method>(method_token))}; in to_method_string()