Home
last modified time | relevance | path

Searched defs:cache_entry (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/src/
Dcoap_cache.c187 coap_cache_entry_t *cache_entry = NULL; in coap_cache_get_by_key() local
205 coap_cache_entry_t *cache_entry; in coap_cache_get_by_pdu() local
220 coap_delete_cache_entry(coap_context_t *ctx, coap_cache_entry_t *cache_entry) { in coap_delete_cache_entry()
238 coap_cache_get_pdu(const coap_cache_entry_t *cache_entry) { in coap_cache_get_pdu()
243 coap_cache_set_app_data(coap_cache_entry_t *cache_entry, in coap_cache_set_app_data()
251 coap_cache_get_app_data(const coap_cache_entry_t *cache_entry) { in coap_cache_get_app_data()
/third_party/libcoap/examples/
Dcoap-server.c495 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session, in hnd_put_example_data() local
1428 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session, in hnd_put() local