Home
last modified time | relevance | path

Searched refs:cache_ignore_count (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/src/
Dcoap_cache.c23 is_cache_key(uint16_t option_type, size_t cache_ignore_count, in is_cache_key() argument
38 for (i = 0; i < cache_ignore_count; i++) { in is_cache_key()
59 ctx->cache_ignore_count = count; in coap_cache_ignore_options()
66 ctx->cache_ignore_count = count; in coap_cache_ignore_options()
76 size_t cache_ignore_count) { in coap_cache_derive_key_w_ignore() argument
98 if (is_cache_key(opt_iter.number, cache_ignore_count, in coap_cache_derive_key_w_ignore()
143 session->context->cache_ignore_count); in coap_cache_derive_key()
Dcoap_net.c608 if (context->cache_ignore_count) { in coap_free_context()
/third_party/libcoap/include/coap3/
Dcoap_net_internal.h168 size_t cache_ignore_count; /**< The number of CoAP options to ignore member