Home
last modified time | relevance | path

Searched refs:on_status (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/third-party/llhttp/src/
Dapi.c158 CALLBACK_MAYBE(s, on_status, s, p, endp - p); in llhttp__on_status()
/third_party/node/deps/llhttp/src/
Dapi.c158 CALLBACK_MAYBE(s, on_status, s, p, endp - p); in llhttp__on_status()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h256 http_data_cb on_status; member
/third_party/node/deps/llhttp/include/
Dllhttp.h243 llhttp_data_cb on_status; member
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h263 llhttp_data_cb on_status; member
/third_party/node/src/
Dnode_http_parser.cc236 int on_status(const char* at, size_t length) { in on_status() function in node::__anon113d0eb30111::Parser
937 Proxy<DataCall, &Parser::on_status>::Raw,
/third_party/boost/libs/beast/test/bench/parser/
Dnodejs_parser.hpp245 on_status = &nodejs_basic_parser::cb_status; in hooks_t()