Go to the source code of this file.
int tar_open | ( | TAR ** | t, | |
const char * | pathname | |||
) |
References TAR::pathname.
Referenced by CConcIndexatorInvoker::BuildIndex().
int tar_close | ( | TAR * | t | ) |
References TAR::m_pFile.
Referenced by CConcIndexatorInvoker::BuildIndex().
bool tar_get_next_file | ( | TAR * | t, | |
string & | FileName, | |||
vector< char > & | Result, | |||
bool & | bError | |||
) |
References tar_header::IsRegFile(), TAR::tar_extract_regfile_to_buffer(), TAR::th_buf, tar_header::th_get_pathname(), and TAR::th_read().
Referenced by ReadSourceFile().