Searched refs:COAP_SUBSCRIPTION (Results 1 – 3 of 3) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_mem.h | 58 COAP_SUBSCRIPTION, enumerator
|
/third_party/libcoap/src/ |
D | coap_resource.c | 498 coap_free_type(COAP_SUBSCRIPTION, obs); 777 s = coap_malloc_type(COAP_SUBSCRIPTION, sizeof(coap_subscription_t)); 789 coap_free_type(COAP_SUBSCRIPTION, s); 805 coap_free_type(COAP_SUBSCRIPTION, s); 961 coap_free_type(COAP_SUBSCRIPTION, s); 979 coap_free_type(COAP_SUBSCRIPTION, s);
|
/third_party/libcoap/examples/lwip/config/ |
D | lwippools.h | 147 LWIP_MEMPOOL(COAP_SUBSCRIPTION, MEMP_NUM_COAP_SUBSCRIPTION, sizeof(coap_subscription_t),
|