#include <ntar_int.h>
test001.c, test002.c, test003.c, test004.c, test005.c, test006.c, test007.c, test008.c, test009.c, test010.c, test011.c, test012.c, test013.c, test014.c, test015.c, test016.c, test017.c, and test018.c.
Data Fields | |
ntar_file_handlers | file_handlers |
ntar_foff | block_start |
block_header | bh |
section_header_block | shb |
ntar_option * | options |
_ntar_file_handle * | file_handle |
int | byte_order |
ntar_block_handle | cache_block |
int | block_opened |
int | header_written |
u_int32 | shb_header_length |
ntar_read_iterator | read_iterator |
char * | options_buffer |
size_t | options_buffer_length |
char * | raw_options_buffer |
size_t | raw_options_buffer_length |
int | reached_end_of_section |
|
The block header of this section, as written on file. This field is valid in read mode only, and it contains data in host byte order |
|
TRUE if the cache block is opened |
|
Position in the file where the section/block begins. |
|
Byte order for this section. Possible values are
|
|
Handle to a block handle cache. |
|
Handle to the ntar file containing this section |
|
General information about the underlying file. |
|
TRUE if the block header has been closed. This field is valid in read mode only. |
|
Linked list of the options that will be written to file, or that have been read from file. The linked list does NOT contain the trailing END OPTION. |
|
Pointer to a temp buffer used to read the options. |
|
Length of the options_buffer |
|
|
|
|
|
|
|
Indexes of the current, previous and next block in the section. |
|
The section header block that will be written to file or that has been read from file. This field is always written in host byte order. |
|
Length of the Section Header Block, excluding the heading/trailing generic block header This field is valid in read mode only. |
NTAR documentation. Copyright (c) 2004 - 2005 Condor Engineering, Inc. All rights reserved.