ddc
Functions
RmlTar.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int tar_open (TAR **t, const char *pathname)
 
int tar_close (TAR *t)
 
bool tar_get_next_file (TAR *t, string &FileName, vector< char > &Result)
 

Function Documentation

◆ tar_open()

int tar_open ( TAR **  t,
const char *  pathname 
)

References TAR::pathname.

Referenced by CDocumentIterator::CDocumentIterator().

Here is the caller graph for this function:

◆ tar_close()

int tar_close ( TAR t)

References TAR::m_pFile.

Referenced by CDocumentIterator::NextDocument().

Here is the caller graph for this function:

◆ tar_get_next_file()

bool tar_get_next_file ( TAR t,
string &  FileName,
vector< char > &  Result 
)

References Format(), tar_header::IsRegFile(), TAR::pathname, TAR::tar_extract_regfile_to_buffer(), TAR::th_buf, tar_header::th_get_pathname(), and TAR::th_read().

Referenced by CDocumentIterator::NextDocument().

Here is the call graph for this function:
Here is the caller graph for this function: