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:doing_first
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_net.c
995
if (session->type == COAP_SESSION_TYPE_CLIENT && session->
doing_first
) {
in coap_client_delay_first()
1006
* continuing.. Response handler has to clear
doing_first
if not an error.
in coap_client_delay_first()
1009
while (session->
doing_first
!= 0) {
in coap_client_delay_first()
1013
session->
doing_first
= 0;
in coap_client_delay_first()
1021
if (session->
doing_first
== 1) {
in coap_client_delay_first()
1025
session->
doing_first
= 0;
in coap_client_delay_first()
1089
session->
doing_first
= 1;
in coap_send()
1119
session->
doing_first
= 1;
in coap_send()
1188
session->
doing_first
= 1;
in coap_send()
3376
session->
doing_first
in handle_response()
[all...]
H
A
D
coap_pdu.c
184
uint8_t
doing_first
= session->
doing_first
;
in coap_pdu_duplicate()
local
193
session->
doing_first
= 0;
in coap_pdu_duplicate()
199
session->
doing_first
=
doing_first
;
in coap_pdu_duplicate()
H
A
D
coap_session.c
744
* Delay if session->
doing_first
is set.
in coap_session_max_pdu_size()
896
if (session->
doing_first
)
in coap_session_connected()
897
session->
doing_first
= 0;
in coap_session_connected()
1090
if (session->
doing_first
)
in coap_session_disconnected()
1091
session->
doing_first
= 0;
in coap_session_disconnected()
1393
session->
doing_first
= 1;
in coap_session_check_connect()
/third_party/libcoap/include/coap3/
H
A
D
coap_session_internal.h
182
uint8_t
doing_first
; /**< Set if doing client's first request */
member
Completed in 10 milliseconds