Home
last modified time | relevance | path

Searched refs:coap_delete_optlist (Results 1 – 9 of 9) sorted by relevance

/third_party/libcoap/include/coap3/
Doption.h384 void coap_delete_optlist(coap_optlist_t *optlist_chain);
/third_party/libcoap/man/
DMakefile.am105 @echo ".so man3/coap_pdu_setup.3" > coap_delete_optlist.3
Dcoap_pdu_setup.txt.in21 coap_delete_optlist,
61 *void coap_delete_optlist(coap_optlist_t *_optlist_chain_);*
311 is first called. The coap_delete_optlist() function has to be called to free
314 The *coap_delete_optlist*() function deletes and frees off all the optlist
389 The *coap_add_token*(), *coap_insert_optlist*(), *coap_delete_optlist*(),
/third_party/libcoap/
Dlibcoap-3.sym60 coap_delete_optlist
Dlibcoap-3.map62 coap_delete_optlist;
/third_party/libcoap/tests/
Dtest_pdu.c736 coap_delete_optlist(optlist); in t_encode_pdu12()
771 coap_delete_optlist(optlist); in t_encode_pdu13()
806 coap_delete_optlist(optlist); in t_encode_pdu14()
/third_party/libcoap/src/
Doption.c589 coap_delete_optlist(coap_optlist_t *queue) { in coap_delete_optlist() function
/third_party/libcoap/examples/
Dcoap-server.c1197 coap_delete_optlist(optlist); in hnd_proxy_uri()
1698 coap_delete_optlist(optlist); in proxy_message_handler()
Dcoap-client.c1747 coap_delete_optlist(optlist); in main()