Home
last modified time | relevance | path

Searched refs:coap_split_query (Results 1 – 10 of 10) sorted by relevance

/third_party/libcoap/tests/
Dtest_uri.c310 result = coap_split_query(uri.query.s, uri.query.length, buf, &buflen); in t_parse_uri12()
360 result = coap_split_query((unsigned char *)teststr, strlen(teststr), in t_parse_uri14()
383 result = coap_split_query((unsigned char *)teststr, strlen(teststr), in t_parse_uri15()
398 result = coap_split_query((unsigned char *)teststr, strlen(teststr), in t_parse_uri16()
419 result = coap_split_query((unsigned char *)teststr, strlen(teststr), in t_parse_uri17()
/third_party/libcoap/include/coap3/
Duri.h149 int coap_split_query(const uint8_t *s,
/third_party/libcoap/man/
DMakefile.am114 @echo ".so man3/coap_pdu_setup.3" > coap_split_query.3
Dcoap_pdu_setup.txt.in30 coap_split_query,
85 *int coap_split_query(const uint8_t *_query_, size_t _length_,
347 The *coap_split_query*() function splits up _query_ of length _length_ and
459 res = coap_split_query((const uint8_t*)query, strlen(query), sbuf, &buflen);
Dcoap_block.txt.in241 res = coap_split_query((const uint8_t*)query, strlen(query), sbuf, &buflen);
/third_party/libcoap/
Dlibcoap-3.sym216 coap_split_query
Dlibcoap-3.map218 coap_split_query;
/third_party/libcoap/src/
Duri.c456 coap_split_query(const uint8_t *s, size_t length, in coap_split_query() function
/third_party/libcoap/examples/
Dcoap-client.c706 res = coap_split_query(uri.query.s, uri.query.length, buf, &buflen); in cmdline_uri()
Dcoap-server.c1158 res = coap_split_query(uri.query.s, uri.query.length, buf, &buflen); in hnd_proxy_uri()