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:nvecs
(Results
1 - 2
of
2
) sorted by relevance
/third_party/curl/lib/vquic/
H
A
D
curl_ngtcp2.c
1240
size_t
nvecs
= 0;
in cb_h3_read_req_body()
local
1257
nvecs
= 0;
in cb_h3_read_req_body()
1258
while(
nvecs
< veccnt &&
in cb_h3_read_req_body()
1261
(const unsigned char **)&vec[
nvecs
].base,
in cb_h3_read_req_body()
1262
&vec[
nvecs
].len)) {
in cb_h3_read_req_body()
1263
stream->sendbuf_len_in_flight += vec[
nvecs
].len;
in cb_h3_read_req_body()
1264
nwritten += vec[
nvecs
].len;
in cb_h3_read_req_body()
1265
++
nvecs
;
in cb_h3_read_req_body()
1267
DEBUGASSERT(
nvecs
> 0); /* we SHOULD have been be able to peek */
in cb_h3_read_req_body()
1289
stream->id, (int)
nvecs
,
in cb_h3_read_req_body()
[all...]
H
A
D
curl_osslq.c
872
size_t
nvecs
= 0;
in cb_h3_read_req_body()
local
889
nvecs
= 0;
in cb_h3_read_req_body()
890
while(
nvecs
< veccnt &&
in cb_h3_read_req_body()
893
(const unsigned char **)&vec[
nvecs
].base,
in cb_h3_read_req_body()
894
&vec[
nvecs
].len)) {
in cb_h3_read_req_body()
895
stream->sendbuf_len_in_flight += vec[
nvecs
].len;
in cb_h3_read_req_body()
896
nwritten += vec[
nvecs
].len;
in cb_h3_read_req_body()
897
++
nvecs
;
in cb_h3_read_req_body()
899
DEBUGASSERT(
nvecs
> 0); /* we SHOULD have been be able to peek */
in cb_h3_read_req_body()
921
stream->s.id, (int)
nvecs
,
in cb_h3_read_req_body()
[all...]
Completed in 5 milliseconds