Home
last modified time | relevance | path

Searched defs:cache_key (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/src/
Dcoap_cache.c81 coap_cache_key_t *cache_key; in coap_cache_derive_key_w_ignore() local
147 coap_delete_cache_key(coap_cache_key_t *cache_key) { in coap_delete_cache_key()
195 coap_cache_get_by_key(coap_context_t *ctx, const coap_cache_key_t *cache_key) { in coap_cache_get_by_key()
213 coap_cache_key_t *cache_key = coap_cache_derive_key(session, request, session_based); in coap_cache_get_by_pdu() local
Dcoap_resource.c709 const coap_cache_key_t *cache_key) {
730 coap_cache_key_t *cache_key = NULL; local
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_subscribe_internal.h66 coap_cache_key_t *cache_key; /** cache_key to identify requester */ member
Dcoap_cache_internal.h43 coap_cache_key_t *cache_key; member