Searched defs:hTar (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dtar.h82 * @param hTar Handle to the RTTAR interface.
84 RTR3DECL(int) RTTarClose(RTTAR hTar); variable
91 * @param hTar The handle of the tar archive.
105 RTR3DECL(int) RTTarFileOpen(RTTAR hTar, PRTTARFILE phFile, const char *pszFilename, uint32_t fOpen);
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.cpp222 RTR3DECL(int) RTTarClose(RTTAR hTar) argument
224 if (hTar == NIL_RTTAR)
227 PRTTARINTERNAL pInt = hTar;
335 RTR3DECL(int) RTTarFileOpen(RTTAR hTar, PRTTARFILE phFile, const char *pszFilename, uint32_t fOpen) argument
340 PRTTARINTERNAL pInt = hTar;

Completed in 42 milliseconds