Searched refs:coap_split_uri (Results 1 – 8 of 8) sorted by relevance
/net-tools-3.4.0/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 …]
|
/net-tools-3.4.0/libcoap/include/coap/ |
D | uri.h | 81 int coap_split_uri(unsigned char *str_var, size_t len, coap_uri_t *uri);
|
/net-tools-3.4.0/libcoap/ |
D | libcoap-1.sym | 103 coap_split_uri
|
D | libcoap-1.map | 105 coap_split_uri;
|
/net-tools-3.4.0/libcoap/src/ |
D | uri.c | 45 coap_split_uri(unsigned char *str_var, size_t len, coap_uri_t *uri) { in coap_split_uri() function 423 if (coap_split_uri(URI_DATA(result), length, (coap_uri_t *)result) < 0) { in coap_new_uri()
|
/net-tools-3.4.0/libcoap/examples/contiki/ |
D | coap-observer.c | 138 coap_split_uri((unsigned char *)resource, strlen(resource), &uri); in PROCESS_THREAD()
|
/net-tools-3.4.0/libcoap/examples/ |
D | client.c | 689 coap_split_uri((unsigned char *)arg, strlen(arg), &uri ); in cmdline_uri()
|
/net-tools-3.4.0/ |
D | coap-client.c | 678 coap_split_uri((unsigned char *)arg, strlen(arg), &uri ); in parse_uri()
|