Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/include/coap/
Duri.h96 int coap_split_path(const unsigned char *s,
/net-tools-3.7.0/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()
/net-tools-3.7.0/libcoap/
Dlibcoap-1.sym101 coap_split_path
Dlibcoap-1.map103 coap_split_path;
DChangeLog14 * src/uri.c (coap_split_path): Fixed URI parser bug and
/net-tools-3.7.0/libcoap/examples/contiki/
Dcoap-observer.c155 res = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in PROCESS_THREAD()
/net-tools-3.7.0/libcoap/src/
Duri.c374 coap_split_path(const unsigned char *s, size_t length, in coap_split_path() function
/net-tools-3.7.0/libcoap/examples/
Detsi_iot_01.c290 res = coap_split_path(uri->data, uri->length, buf, &buflen); in hnd_post_test()
Dcoap-rd.c528 nseg = coap_split_path(loc, loc_size, b, &buflen); in hnd_post_rd()
Dclient.c700 res = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in cmdline_uri()
/net-tools-3.7.0/
Dcoap-client.c682 res = coap_split_path(uri.path.s, uri.path.length, in parse_uri()