Searched refs:file_size (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/net/lib/http/headers/ |
D | server_internal.h | 44 int http_server_find_file(char *fname, size_t fname_size, size_t *file_size, bool *gzipped);
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_fs.c | 266 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/ |
D | http_server_http1.c | 398 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()
|
D | http_server_core.c | 751 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/ |
D | hawkbit.c | 123 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()
|