Searched refs:HPE_PAUSED (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/src/ |
H A D | h2load_http1_session.cc | 101 return HPE_PAUSED; in htp_msg_completecb() 229 if (htperr == HPE_PAUSED) { in on_read()
|
H A D | shrpx_https_upstream.cc | 607 return HPE_PAUSED; in htp_msg_completecb() 621 return HPE_PAUSED; in htp_msg_completecb() 700 if (htperr == HPE_PAUSED) { in on_read()
|
H A D | shrpx_http2_session.cc | 653 return HPE_PAUSED; in htp_hdrs_completecb() 659 return HPE_PAUSED; in htp_hdrs_completecb() 666 if (htperr == HPE_PAUSED) { in downstream_read_proxy()
|
/third_party/node/deps/llhttp/src/ |
H A D | api.c | 167 parser->error = HPE_PAUSED; in llhttp_pause() 173 if (parser->error != HPE_PAUSED) { in llhttp_resume()
|
/third_party/nghttp2/third-party/llhttp/src/ |
H A D | api.c | 180 parser->error = HPE_PAUSED; in llhttp_pause() 186 if (parser->error != HPE_PAUSED) { in llhttp_resume()
|
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 81 HPE_PAUSED = 21, enumerator 331 /* Possible return values 0, -1, `HPE_PAUSED` */ 347 * `HPE_PAUSED` 357 /* Possible return values 0, -1, `HPE_PAUSED` */ 362 * Possible return values 0, -1, `HPE_PAUSED` 423 * `HPE_PAUSED` was used as a errno, the execution can be resumed with 460 /* Make further calls of `llhttp_execute()` return `HPE_PAUSED` and set 464 * `HPE_PAUSED` if pausing is required. 472 * Call this only if `llhttp_execute()` returns `HPE_PAUSED`.
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 81 HPE_PAUSED = 21, enumerator 559 /* Possible return values 0, -1, `HPE_PAUSED` */ 579 * `HPE_PAUSED` 586 /* Possible return values 0, -1, `HPE_PAUSED` */ 599 * Possible return values 0, -1, `HPE_PAUSED` 655 * `HPE_PAUSED` was used as a errno, the execution can be resumed with 692 /* Make further calls of `llhttp_execute()` return `HPE_PAUSED` and set 696 * `HPE_PAUSED` if pausing is required. 704 * Call this only if `llhttp_execute()` returns `HPE_PAUSED`.
|
/third_party/node/src/ |
H A D | node_http_parser.cc | 979 return HPE_PAUSED; in MaybePause()
|
Completed in 17 milliseconds