Searched refs:coap_split_query (Results 1 – 10 of 10) sorted by relevance
/third_party/libcoap/tests/ |
D | test_uri.c | 310 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/ |
D | uri.h | 149 int coap_split_query(const uint8_t *s,
|
/third_party/libcoap/man/ |
D | Makefile.am | 114 @echo ".so man3/coap_pdu_setup.3" > coap_split_query.3
|
D | coap_pdu_setup.txt.in | 30 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);
|
D | coap_block.txt.in | 241 res = coap_split_query((const uint8_t*)query, strlen(query), sbuf, &buflen);
|
/third_party/libcoap/ |
D | libcoap-3.sym | 216 coap_split_query
|
D | libcoap-3.map | 218 coap_split_query;
|
/third_party/libcoap/src/ |
D | uri.c | 456 coap_split_query(const uint8_t *s, size_t length, in coap_split_query() function
|
/third_party/libcoap/examples/ |
D | coap-client.c | 706 res = coap_split_query(uri.query.s, uri.query.length, buf, &buflen); in cmdline_uri()
|
D | coap-server.c | 1158 res = coap_split_query(uri.query.s, uri.query.length, buf, &buflen); in hnd_proxy_uri()
|