Home
last modified time | relevance | path

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

/third_party/libcoap/src/
H A Dcoap_subscribe.c180 size_t info_buf_len = oscore_info->length; in coap_persist_observe_add() local
192 ret = oscore_cbor_get_next_element(&info_buf, &info_buf_len); in coap_persist_observe_add()
195 if (oscore_cbor_get_element_size(&info_buf, &info_buf_len) != 5) in coap_persist_observe_add()
199 ret = oscore_cbor_get_next_element(&info_buf, &info_buf_len); in coap_persist_observe_add()
203 &info_buf_len); in coap_persist_observe_add()
208 ret = oscore_cbor_get_next_element(&info_buf, &info_buf_len); in coap_persist_observe_add()
211 &info_buf_len); in coap_persist_observe_add()
217 &info_buf_len) == CBOR_NULL) { in coap_persist_observe_add()
222 ret = oscore_cbor_get_next_element(&info_buf, &info_buf_len); in coap_persist_observe_add()
224 aad.length = oscore_cbor_get_element_size(&info_buf, &info_buf_len); in coap_persist_observe_add()
[all...]

Completed in 2 milliseconds