Home
last modified time | relevance | path

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

/third_party/libcoap/tests/
Dtest_uri.c341 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri13() local
442 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri18() local
467 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri19() local
487 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri20() local
508 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri21() local
531 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri22() local
552 coap_string_t *uri_path = coap_get_uri_path(&pdu); in t_parse_uri23() local
Dtest_wellknown.c148 coap_str_const_t uri_path = {.length = len, .s = uribuf}; in t_wellknown3() local
/third_party/libcoap/tests/oss-fuzz/
Dpdu_parse_target.c10 coap_string_t *uri_path = coap_get_uri_path(pdu); in LLVMFuzzerTestOneInput() local
/third_party/libcoap/examples/
Dcoap-server.c664 coap_string_t **uri_path, in get_uri_proxy_scheme_info()
998 coap_string_t *uri_path = NULL; in hnd_proxy_uri() local
1225 coap_string_t *uri_path; member
1248 coap_string_t *uri_path; in hnd_delete() local
1290 coap_str_const_t *uri_path; in hnd_get() local
1339 coap_string_t *uri_path; in hnd_put() local
1543 coap_string_t *uri_path; in hnd_unknown_put() local
/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h70 coap_str_const_t *uri_path; /**< the key used for hash lookup for this member
Dcoap_block_internal.h142 coap_str_const_t *uri_path; /** set to uri_path if unknown resource */ member
/third_party/libcoap/src/
Dresource.c303 coap_resource_init(coap_str_const_t *uri_path, int flags) {
615 coap_get_resource_from_uri_path(coap_context_t *context, coap_str_const_t *uri_path) {
Duri.c610 coap_string_t *uri_path = NULL; in coap_get_uri_path() local
Dblock.c1227 coap_string_t *uri_path, in coap_handle_request_put_block()
Dnet.c2630 coap_string_t *uri_path = coap_get_uri_path(pdu); in handle_request() local
/third_party/curl/lib/
Dcookie.c156 char *uri_path = NULL; in pathmatch() local