Searched refs:COAP_RESOURCE (Results 1 – 4 of 4) sorted by relevance
47 COAP_RESOURCE, enumerator
149 LWIP_MEMPOOL(COAP_RESOURCE, MEMP_NUM_COAPRESOURCE, sizeof(coap_resource_t), "COAP_RESOURCE")
272 r = (coap_resource_t *)coap_malloc_type(COAP_RESOURCE, sizeof(coap_resource_t));306 r = (coap_resource_t *)coap_malloc_type(COAP_RESOURCE, sizeof(coap_resource_t));339 r = (coap_resource_t *)coap_malloc_type(COAP_RESOURCE, sizeof(coap_resource_t));509 coap_free_type(COAP_RESOURCE, resource);
372 case COAP_RESOURCE: in get_container()