Searched refs:coap_new_cache_entry (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/man/ |
D | coap_cache.txt.in | 18 coap_new_cache_entry, 44 *coap_cache_entry_t *coap_new_cache_entry(coap_session_t *_session_, 137 The *coap_new_cache_entry*() function will create a new Cache Entry based on 162 Cache Entry when it was created with *coap_new_cache_entry*() and _record_pdu_ 191 *coap_new_cache_entry*(), *coap_cache_get_by_key*() and 263 cache_entry = coap_new_cache_entry(session, request,
|
/third_party/libcoap/include/coap3/ |
D | coap_cache.h | 150 coap_cache_entry_t *coap_new_cache_entry(coap_session_t *session,
|
/third_party/libcoap/ |
D | libcoap-3.sym | 107 coap_new_cache_entry
|
D | libcoap-3.map | 109 coap_new_cache_entry;
|
/third_party/libcoap/src/ |
D | coap_cache.c | 143 coap_new_cache_entry(coap_session_t *session, const coap_pdu_t *pdu, in coap_new_cache_entry() function
|
/third_party/libcoap/examples/ |
D | coap-server.c | 506 cache_entry = coap_new_cache_entry(session, request, in hnd_put_example_data() 1434 cache_entry = coap_new_cache_entry(session, request, in hnd_put()
|