Searched defs:uri_path (Results 1 - 14 of 14) sorted by relevance
/third_party/libcoap/tests/oss-fuzz/ |
H A D | pdu_parse_tcp_target.c | 13 coap_string_t *uri_path = coap_get_uri_path(pdu); in LLVMFuzzerTestOneInput() local
|
H A D | pdu_parse_udp_target.c | 13 coap_string_t *uri_path = coap_get_uri_path(pdu); in LLVMFuzzerTestOneInput() local
|
H A D | pdu_parse_ws_target.c | 13 coap_string_t *uri_path = coap_get_uri_path(pdu); in LLVMFuzzerTestOneInput() local
|
/third_party/libcoap/tests/ |
H A D | test_wellknown.c | 150 coap_str_const_t uri_path = {.length = len, .s = uribuf}; in t_wellknown3() local
|
H A D | test_uri.c | 347 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 D | coap_resource_internal.h | 81 coap_str_const_t *uri_path; /**< the key used for hash lookup for this member
|
H A D | coap_block_internal.h | 192 coap_str_const_t *uri_path; /** set to uri_path if unknown resource */ member
|
/third_party/libcoap/src/ |
H A D | coap_uri.c | 773 coap_string_t *uri_path = NULL; in coap_get_uri_path() local [all...] |
H A D | coap_subscribe.c | 67 coap_string_t *uri_path = NULL; in coap_persist_observe_add() local
|
H A D | coap_resource.c | 269 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 D | coap_block.c | 2576 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 D | coap_net.c | 2777 coap_string_t *uri_path = NULL; in handle_request() local [all...] |
/third_party/curl/lib/ |
H A D | cookie.c | 160 char *uri_path = NULL; in pathmatch() local [all...] |
/third_party/libcoap/examples/ |
H A D | coap-server.c | 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 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