Home
last modified time | relevance | path

Searched refs:LL_DELETE (Results 1 – 8 of 8) sorted by relevance

/net-tools-3.4.0/tinydtls-0.8.2/
Dt_list.h102 LL_DELETE(*(struct list **)list, (struct list *)item); in list_remove()
Dutlist.h306 #define LL_DELETE(head,del) \ macro
356 #undef LL_DELETE
357 #define LL_DELETE LL_DELETE_VS2008 macro
/net-tools-3.4.0/libcoap/include/coap/
Dt_list.h101 LL_DELETE(*(struct list **)the_list, (struct list *)item); in list_remove()
Dresource.h352 LL_DELETE((r), (obj))
Dutlist.h349 #define LL_DELETE(head,del) \ macro
408 #undef LL_DELETE
409 #define LL_DELETE LL_DELETE_VS2008 macro
/net-tools-3.4.0/libcoap/src/
Dasync.c85 LL_DELETE(context->async_state,tmp); in coap_remove_async()
Dresource.c599 LL_DELETE(resource->subscribers, s);
722 LL_DELETE(resource->subscribers, obs);
/net-tools-3.4.0/
Dcoap-client.c100 #undef LL_DELETE