#include <ntar_int.h>
test002.c, test003.c, test005.c, test006.c, test007.c, test008.c, test009.c, test010.c, test011.c, test012.c, test013.c, test014.c, test017.c, and test018.c.
Data Fields | |
| ntar_file_handlers | file_handlers |
| int | byte_order |
| ntar_foff | block_start |
| _ntar_section_handle * | section_handle |
| void * | plugin_state |
| ntar_option * | options |
| _ntar_plugin_data * | plugin_data |
| block_header | bh |
| int | are_block_data_read |
| char * | options_buffer |
| size_t | options_buffer_length |
| size_t | data_buffer_length |
| char * | data_buffer |
| void * | block_data |
| void * | raw_data_buffer |
| size_t | raw_data_buffer_length |
| size_t | raw_data_buffer_start_options |
|
|
TRUE if the fixed block data (i.e. the content of the block excluding the options) has been read |
|
|
The block header of this block, as written on file. This field is valid in read mode only, and it contains data in host byte order |
|
|
|
|
|
Position in the file where the section/block begins. |
|
|
Byte order for this section. Possible values are
|
|
|
Pointer to a temp buffer used to read/write the data. |
|
|
Length of the data_buffer |
|
|
General information about the underlying file. |
|
|
|
|
|
Pointer to a temp buffer used to read/write the options. |
|
|
Length of the options_buffer |
|
|
A opaque handle to the plugin used to manage this block. |
|
|
Pointer to data used by the plugin. TODO currently not in use. |
|
|
|
|
|
|
|
|
|
|
|
Handle to the section containing this block |
NTAR documentation. Copyright (c) 2004 - 2005 Condor Engineering, Inc. All rights reserved.