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_seq
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rtpdec.c
442
uint16_t
next_seq
= s->seq + 1;
in find_missing_packets()
local
445
if (!pkt || pkt->seq ==
next_seq
)
in find_missing_packets()
450
uint16_t missing_seq =
next_seq
+ i;
in find_missing_packets()
464
*first_missing =
next_seq
;
in find_missing_packets()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H
A
D
nghttp3_conn.h
93
uint64_t
next_seq
;
member
H
A
D
nghttp3_conn.c
267
conn->
next_seq
= 0;
in conn_new()
1797
rv = nghttp3_stream_new(&stream, stream_id, conn->
next_seq
, &callbacks,
in nghttp3_conn_create_stream()
1813
++conn->
next_seq
;
in nghttp3_conn_create_stream()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H
A
D
eap.c
597
if ((u32) next_seq_num < erp->
next_seq
) {
in eap_peer_update_erp_next_seq_num()
603
erp->
next_seq
= (u32) next_seq_num;
in eap_peer_update_erp_next_seq_num()
635
if (erp->
next_seq
>= 65536)
in eap_peer_get_erp_info()
648
*erp_next_seq_num = (u16) erp->
next_seq
;
in eap_peer_get_erp_info()
810
if (erp->
next_seq
>= 65536)
in eap_peer_build_erp_reauth_start()
816
erp->keyname_nai, erp->
next_seq
);
in eap_peer_build_erp_reauth_start()
825
wpabuf_put_be16(msg, erp->
next_seq
);
in eap_peer_build_erp_reauth_start()
840
sm->erp_seq = erp->
next_seq
;
in eap_peer_build_erp_reauth_start()
841
erp->
next_seq
++;
in eap_peer_build_erp_reauth_start()
H
A
D
eap_i.h
300
u32
next_seq
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H
A
D
eap.c
605
if ((u32) next_seq_num < erp->
next_seq
) {
in eap_peer_update_erp_next_seq_num()
611
erp->
next_seq
= (u32) next_seq_num;
in eap_peer_update_erp_next_seq_num()
643
if (erp->
next_seq
>= 65536)
in eap_peer_get_erp_info()
656
*erp_next_seq_num = (u16) erp->
next_seq
;
in eap_peer_get_erp_info()
818
if (erp->
next_seq
>= 65536)
in eap_peer_build_erp_reauth_start()
824
erp->keyname_nai, erp->
next_seq
);
in eap_peer_build_erp_reauth_start()
834
wpabuf_put_be16(msg, erp->
next_seq
);
in eap_peer_build_erp_reauth_start()
849
sm->erp_seq = erp->
next_seq
;
in eap_peer_build_erp_reauth_start()
850
erp->
next_seq
++;
in eap_peer_build_erp_reauth_start()
H
A
D
eap_i.h
300
u32
next_seq
;
member
/third_party/libcoap/include/oscore/
H
A
D
oscore_context.h
107
uint64_t
next_seq
; /**< Used for ssn_freq updating */
member
/third_party/nghttp2/lib/
H
A
D
nghttp2_hd.h
207
uint32_t
next_seq
;
member
H
A
D
nghttp2_hd.c
687
context->
next_seq
= 0;
in hd_context_init()
1154
new_ent->seq = context->
next_seq
++;
in add_hd_table_incremental()
1217
(ssize_t)(context->
next_seq
- 1 - ent->seq + NGHTTP2_STATIC_TABLE_LENGTH);
in search_hd_table()
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_hd.h
207
uint32_t
next_seq
;
member
H
A
D
nghttp2_hd.c
687
context->
next_seq
= 0;
in hd_context_init()
1154
new_ent->seq = context->
next_seq
++;
in add_hd_table_incremental()
1217
(ssize_t)(context->
next_seq
- 1 - ent->seq + NGHTTP2_STATIC_TABLE_LENGTH);
in search_hd_table()
/third_party/libcoap/src/oscore/
H
A
D
oscore_context.c
491
sender_ctx->
next_seq
= 0;
in oscore_duplicate_ctx()
574
sender_ctx->
next_seq
= oscore_conf->start_seq_num -
in oscore_derive_ctx()
/third_party/libcoap/src/
H
A
D
coap_oscore.c
396
if (osc_ctx->sender_context->seq > osc_ctx->sender_context->
next_seq
) {
in coap_oscore_new_pdu_encrypted()
398
osc_ctx->sender_context->
next_seq
+= osc_ctx->ssn_freq;
in coap_oscore_new_pdu_encrypted()
399
osc_ctx->save_seq_num_func(osc_ctx->sender_context->
next_seq
,
in coap_oscore_new_pdu_encrypted()
Completed in 23 milliseconds