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:nfrag
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libwebsockets/lib/roles/http/
H
A
D
parsers.c
94
ah->
nfrag
= 0;
in _lws_header_table_reset()
472
n = wsi->http.ah->frags[n].
nfrag
;
in lws_hdr_fragment_length()
491
n = wsi->http.ah->frags[n].
nfrag
;
in lws_hdr_total_length()
516
f = wsi->http.ah->frags[f].
nfrag
;
in lws_hdr_copy_fragment()
551
comma = (wsi->http.ah->frags[n].
nfrag
) ? 1 : 0;
in lws_hdr_copy()
567
n = wsi->http.ah->frags[n].
nfrag
;
in lws_hdr_copy()
735
wsi->http.ah->
nfrag
++;
in lws_hdr_simple_create()
736
if (wsi->http.ah->
nfrag
== LWS_ARRAY_SIZE(wsi->http.ah->frags)) {
in lws_hdr_simple_create()
741
wsi->http.ah->frag_index[h] = wsi->http.ah->
nfrag
;
in lws_hdr_simple_create()
743
wsi->http.ah->frags[wsi->http.ah->
nfrag
]
in lws_hdr_simple_create()
[all...]
H
A
D
private-lib-roles-http.h
65
uint8_t
nfrag
; /* which ah->frag[] continues this content, or 0 */
member
111
* lws_fragments->
nfrag
for continuation.
142
uint8_t
nfrag
;
member
H
A
D
cookie.c
573
f = wsi->http.ah->frags[f].
nfrag
;
in lws_parse_set_cookie()
/third_party/libwebsockets/lib/roles/h2/
H
A
D
hpack.c
217
lwsl_header("%s: token %d ah->pos = %d, ah->
nfrag
= %d\n",
in lws_frag_start()
218
__func__, hdr_token_idx, ah->pos, ah->
nfrag
);
in lws_frag_start()
225
if (ah->
nfrag
>= LWS_ARRAY_SIZE(ah->frag_index)) {
in lws_frag_start()
226
lwsl_err("%s: frag index %d too big\n", __func__, ah->
nfrag
);
in lws_frag_start()
244
if (ah->
nfrag
== 0)
in lws_frag_start()
245
ah->
nfrag
= 1;
in lws_frag_start()
247
ah->frags[ah->
nfrag
].offset = ah->pos;
in lws_frag_start()
248
ah->frags[ah->
nfrag
].len = 0;
in lws_frag_start()
249
ah->frags[ah->
nfrag
].
nfrag
in lws_frag_start()
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
af_atempo.c
138
uint64_t
nfrag
;
member
176
return &atempo->frag[atempo->
nfrag
% 2];
in yae_curr_frag()
181
return &atempo->frag[(atempo->
nfrag
+ 1) % 2];
in yae_prev_frag()
193
atempo->
nfrag
= 0;
in yae_clear()
590
atempo->
nfrag
++;
in yae_advance_to_next_frag()
841
if (!atempo->
nfrag
) {
in yae_apply()
914
if (!atempo->
nfrag
) {
in yae_flush()
929
if (atempo->
nfrag
) {
in yae_flush()
/third_party/libwebsockets/lib/roles/http/server/
H
A
D
server.c
1170
if (wsi->http.ah->frags[fi].
nfrag
) {
in lws_check_basic_auth()
Completed in 9 milliseconds