Home
last modified time | relevance | path

Searched refs:coap_split_path (Results 1 – 14 of 14) sorted by relevance

/third_party/libcoap/tests/
Dtest_uri.c173 result = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in t_parse_uri7()
266 result = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in t_parse_uri11()
303 result = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in t_parse_uri12()
572 result = coap_split_path(teststr, sizeof(teststr), buf, &buflen); in t_parse_uri24()
/third_party/libcoap/include/coap3/
Duri.h129 int coap_split_path(const uint8_t *s,
/third_party/libcoap/
Dlibcoap-3.sym214 coap_split_path
Dlibcoap-3.map216 coap_split_path;
DChangeLog101 * src/uri.c (coap_split_path): Fixed URI parser bug and
/third_party/libcoap/man/
DMakefile.am113 @echo ".so man3/coap_pdu_setup.3" > coap_split_path.3
Dcoap_pdu_setup.txt.in29 coap_split_path,
82 *int coap_split_path(const uint8_t *_path_, size_t _length_, uint8_t *_buffer_,
342 The *coap_split_path*() function splits up _path_ of length _length_ and
446 res = coap_split_path((const uint8_t*)uri, strlen(uri), sbuf, &buflen);
Dcoap_block.txt.in228 res = coap_split_path((const uint8_t*)uri, strlen(uri), sbuf, &buflen);
/third_party/libcoap/examples/contiki/
Dcoap-observer.c156 res = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in PROCESS_THREAD()
/third_party/libcoap/src/
Duri.c444 coap_split_path(const uint8_t *s, size_t length, in coap_split_path() function
/third_party/libcoap/examples/
Detsi_iot_01.c211 res = coap_split_path(uri->s, uri->length, buf, &buflen); in hnd_post_test()
Dcoap-rd.c538 nseg = coap_split_path(loc, loc_size, b, &buflen); in hnd_post_rd()
Dcoap-client.c691 res = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in cmdline_uri()
Dcoap-server.c1143 res = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in hnd_proxy_uri()