Home
last modified time | relevance | path

Searched refs:nghttp3_buf_len (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.c462 pbuflen = nghttp3_buf_len(&pbuf); in nghttp3_stream_write_header_block()
463 rbuflen = nghttp3_buf_len(rbuf); in nghttp3_stream_write_header_block()
464 ebuflen = nghttp3_buf_len(ebuf); in nghttp3_stream_write_header_block()
543 assert(0 == nghttp3_buf_len(&pbuf)); in nghttp3_stream_write_header_block()
544 assert(0 == nghttp3_buf_len(rbuf)); in nghttp3_stream_write_header_block()
545 assert(0 == nghttp3_buf_len(ebuf)); in nghttp3_stream_write_header_block()
705 size_t buflen = nghttp3_buf_len(&tbuf->buf); in nghttp3_stream_outq_add()
722 stream->outq_offset = nghttp3_buf_len(&dest->buf); in nghttp3_stream_outq_add()
826 buflen = nghttp3_buf_len(&tbuf->buf); in nghttp3_stream_writev()
842 vec->len = nghttp3_buf_len( in nghttp3_stream_writev()
[all...]
H A Dnghttp3_buf.c45 size_t nghttp3_buf_len(const nghttp3_buf *buf) { in nghttp3_buf_len() function
H A Dnghttp3_qpack.c2746 rstate->name->len = nghttp3_buf_len(&rstate->namebuf); in qpack_read_state_terminate_name()
2751 rstate->value->len = nghttp3_buf_len(&rstate->valuebuf); in qpack_read_state_terminate_value()
3679 return nghttp3_buf_len(&decoder->dbuf) > limit * 2 * 10; in qpack_decoder_dbuf_overflow()
3720 return nghttp3_buf_len(&decoder->dbuf) + len; in nghttp3_qpack_decoder_get_decoder_streamlen()
3735 assert(nghttp3_buf_left(dbuf) >= nghttp3_buf_len(&decoder->dbuf) + len); in nghttp3_qpack_decoder_write_decoder()
3737 if (nghttp3_buf_len(&decoder->dbuf)) { in nghttp3_qpack_decoder_write_decoder()
3739 nghttp3_buf_len(&decoder->dbuf)); in nghttp3_qpack_decoder_write_decoder()
H A Dnghttp3_conn.c1072 conn, &nproc, stream, buf->pos, nghttp3_buf_len(buf), in conn_process_blocked_stream_data()
1085 if (nghttp3_buf_len(buf) == 0) { in conn_process_blocked_stream_data()
1566 nghttp3_buf_len(&buf), fin); in conn_decode_headers()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h670 * `nghttp3_buf_len` returns the number of bytes left to read. In
674 NGHTTP3_EXTERN size_t nghttp3_buf_len(const nghttp3_buf *buf);

Completed in 12 milliseconds