Searched refs:file_len (Results 1 – 1 of 1) sorted by relevance
727 size_t file_len, alloc_len; in httpc_fs_init() local730 file_len = strlen(local_file_name); in httpc_fs_init()731 alloc_len = sizeof(httpc_filestate_t) + file_len + 1; in httpc_fs_init()739 memcpy((char *)(filestate + 1), local_file_name, file_len + 1); in httpc_fs_init()