Home
last modified time | relevance | path

Searched refs:coap_cache_get_app_data (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/man/
Dcoap_cache.txt.in24 coap_cache_get_app_data
62 *void *coap_cache_get_app_data(const coap_cache_entry_t *_cache_entry_);*
142 *coap_cache_get_app_data*()). _idle_timeout_ in seconds defines the length of
181 The *coap_cache_get_app_data*() function is used to get the previously stored
268 data_so_far = coap_cache_get_app_data(cache_entry);
290 data_so_far = coap_cache_get_app_data(cache_entry);
298 data_so_far = coap_cache_get_app_data(cache_entry);
DMakefile.am90 @echo ".so man3/coap_cache.3" > coap_cache_get_app_data.3
/third_party/libcoap/include/coap3/
Dcoap_cache.h228 void *coap_cache_get_app_data(const coap_cache_entry_t *cache_entry);
/third_party/libcoap/
Dlibcoap-3.sym24 coap_cache_get_app_data
Dlibcoap-3.map26 coap_cache_get_app_data;
/third_party/libcoap/src/
Dcoap_cache.c251 coap_cache_get_app_data(const coap_cache_entry_t *cache_entry) { in coap_cache_get_app_data() function
/third_party/libcoap/examples/
Dcoap-server.c511 data_so_far = coap_cache_get_app_data(cache_entry); in hnd_put_example_data()
533 data_so_far = coap_cache_get_app_data(cache_entry); in hnd_put_example_data()
541 data_so_far = coap_cache_get_app_data(cache_entry); in hnd_put_example_data()
1439 data_so_far = coap_cache_get_app_data(cache_entry); in hnd_put()
1461 data_so_far = coap_cache_get_app_data(cache_entry); in hnd_put()
1486 data_so_far = coap_cache_get_app_data(cache_entry); in hnd_put()