Home
last modified time | relevance | path

Searched refs:HPE_OK (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/llhttp/src/
H A Dapi.c148 if (err != HPE_OK) return err; in llhttp_finish()
152 return HPE_OK; in llhttp_finish()
163 if (parser->error != HPE_OK) { in llhttp_pause()
/third_party/nghttp2/src/
H A Dh2load_http1_session.cc219 auto nread = htperr == HPE_OK in on_read()
234 if (htperr != HPE_OK) { in on_read()
H A Dshrpx_http_downstream_connection.cc1263 if (htperr != HPE_OK) { in read_clear()
1394 if (htperr != HPE_OK) { in read_tls()
1492 htperr == HPE_OK in process_input()
1498 if (htperr != HPE_OK && in process_input()
H A Dshrpx_https_upstream.cc686 htperr == HPE_OK in on_read()
711 if (htperr != HPE_OK) { in on_read()
H A Dnghttp.cc1059 auto nread = htperr == HPE_OK in on_upgrade_read()
1069 if (htperr != HPE_OK && htperr != HPE_PAUSED_UPGRADE) { in on_upgrade_read()
H A Dshrpx_http2_session.cc683 if (htperr != HPE_OK) { in downstream_read_proxy()
/third_party/nghttp2/third-party/llhttp/src/
H A Dapi.c161 if (err != HPE_OK) return err; in llhttp_finish()
165 return HPE_OK; in llhttp_finish()
176 if (parser->error != HPE_OK) { in llhttp_pause()
/third_party/node/src/
H A Dnode_http_parser.cc834 if (err != HPE_OK) { in Execute()
839 err = HPE_OK; in Execute()
861 if (!parser_.upgrade && err != HPE_OK) { in Execute()
H A Dinspector_socket.cc537 err = HPE_OK;
541 if (err != HPE_OK) {
/third_party/node/deps/llhttp/include/
H A Dllhttp.h59 HPE_OK = 0, enumerator
421 * If any of `llhttp_data_cb` returns errno not equal to `HPE_OK` - the parsing
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h58 HPE_OK = 0, enumerator
653 * If any of `llhttp_data_cb` returns errno not equal to `HPE_OK` - the parsing

Completed in 18 milliseconds