Home
last modified time | relevance | path

Searched refs:coap_split_uri (Results 1 – 9 of 9) sorted by relevance

/third_party/libcoap/tests/
Dtest_uri.c23 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri); in t_parse_uri1()
46 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri); in t_parse_uri2()
69 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri); in t_parse_uri3()
91 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri); in t_parse_uri4()
101 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri); in t_parse_uri5()
124 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri); in t_parse_uri6()
159 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri); in t_parse_uri7()
188 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri); in t_parse_uri8()
202 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri); in t_parse_uri9()
216 result = coap_split_uri((unsigned char *)teststr, strlen(teststr), &uri); in t_parse_uri10()
[all …]
/third_party/libcoap/tests/oss-fuzz/
Dsplit_uri_target.c6 coap_split_uri(data, size, &uri); in LLVMFuzzerTestOneInput()
/third_party/libcoap/include/coap3/
Duri.h96 int coap_split_uri(const uint8_t *str_var, size_t len, coap_uri_t *uri);
/third_party/libcoap/
Dlibcoap-3.sym217 coap_split_uri
Dlibcoap-3.map219 coap_split_uri;
/third_party/libcoap/examples/contiki/
Dcoap-observer.c137 coap_split_uri((unsigned char *)resource, strlen(resource), &uri); in PROCESS_THREAD()
/third_party/libcoap/src/
Duri.c236 coap_split_uri(const uint8_t *str_var, size_t len, coap_uri_t *uri) { in coap_split_uri() function
493 if (coap_split_uri(URI_DATA(result), length, (coap_uri_t *)result) < 0) { in coap_new_uri()
/third_party/libcoap/examples/
Dcoap-client.c655 if (coap_split_uri((unsigned char *)arg, strlen(arg), &uri) < 0) { in cmdline_uri()
789 if (coap_split_uri((unsigned char *)arg, strlen(arg), &proxy) < 0 || in cmdline_proxy()
Dcoap-server.c2365 if (coap_split_uri((unsigned char *)arg, strlen(arg), &proxy) < 0 || in cmdline_proxy()