Searched refs:path_len (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/arch/common/ |
D | semihost.c | 19 long path_len; member 67 .path_len = strlen(path) in semihost_open()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http1.c | 350 ptr = &client->url_buffer[dynamic_detail->common.path_len]; in dynamic_get_del_req() 911 int ret, path_len = 0; in handle_http1_request() local 974 &path_len, true); in handle_http1_request() 979 detail->path_len = path_len; in handle_http1_request() 1027 detail = get_resource_detail(client->service, client->url_buffer, &path_len, false); in handle_http1_request() 1029 detail->path_len = path_len; in handle_http1_request()
|
D | http_server_ws.c | 114 params = &client->url_buffer[client->current_detail->path_len]; in handle_http1_to_websocket_upgrade()
|
D | http_server_http2.c | 466 .path_len = static_fs_detail->common.path_len, in handle_http2_static_fs_resource() 634 ptr = &client->url_buffer[dynamic_detail->common.path_len]; in dynamic_get_del_req_v2() 1046 int path_len; in handle_http1_to_http2_upgrade() local 1094 detail = get_resource_detail(client->service, client->url_buffer, &path_len, false); in handle_http1_to_http2_upgrade() 1096 detail->path_len = path_len; in handle_http1_to_http2_upgrade() 1542 int ret, path_len; in handle_http_frame_headers() local 1604 detail = get_resource_detail(client->service, client->url_buffer, &path_len, false); in handle_http_frame_headers() 1606 detail->path_len = path_len; in handle_http_frame_headers()
|
D | http_server_core.c | 754 const char *path, int *path_len, bool is_websocket) in get_resource_detail() argument 766 *path_len = path_len_without_query(path); in get_resource_detail() 774 *path_len = strlen(resource->resource); in get_resource_detail() 780 *path_len = path_len_without_query(path); in get_resource_detail()
|
/Zephyr-latest/include/zephyr/net/http/ |
D | server.h | 96 int path_len; member
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_link_format.c | 261 uint16_t path_len = strlen(*p); in format_uri() local 263 res = append_to_coap_pkt(response, *p, path_len, remaining, in format_uri()
|
/Zephyr-latest/tests/net/lib/http_server/common/src/ |
D | main.c | 313 int *path_len,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 2113 const char *key, char *path, size_t path_len) in encode_mod_path() argument 2118 snprintk(path, path_len, "bt/mesh/v/%x/%s", mod_key, key); in encode_mod_path() 2120 snprintk(path, path_len, "bt/mesh/s/%x/%s", mod_key, key); in encode_mod_path()
|