Home
last modified time | relevance | path

Searched refs:bodylen (Results 1 - 12 of 12) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_mruby_module_response.cc221 size_t bodylen = 0; in response_return() local
229 bodylen = vallen; in response_return()
266 rv = upstream->send_reply(downstream, body, bodylen); in response_return()
H A Dshrpx_upstream.h74 size_t bodylen) = 0;
H A Dshrpx_http2_upstream.h85 size_t bodylen);
H A Dshrpx_https_upstream.h80 size_t bodylen);
H A Dshrpx_http3_upstream.h74 size_t bodylen);
H A Dshrpx_https_upstream.cc978 size_t bodylen) { in send_reply()
1043 output->append(body, bodylen); in send_reply()
1045 downstream->response_sent_body_length += bodylen; in send_reply()
977 send_reply(Downstream *downstream, const uint8_t *body, size_t bodylen) send_reply() argument
H A Dshrpx_http2_upstream.cc1508 size_t bodylen) { in send_reply()
1513 if (bodylen) { in send_reply()
1568 buf->append(body, bodylen); in send_reply()
1507 send_reply(Downstream *downstream, const uint8_t *body, size_t bodylen) send_reply() argument
H A Dshrpx_http3_upstream.cc1680 size_t bodylen) { in send_reply()
1685 if (bodylen) { in send_reply()
1739 buf->append(body, bodylen); in send_reply()
1679 send_reply(Downstream *downstream, const uint8_t *body, size_t bodylen) send_reply() argument
/third_party/curl/lib/
H A Dhttp2.c2033 size_t nheader, bodylen, i; in h2_submit() local
2142 bodylen = len - nwritten; in h2_submit()
2144 if(bodylen) { in h2_submit()
2146 ssize_t n = Curl_bufq_write(&stream->sendbuf, body, bodylen, err); in h2_submit()
H A Dhttp.c1368 size_t bodylen = amount - headlen; in Curl_buffer_send() local
1372 if(bodylen) in Curl_buffer_send()
1375 Curl_debug(data, CURLINFO_DATA_OUT, ptr + headlen, bodylen); in Curl_buffer_send()
1385 data->req.writebytecount += bodylen; in Curl_buffer_send()
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl15 # check-format.pl [-l|--sloppy-len] [-l|--sloppy-bodylen]
32 # -l | --sloppy-bodylen do not report function body length > 200
115 } elsif ($arg =~ m/^(b|-sloppy-bodylen)$/) {
/third_party/openssl/util/
H A Dcheck-format.pl15 # check-format.pl [-l|--sloppy-len] [-l|--sloppy-bodylen]
32 # -l | --sloppy-bodylen do not report function body length > 200
115 } elsif ($arg =~ m/^(b|-sloppy-bodylen)$/) {

Completed in 24 milliseconds