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:ngtcp2_ksl_node
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H
A
D
ngtcp2_ksl.h
55
typedef struct
ngtcp2_ksl_node
ngtcp2_ksl_node
;
typedef
60
*
ngtcp2_ksl_node
is a node which contains either ngtcp2_ksl_blk or
65
struct
ngtcp2_ksl_node
{
struct
81
* ngtcp2_ksl_blk contains
ngtcp2_ksl_node
objects.
97
ngtcp2_ksl_node
objects. Because
ngtcp2_ksl_node
object is
146
/* nodelen is the actual size of
ngtcp2_ksl_node
including key
264
((
ngtcp2_ksl_node
*)(void *)((BLK)->nodes + (KSL)->nodelen * (N)))
H
A
D
ngtcp2_ksl.c
39
return (sizeof(
ngtcp2_ksl_node
) + keylen - sizeof(uint64_t) + 0xfu) &
in ksl_nodelen()
51
static void ksl_node_set_key(ngtcp2_ksl *ksl,
ngtcp2_ksl_node
*node,
in ksl_node_set_key()
177
ngtcp2_ksl_node
*node;
in ksl_split_node()
212
ngtcp2_ksl_node
*node;
in ksl_split_head()
251
ngtcp2_ksl_node
*node;
in ksl_insert_node()
268
ngtcp2_ksl_node
*node;
in ksl_bsearch()
270
for (i = 0, node = (
ngtcp2_ksl_node
*)(void *)blk->nodes;
in ksl_bsearch()
272
++i, node = (
ngtcp2_ksl_node
*)(void *)((uint8_t *)node + ksl->nodelen))
in ksl_bsearch()
281
ngtcp2_ksl_node
*node;
in ngtcp2_ksl_insert()
425
ngtcp2_ksl_node
*lnod
in ksl_shift_left()
[all...]
Completed in 2 milliseconds