Searched refs:coap_split_path (Results 1 – 14 of 14) sorted by relevance
/third_party/libcoap/tests/ |
D | test_uri.c | 173 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/ |
D | uri.h | 129 int coap_split_path(const uint8_t *s,
|
/third_party/libcoap/ |
D | libcoap-3.sym | 214 coap_split_path
|
D | libcoap-3.map | 216 coap_split_path;
|
D | ChangeLog | 101 * src/uri.c (coap_split_path): Fixed URI parser bug and
|
/third_party/libcoap/man/ |
D | Makefile.am | 113 @echo ".so man3/coap_pdu_setup.3" > coap_split_path.3
|
D | coap_pdu_setup.txt.in | 29 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);
|
D | coap_block.txt.in | 228 res = coap_split_path((const uint8_t*)uri, strlen(uri), sbuf, &buflen);
|
/third_party/libcoap/examples/contiki/ |
D | coap-observer.c | 156 res = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in PROCESS_THREAD()
|
/third_party/libcoap/src/ |
D | uri.c | 444 coap_split_path(const uint8_t *s, size_t length, in coap_split_path() function
|
/third_party/libcoap/examples/ |
D | etsi_iot_01.c | 211 res = coap_split_path(uri->s, uri->length, buf, &buflen); in hnd_post_test()
|
D | coap-rd.c | 538 nseg = coap_split_path(loc, loc_size, b, &buflen); in hnd_post_rd()
|
D | coap-client.c | 691 res = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in cmdline_uri()
|
D | coap-server.c | 1143 res = coap_split_path(uri.path.s, uri.path.length, buf, &buflen); in hnd_proxy_uri()
|