Home
last modified time | relevance | path

Searched refs:file_size (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/headers/
Dserver_internal.h44 int http_server_find_file(char *fname, size_t fname_size, size_t *file_size, bool *gzipped);
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c266 off_t file_size; in allocate_new_file() local
350 file_size = fs_tell(file); in allocate_new_file()
352 file_size < CONFIG_LOG_BACKEND_FS_FILE_SIZE) { in allocate_new_file()
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c398 size_t file_size; in handle_http1_static_fs_resource() local
430 ret = http_server_find_file(fname, sizeof(fname), &file_size, &gzipped); in handle_http1_static_fs_resource()
449 LOG_DBG("found %s, file size: %zu", fname, file_size); in handle_http1_static_fs_resource()
460 remaining = file_size; in handle_http1_static_fs_resource()
Dhttp_server_core.c751 int http_server_find_file(char *fname, size_t fname_size, size_t *file_size, bool *gzipped) in http_server_find_file() argument
766 *file_size = dirent.size; in http_server_find_file()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c123 int32_t file_size; member
697 hb_context->dl.file_size = artifact->size; in hawkbit_parse_deployment()
699 if (hb_context->dl.file_size > SLOT1_SIZE) { in hawkbit_parse_deployment()
700 LOG_ERR("Artifact file size too big (got %d, max is %d)", hb_context->dl.file_size, in hawkbit_parse_deployment()