Home
last modified time | relevance | path

Searched refs:COAP_RESOURCE (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
Dmem.h41 COAP_RESOURCE, enumerator
Dlwippools.h107 LWIP_MEMPOOL(COAP_RESOURCE, MEMP_NUM_COAPRESOURCE, sizeof(coap_resource_t), "COAP_RESOURCE")
/third_party/libcoap/src/
Dmem.c286 case COAP_RESOURCE: return &resource_storage; in get_container()
413 case COAP_RESOURCE: return &resource_storage; in get_container()
Dresource.c306 r = (coap_resource_t *)coap_malloc_type(COAP_RESOURCE, sizeof(coap_resource_t));
340 r = (coap_resource_t *)coap_malloc_type(COAP_RESOURCE, sizeof(coap_resource_t));
367 r = (coap_resource_t *)coap_malloc_type(COAP_RESOURCE, sizeof(coap_resource_t));
531 coap_free_type(COAP_RESOURCE, resource);