Home
last modified time | relevance | path

Searched refs:coap_free_context (Results 1 – 10 of 10) sorted by relevance

/net-tools-latest/libcoap/
Dlibcoap-1.sym34 coap_free_context
Dlibcoap-1.map36 coap_free_context;
/net-tools-latest/libcoap/examples/
Dtiny.c146 coap_free_context( ctx ); in main()
Dcoap-server.c546 coap_free_context(ctx); in main()
Detsi_iot_01.c756 coap_free_context( ctx ); in main()
Dcoap-rd.c760 coap_free_context( ctx ); in main()
Dclient.c1265 coap_free_context( ctx ); in main()
/net-tools-latest/libcoap/include/coap/
Dnet.h204 void coap_free_context(coap_context_t *context);
/net-tools-latest/libcoap/tests/
Dtest_wellknown.c300 coap_free_context(ctx); in t_wkc_tests_remove()
/net-tools-latest/libcoap/src/
Dnet.c419 coap_free_context(coap_context_t *context) { in coap_free_context() function