Searched refs:HPE_USER (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_https_upstream.cc | 157 return HPE_USER; in htp_uricb() 190 return HPE_USER; in htp_hdr_keycb() 204 return HPE_USER; in htp_hdr_keycb() 219 return HPE_USER; in htp_hdr_keycb() 245 return HPE_USER; in htp_hdr_valcb() 575 return HPE_USER; in htp_bodycb()
|
/third_party/node/src/ |
H A D | node_http_parser.cc | 473 return HPE_USER; in on_body() 528 return HPE_USER; in on_chunk_extension() 872 if (err == HPE_USER) { in Execute() 966 return HPE_USER; in TrackHeader()
|
/third_party/node/deps/llhttp/src/ |
H A D | api.c | 28 err = HPE_USER; \
|
/third_party/nghttp2/third-party/llhttp/src/ |
H A D | api.c | 28 err = HPE_USER; \
|
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 84 HPE_USER = 24 enumerator 334 /* Possible return values 0, -1, HPE_USER */ 351 /* Possible return values 0, -1, HPE_USER */ 354 /* Possible return values 0, -1, HPE_USER */ 500 * Note: `HPE_USER` error code might be useful in user callbacks.
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 84 HPE_USER = 24, enumerator 562 /* Possible return values 0, -1, HPE_USER */ 583 /* Possible return values 0, -1, HPE_USER */ 732 * Note: `HPE_USER` error code might be useful in user callbacks.
|
Completed in 8 milliseconds