Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:nghttp3_buf_left
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/
H
A
D
nghttp3_buf.c
41
size_t
nghttp3_buf_left
(const nghttp3_buf *buf) {
in nghttp3_buf_left()
function
H
A
D
nghttp3_balloc.c
68
if (
nghttp3_buf_left
(&balloc->buf) < n) {
in nghttp3_balloc_get()
H
A
D
nghttp3_stream.c
757
if (
nghttp3_buf_left
(chunk) >= need) {
in nghttp3_stream_ensure_chunk()
997
bufleft =
nghttp3_buf_left
(buf);
in nghttp3_stream_buffer_data()
1021
bufleft =
nghttp3_buf_left
(buf);
in nghttp3_stream_buffer_data()
H
A
D
nghttp3_qpack.c
1114
size_t left =
nghttp3_buf_left
(buf);
in reserve_buf_internal()
3735
assert(
nghttp3_buf_left
(dbuf) >= nghttp3_buf_len(&decoder->dbuf) + len);
in nghttp3_qpack_decoder_write_decoder()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H
A
D
nghttp3.h
660
* `
nghttp3_buf_left
` returns the number of additional bytes which can
665
NGHTTP3_EXTERN size_t
nghttp3_buf_left
(const nghttp3_buf *buf);
1434
* The caller must ensure that `
nghttp3_buf_left
(dbuf)
1435
* <
nghttp3_buf_left
>` >=
Completed in 11 milliseconds