Home
last modified time | relevance | path

Searched refs:tim_rem (Results 1 - 2 of 2) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_block.c1135 * 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 Dcoap_block_internal.h220 coap_tick_t *tim_rem);
250 coap_tick_t *tim_rem);
306 coap_tick_t *tim_rem);

Completed in 4 milliseconds