Home
last modified time | relevance | path

Searched defs:uri_path (Results 1 – 14 of 14) sorted by relevance

/third_party/libcoap/tests/
Dtest_uri.c347 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri13() local
448 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri18() local
473 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri19() local
493 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri20() local
514 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri21() local
537 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri22() local
558 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri23() local
Dtest_wellknown.c150 coap_str_const_t uri_path = {.length = len, .s = uribuf}; in t_wellknown3() local
/third_party/libcoap/tests/oss-fuzz/
Dpdu_parse_tcp_target.c13 coap_string_t *uri_path = coap_get_uri_path(pdu); in LLVMFuzzerTestOneInput() local
Dpdu_parse_udp_target.c13 coap_string_t *uri_path = coap_get_uri_path(pdu); in LLVMFuzzerTestOneInput() local
Dpdu_parse_ws_target.c13 coap_string_t *uri_path = coap_get_uri_path(pdu); in LLVMFuzzerTestOneInput() local
/third_party/libcoap/examples/
Dcoap-server.c656 coap_string_t **uri_path, in get_uri_proxy_scheme_info()
989 coap_string_t *uri_path = NULL; in hnd_proxy_uri() local
1183 coap_string_t *uri_path; member
1205 coap_string_t *uri_path; in hnd_delete() local
1246 coap_str_const_t *uri_path; in hnd_get() local
1294 coap_string_t *uri_path; in hnd_put_post() local
1519 coap_string_t *uri_path; in hnd_put_post_unknown() local
/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h81 coap_str_const_t *uri_path; /**< the key used for hash lookup for this member
Dcoap_block_internal.h192 coap_str_const_t *uri_path; /** set to uri_path if unknown resource */ member
/third_party/libcoap/src/
Dcoap_resource.c269 coap_resource_init(coap_str_const_t *uri_path, int flags) {
606 coap_get_resource_from_uri_path(coap_context_t *context, coap_str_const_t *uri_path) {
Dcoap_uri.c773 coap_string_t *uri_path = NULL; in coap_get_uri_path() local
Dcoap_subscribe.c67 coap_string_t *uri_path = NULL; in coap_persist_observe_add() local
Dcoap_net.c2777 coap_string_t *uri_path = NULL; in handle_request() local
Dcoap_block.c2581 coap_string_t *uri_path, in coap_handle_request_put_block()
/third_party/curl/lib/
Dcookie.c160 char *uri_path = NULL; in pathmatch() local