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:tim_rem
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_block.c
1135
* update
tim_rem
with remaining value if return is 1.
1139
coap_tick_t *
tim_rem
) {
in coap_block_check_lg_xmit_timeouts()
1150
*
tim_rem
= -1;
in coap_block_check_lg_xmit_timeouts()
1160
if (*
tim_rem
> p->last_all_sent + idle_timeout - now) {
in coap_block_check_lg_xmit_timeouts()
1161
*
tim_rem
= p->last_all_sent + idle_timeout - now;
in coap_block_check_lg_xmit_timeouts()
1173
if (*
tim_rem
> p->last_sent + partial_timeout - now) {
in coap_block_check_lg_xmit_timeouts()
1174
*
tim_rem
= p->last_sent + partial_timeout - now;
in coap_block_check_lg_xmit_timeouts()
1304
* update
tim_rem
with remaining value if return is 1.
1308
coap_tick_t *
tim_rem
) {
in coap_block_check_lg_crcv_timeouts()
1317
*
tim_rem
in coap_block_check_lg_crcv_timeouts()
1138
coap_block_check_lg_xmit_timeouts(coap_session_t *session, coap_tick_t now, coap_tick_t *
tim_rem
)
coap_block_check_lg_xmit_timeouts()
argument
1307
coap_block_check_lg_crcv_timeouts(coap_session_t *session, coap_tick_t now, coap_tick_t *
tim_rem
)
coap_block_check_lg_crcv_timeouts()
argument
1497
coap_block_check_lg_srcv_timeouts(coap_session_t *session, coap_tick_t now, coap_tick_t *
tim_rem
)
coap_block_check_lg_srcv_timeouts()
argument
1784
coap_tick_t
tim_rem
= (coap_tick_t)-1;
coap_block_check_q_block1_xmit()
local
1834
coap_tick_t
tim_rem
= (coap_tick_t)-1;
coap_block_check_q_block2_xmit()
local
[all...]
/third_party/libcoap/include/coap3/
H
A
D
coap_block_internal.h
220
coap_tick_t *
tim_rem
);
250
coap_tick_t *
tim_rem
);
306
coap_tick_t *
tim_rem
);
Completed in 5 milliseconds