Home
last modified time | relevance | path

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

/third_party/libcoap/tests/oss-fuzz/
H A Dpdu_parse_tcp_target.c13 coap_string_t *uri_path = coap_get_uri_path(pdu); in LLVMFuzzerTestOneInput() local
H A Dpdu_parse_udp_target.c13 coap_string_t *uri_path = coap_get_uri_path(pdu); in LLVMFuzzerTestOneInput() local
H A Dpdu_parse_ws_target.c13 coap_string_t *uri_path = coap_get_uri_path(pdu); in LLVMFuzzerTestOneInput() local
/third_party/libcoap/tests/
H A Dtest_wellknown.c150 coap_str_const_t uri_path = {.length = len, .s = uribuf}; in t_wellknown3() local
H A 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); t_parse_uri20() local
514 coap_string_t *uri_path = coap_get_uri_path(&pdu); t_parse_uri21() local
537 coap_string_t *uri_path = coap_get_uri_path(&pdu); t_parse_uri22() local
558 coap_string_t *uri_path = coap_get_uri_path(&pdu); t_parse_uri23() local
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_resource_internal.h81 coap_str_const_t *uri_path; /**< the key used for hash lookup for this member
H A Dcoap_block_internal.h192 coap_str_const_t *uri_path; /** set to uri_path if unknown resource */ member
/third_party/libcoap/src/
H A Dcoap_uri.c773 coap_string_t *uri_path = NULL; in coap_get_uri_path() local
[all...]
H A Dcoap_subscribe.c67 coap_string_t *uri_path = NULL; in coap_persist_observe_add() local
H A Dcoap_resource.c269 coap_resource_init(coap_str_const_t *uri_path, int flags) { argument
606 coap_get_resource_from_uri_path(coap_context_t *context, coap_str_const_t *uri_path) global() argument
[all...]
H A Dcoap_block.c2576 coap_handle_request_put_block(coap_context_t *context, coap_session_t *session, coap_pdu_t *pdu, coap_pdu_t *response, coap_resource_t *resource, coap_string_t *uri_path, coap_opt_t *observe, int *added_block, coap_lg_srcv_t **pfree_lg_srcv) coap_handle_request_put_block() argument
H A Dcoap_net.c2777 coap_string_t *uri_path = NULL; in handle_request() local
[all...]
/third_party/curl/lib/
H A Dcookie.c160 char *uri_path = NULL; in pathmatch() local
[all...]
/third_party/libcoap/examples/
H A Dcoap-server.c989 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
653 get_uri_proxy_scheme_info(const coap_pdu_t *request, coap_opt_t *opt, coap_uri_t *uri, coap_string_t **uri_path, coap_string_t **uri_query) get_uri_proxy_scheme_info() argument
1246 coap_str_const_t *uri_path; hnd_get() local
1294 coap_string_t *uri_path; hnd_put_post() local
1519 coap_string_t *uri_path; hnd_put_post_unknown() local
[all...]

Completed in 18 milliseconds