Home
last modified time | relevance | path

Searched refs:coap_new_string (Results 1 – 11 of 11) sorted by relevance

/third_party/libcoap/src/
Dcoap_str.c21 coap_new_string(size_t size) { in coap_new_string() function
52 coap_string_t *s = coap_new_string(size); in coap_new_str_const()
78 return (coap_binary_t *)coap_new_string(size); in coap_new_binary()
111 coap_string_t *s = coap_new_string(size); in coap_new_bin_const()
Dcoap_uri.c743 query = coap_new_string(length); in coap_get_query()
785 uri_path = coap_new_string(uri.path.length); in coap_get_uri_path()
812 uri_path = coap_new_string(length); in coap_get_uri_path()
Dcoap_subscribe.c840 *name = coap_new_string(size); in coap_op_dyn_resource_read()
Dcoap_net.c2515 data_string = coap_new_string(wkc_len); in hnd_get_wellknown()
Dcoap_block.c849 lg_xmit->b.b2.query = coap_new_string(query->length); in coap_add_data_large_internal()
/third_party/libcoap/man/
Dcoap_string.txt.in14 coap_new_string,
32 *coap_string_t *coap_new_string(size_t _size_);*
108 *Function: coap_new_string()*
110 The *coap_new_string*() function allocates a new coap_string_t of _size_
117 created by *coap_new_string*().
177 *coap_new_string*() returns a pointer to an allocated
/third_party/libcoap/include/coap3/
Dcoap_str.h79 coap_string_t *coap_new_string(size_t size);
/third_party/libcoap/
Dlibcoap-3.map148 coap_new_string;
Dlibcoap-3.sym145 coap_new_string
/third_party/libcoap/tests/
Dtest_wellknown.c179 query = coap_new_string(sizeof("if=one")-1); in t_wellknown4()
/third_party/libcoap/examples/
Dcoap-server.c810 proxy_list[i].query = coap_new_string(query->length); in get_proxy_session()