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:con_active
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_net.c
826
session->
con_active
>= COAP_NSTART(session))) {
in coap_send_pdu()
837
session->
con_active
++;
in coap_send_pdu()
1660
if (node->session->
con_active
)
in coap_retransmit()
1661
node->session->
con_active
--;
in coap_retransmit()
1692
if (node->session->
con_active
) {
in coap_retransmit()
1693
node->session->
con_active
--;
in coap_retransmit()
2352
if (q->pdu->type == COAP_MESSAGE_CON && session->
con_active
) {
in coap_cancel_all_messages()
2353
session->
con_active
--;
in coap_cancel_all_messages()
3631
if (sent && session->
con_active
) {
in coap_dispatch()
3632
session->
con_active
in coap_dispatch()
[all...]
H
A
D
coap_session.c
873
session->
con_active
)
in coap_session_send_ping()
916
if (session->
con_active
>= COAP_NSTART(session))
in coap_session_connected()
918
session->
con_active
++;
in coap_session_connected()
1036
session->
con_active
= 0;
in coap_session_disconnected()
H
A
D
coap_oscore.c
1415
if (session->
con_active
)
in coap_oscore_decrypt_pdu()
1416
session->
con_active
--;
in coap_oscore_decrypt_pdu()
1564
if (session->
con_active
)
in coap_oscore_decrypt_pdu()
1565
session->
con_active
--;
in coap_oscore_decrypt_pdu()
H
A
D
coap_resource.c
1010
if (obs->session->
con_active
>= COAP_NSTART(obs->session) &&
H
A
D
coap_block.c
1662
delayqueue_cnt = session->
con_active
+
in coap_send_q_blocks()
/third_party/libcoap/include/coap3/
H
A
D
coap_session_internal.h
90
uint8_t
con_active
; /**< Active CON request sent */
member
Completed in 19 milliseconds