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:next_absidx
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/
H
A
D
nghttp3_qpack.c
865
ctx->
next_absidx
= 0;
in qpack_context_init()
1160
base = encoder->ctx.
next_absidx
;
in nghttp3_qpack_encoder_encode()
1984
encoder, ebuf, 0x80, encoder->ctx.
next_absidx
- absidx - 1, 6, nv);
in nghttp3_qpack_encoder_write_dynamic_insert()
1990
uint64_t idx = encoder->ctx.
next_absidx
- absidx - 1;
in nghttp3_qpack_encoder_write_duplicate_insert()
2056
nghttp3_qpack_entry_init(new_ent, qnv, ctx->dtable_sum, ctx->
next_absidx
++,
in nghttp3_qpack_context_dtable_add()
2202
assert(ctx->
next_absidx
> absidx);
in nghttp3_qpack_context_dtable_get()
2203
assert(ctx->
next_absidx
- absidx - 1 < nghttp3_ringbuf_len(&ctx->dtable));
in nghttp3_qpack_context_dtable_get()
2205
relidx = (size_t)(ctx->
next_absidx
- absidx - 1);
in nghttp3_qpack_context_dtable_get()
2321
if (n == 0 || encoder->ctx.
next_absidx
- encoder->krcnt < n) {
in nghttp3_qpack_encoder_add_icnt()
2332
encoder->krcnt = encoder->ctx.
next_absidx
;
in nghttp3_qpack_encoder_ack_everything()
[all...]
H
A
D
nghttp3_qpack.h
166
/*
next_absidx
is the next absolute index for nghttp3_qpack_entry.
168
uint64_t
next_absidx
;
member
Completed in 6 milliseconds