Home
last modified time | relevance | path

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

/net-tools-3.4.0/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 …]
/net-tools-3.4.0/libcoap/include/coap/
Duri.h81 int coap_split_uri(unsigned char *str_var, size_t len, coap_uri_t *uri);
/net-tools-3.4.0/libcoap/
Dlibcoap-1.sym103 coap_split_uri
Dlibcoap-1.map105 coap_split_uri;
/net-tools-3.4.0/libcoap/src/
Duri.c45 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/
Dcoap-observer.c138 coap_split_uri((unsigned char *)resource, strlen(resource), &uri); in PROCESS_THREAD()
/net-tools-3.4.0/libcoap/examples/
Dclient.c689 coap_split_uri((unsigned char *)arg, strlen(arg), &uri ); in cmdline_uri()
/net-tools-3.4.0/
Dcoap-client.c678 coap_split_uri((unsigned char *)arg, strlen(arg), &uri ); in parse_uri()