Home
last modified time | relevance | path

Searched refs:http_server_find_file (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/headers/
Dserver_internal.h53 int http_server_find_file(char *fname, size_t fname_size, size_t *file_size,
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c519 ret = http_server_find_file(fname, sizeof(fname), &file_size, client->supported_compression, in handle_http1_static_fs_resource()
522 ret = http_server_find_file(fname, sizeof(fname), &file_size, 0, NULL); in handle_http1_static_fs_resource()
Dhttp_server_http2.c496 ret = http_server_find_file(fname, sizeof(fname), &client->data_len, in handle_http2_static_fs_resource()
499 ret = http_server_find_file(fname, sizeof(fname), &client->data_len, 0, NULL); in handle_http2_static_fs_resource()
Dhttp_server_core.c789 int http_server_find_file(char *fname, size_t fname_size, size_t *file_size, in http_server_find_file() function