Searched refs:llhttp_execute (Results 1 - 13 of 13) sorted by relevance
/third_party/nghttp2/src/ |
H A D | h2load_http1_session.cc | 218 llhttp_execute(&htp_, reinterpret_cast<const char *>(data), len); in on_read()
|
H A D | shrpx_https_upstream.cc | 637 // callback chain called by llhttp_execute() in on_read() 672 // llhttp_execute() does nothing once it entered error state. in on_read() 673 auto htperr = llhttp_execute(&htp_, reinterpret_cast<const char *>(rb->pos()), in on_read() 681 htperr = llhttp_execute(&htp_, reinterpret_cast<const char *>(rb->pos()), in on_read()
|
H A D | shrpx_http_downstream_connection.cc | 1185 // function is called, and llhttp_execute() returns just after that. in htp_msg_completecb() 1489 auto htperr = llhttp_execute(&response_htp_, in process_input()
|
H A D | shrpx_http2_session.cc | 664 auto htperr = llhttp_execute(proxy_htp_.get(), in downstream_read_proxy()
|
H A D | nghttp.cc | 1058 llhttp_execute(htp.get(), reinterpret_cast<const char *>(data), len); in on_upgrade_read()
|
/third_party/node/deps/llhttp/src/ |
H A D | api.c | 127 llhttp_errno_t llhttp_execute(llhttp_t* parser, const char* data, size_t len) { in llhttp_execute() function
|
/third_party/nghttp2/third-party/llhttp/src/ |
H A D | api.c | 140 llhttp_errno_t llhttp_execute(llhttp_t* parser, const char* data, size_t len) { in llhttp_execute() function
|
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 344 * 2 - Assume absence of body (as above) and make `llhttp_execute()` return 422 * interrupts, and such errno is returned from `llhttp_execute()`. If 435 llhttp_errno_t llhttp_execute(llhttp_t* parser, const char* data, size_t len); 460 /* Make further calls of `llhttp_execute()` return `HPE_PAUSED` and set 470 * See `llhttp_execute()` above for details. 472 * Call this only if `llhttp_execute()` returns `HPE_PAUSED`. 478 * See `llhttp_execute()` above for details. 480 * Call this only if `llhttp_execute()` returns `HPE_PAUSED_UPGRADE` 506 * pointer is relative to the `data` argument of `llhttp_execute()`.
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 576 * 2 - Assume absence of body (as above) and make `llhttp_execute()` return 654 * interrupts, and such errno is returned from `llhttp_execute()`. If 667 llhttp_errno_t llhttp_execute(llhttp_t* parser, const char* data, size_t len); 692 /* Make further calls of `llhttp_execute()` return `HPE_PAUSED` and set 702 * See `llhttp_execute()` above for details. 704 * Call this only if `llhttp_execute()` returns `HPE_PAUSED`. 710 * See `llhttp_execute()` above for details. 712 * Call this only if `llhttp_execute()` returns `HPE_PAUSED_UPGRADE` 738 * pointer is relative to the `data` argument of `llhttp_execute()`.
|
/third_party/node/src/ |
H A D | inspector_socket.cc | 534 err = llhttp_execute(&parser_, data->data(), data->size());
|
H A D | node_http_parser.cc | 828 err = llhttp_execute(&parser_, data, len); in Execute()
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 677 ret = llhttp.llhttp_execute(this.ptr, currentBufferPtr, data.length)
|
/third_party/node/deps/undici/ |
H A D | undici.js | 8851 ret = llhttp.llhttp_execute(this.ptr, currentBufferPtr, data.length);
|
Completed in 39 milliseconds