Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_context.txt.in15 coap_free_context,
32 *void coap_free_context(coap_context_t *_context_);*
79 The *coap_free_context*() function must be used to release the CoAP stack
Dcoap_endpoint_server.txt.in195 coap_free_context(context);
329 coap_free_context(context);
339 coap_free_context(context);
456 coap_free_context(context);
466 coap_free_context(context);
548 coap_free_context(context);
Dcoap_endpoint_client.txt.in181 coap_free_context(context);
275 coap_free_context(context);
355 coap_free_context(context);
392 coap_free_context(context);
Dcoap_io.txt.in214 coap_free_context(ctx);
266 coap_free_context(ctx);
335 coap_free_context(ctx);
422 coap_free_context(ctx);
Dcoap_encryption.txt.in987 coap_free_context(context);
998 coap_free_context(context);
1120 coap_free_context(context);
1130 coap_free_context(context);
1211 coap_free_context(context);
/third_party/libcoap/tests/
Dtest_sendqueue.c313 coap_free_context(ctx); in t_sendqueue_tests_create()
329 coap_free_context(ctx); in t_sendqueue_tests_remove()
Dtest_session.c193 coap_free_context(ctx); in t_session_tests_remove()
Dtest_wellknown.c309 coap_free_context(ctx); in t_wkc_tests_remove()
/third_party/libcoap/
Dlibcoap-3.sym77 coap_free_context
Dlibcoap-3.map79 coap_free_context;
/third_party/libcoap/examples/
Dtiny.c183 coap_free_context(ctx); in main()
Dcoap-rd.c718 coap_free_context(ctx); in get_context()
875 coap_free_context( ctx ); in main()
Detsi_iot_01.c629 coap_free_context( ctx ); in main()
Dcoap-server.c2287 coap_free_context(ctx); in get_context()
2342 coap_free_context(ctx); in get_context()
2887 coap_free_context(ctx); in main()
Dcoap-client.c1749 coap_free_context( ctx ); in main()
/third_party/libcoap/include/coap3/
Dnet.h347 void coap_free_context(coap_context_t *context);
/third_party/libcoap/src/
Dnet.c577 coap_free_context(c); in coap_new_context()
631 coap_free_context(coap_context_t *context) { in coap_free_context() function