|
navit
0.5.3-trunk
|
#include <file.h>
Data Fields | |
| struct file * | next |
| 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 |
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.
| unsigned char* file::begin |
Referenced by block_get_byid(), block_next_lin(), block_setup_tags(), file_data_free(), file_data_read(), file_data_remove(), file_mmap(), file_remap_readonly(), file_unmap(), file_version(), housenumber_search_setup(), poly_get(), street_name_get_by_id(), street_name_get_byid(), street_search_get_item_street_name(), tree_search_h(), and tree_search_v().
| unsigned char* file::buffer |
Referenced by file_data_read_special(), and file_shift_buffer().
| int file::buffer_len |
Referenced by file_data_read_special(), and file_shift_buffer().
| int file::cache |
| time_t file::ctime |
Referenced by file_version().
| unsigned char* file::end |
Referenced by block_next_lin(), file_mmap(), file_version(), and street_search_get_item_street_name().
| FILE* file::f |
| int file::fd |
| GHashTable* file::headers |
Referenced by file_http_header(), and file_process_headers().
| unsigned char* file::mmap_end |
Referenced by file_mmap(), and file_version().
| time_t file::mtime |
Referenced by file_version().
| char* file::name |
Referenced by binfile_read_content(), binfile_read_eoc(), binfile_read_eoc64(), file_create(), file_mmap(), and file_version().
| int file::name_id |
Referenced by file_create(), file_data_flush(), file_data_read(), and file_data_read_compressed().
| struct file* file::next |
| int file::offset |
Referenced by file_read(), and map_rect_new_garmin_img().
| int file::requests |
Referenced by file_data_read_special().
| long long file::size |
| int file::special |
Referenced by file_data_read(), and file_data_read_special().
| int file::version |
Referenced by file_version().