Home
last modified time | relevance | path

Searched refs:llhttp_execute (Results 1 - 13 of 13) sorted by relevance

/third_party/nghttp2/src/
H A Dh2load_http1_session.cc218 llhttp_execute(&htp_, reinterpret_cast<const char *>(data), len); in on_read()
H A Dshrpx_https_upstream.cc637 // 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 Dshrpx_http_downstream_connection.cc1185 // 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 Dshrpx_http2_session.cc664 auto htperr = llhttp_execute(proxy_htp_.get(), in downstream_read_proxy()
H A Dnghttp.cc1058 llhttp_execute(htp.get(), reinterpret_cast<const char *>(data), len); in on_upgrade_read()
/third_party/node/deps/llhttp/src/
H A Dapi.c127 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 Dapi.c140 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 Dllhttp.h344 * 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 Dllhttp.h576 * 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 Dinspector_socket.cc534 err = llhttp_execute(&parser_, data->data(), data->size());
H A Dnode_http_parser.cc828 err = llhttp_execute(&parser_, data, len); in Execute()
/third_party/node/deps/undici/src/lib/
H A Dclient.js677 ret = llhttp.llhttp_execute(this.ptr, currentBufferPtr, data.length)
/third_party/node/deps/undici/
H A Dundici.js8851 ret = llhttp.llhttp_execute(this.ptr, currentBufferPtr, data.length);

Completed in 31 milliseconds