Home
last modified time | relevance | path

Searched refs:coap_free (Results 1 – 12 of 12) sorted by relevance

/net-tools-3.4.0/libcoap/include/coap/
Dmem.h77 static inline void coap_free(void *object) { in coap_free() function
105 static inline void coap_free(void *pointer) { in coap_free() function
/net-tools-3.4.0/libcoap/src/
Dasync.c94 coap_free(s->appdata); in coap_free_async()
95 coap_free(s); in coap_free_async()
Dstr.c32 coap_free(s); in coap_delete_string()
Dresource.c36 #define COAP_FREE_TYPE(Type, Object) coap_free(Object)
370 coap_free(attr->name.s);
372 coap_free(attr->value.s);
414 coap_free(resource->uri.s);
Dcoap_io.c116 coap_free(ep); in coap_free_posix_endpoint()
360 coap_free(packet); in coap_free_packet()
Duri.c424 coap_free(result); in coap_new_uri()
Dnet.c414 coap_free(c); in coap_new_context()
/net-tools-3.4.0/libcoap/examples/
Dcoap_list.c37 coap_free(node); in coap_delete()
Detsi_iot_01.c120 coap_free(uri); in coap_delete_payload()
125 coap_free(payload); in coap_delete_payload()
264 coap_free(test_payload); in hnd_post_test()
265 coap_free(uri); in hnd_post_test()
520 coap_free(payload); in make_large()
Dcoap-rd.c81 coap_free(rd->data.s); in rd_delete()
82 coap_free(rd); in rd_delete()
161 coap_free(rd->data.s); in hnd_put_resource()
Dclient.c944 coap_free(buf->s); in cmdline_input_from_file()
954 coap_free(buf->s); in cmdline_input_from_file()
/net-tools-3.4.0/
Dcoap-client.c651 coap_free(node); in coap_delete()