Searched refs:coap_split_uri (Results 1 – 9 of 9) sorted by relevance
/third_party/libcoap/tests/ |
D | test_uri.c | 23 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/ |
D | split_uri_target.c | 6 coap_split_uri(data, size, &uri); in LLVMFuzzerTestOneInput()
|
/third_party/libcoap/include/coap3/ |
D | uri.h | 96 int coap_split_uri(const uint8_t *str_var, size_t len, coap_uri_t *uri);
|
/third_party/libcoap/ |
D | libcoap-3.sym | 217 coap_split_uri
|
D | libcoap-3.map | 219 coap_split_uri;
|
/third_party/libcoap/examples/contiki/ |
D | coap-observer.c | 137 coap_split_uri((unsigned char *)resource, strlen(resource), &uri); in PROCESS_THREAD()
|
/third_party/libcoap/src/ |
D | uri.c | 236 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/ |
D | coap-client.c | 655 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()
|
D | coap-server.c | 2365 if (coap_split_uri((unsigned char *)arg, strlen(arg), &proxy) < 0 || in cmdline_proxy()
|