navit  0.5.3-trunk
file Struct Reference

#include <file.h>

Data Fields

struct filenext
 
unsigned char * begin
 
unsigned char * end
 
unsigned char * mmap_end
 
long long size
 
int name_id
 
int fd
 
time_t mtime
 
time_t ctime
 
int version
 
char * name
 
int special
 
int cache
 
int requests
 
unsigned char * buffer
 
int buffer_len
 
GHashTable * headers
 
FILE * f
 
int offset
 

Detailed Description

Navit, a modular navigation system. Copyright (C) 2005-2008 Navit Team

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Field Documentation

◆ begin

◆ buffer

unsigned char* file::buffer

◆ buffer_len

int file::buffer_len

◆ cache

◆ ctime

time_t file::ctime

Referenced by file_version().

◆ end

unsigned char* file::end

◆ f

◆ fd

◆ headers

GHashTable* file::headers

◆ mmap_end

unsigned char* file::mmap_end

Referenced by file_mmap(), and file_version().

◆ mtime

time_t file::mtime

Referenced by file_version().

◆ name

◆ name_id

◆ next

struct file* file::next

◆ offset

int file::offset

◆ requests

int file::requests

Referenced by file_data_read_special().

◆ size

◆ special

int file::special

◆ version

int file::version

Referenced by file_version().


The documentation for this struct was generated from the following files: