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

/external/sqlite/dist/orig/
H A Dshell.c4666 static void zipfileMtimeToDos(ZipfileCDS *pCds, u32 mTime){ argument
4676 pCds->mTime = (u16)(
4681 pCds->mDate = (u16)(
5087 ZipfileCDS *pCds, /* Values for fixed size part of CDS */
5094 pCds->nFile = (u16)nPath;
5095 pCds->nExtra = mTime ? 9 : 0;
5099 ZIPFILE_CDS_FIXED_SZ + nPath + pCds->nExtra
5106 pNew->nCdsEntry = ZIPFILE_CDS_FIXED_SZ + nPath + pCds->nExtra;
5111 zipfileWrite16(aWrite, pCds->iVersionMadeBy);
5112 zipfileWrite16(aWrite, pCds
5086 zipfileNewEntry( ZipfileCDS *pCds, const char *zPath, int nPath, u32 mTime ) argument
5141 zipfileAppendEntry( ZipfileTab *pTab, ZipfileCDS *pCds, const char *zPath, int nPath, const u8 *pData, int nData, u32 mTime ) argument
[all...]
/external/sqlite/dist/
H A Dshell.c4672 static void zipfileMtimeToDos(ZipfileCDS *pCds, u32 mTime){ argument
4682 pCds->mTime = (u16)(
4687 pCds->mDate = (u16)(
5093 ZipfileCDS *pCds, /* Values for fixed size part of CDS */
5100 pCds->nFile = (u16)nPath;
5101 pCds->nExtra = mTime ? 9 : 0;
5105 ZIPFILE_CDS_FIXED_SZ + nPath + pCds->nExtra
5112 pNew->nCdsEntry = ZIPFILE_CDS_FIXED_SZ + nPath + pCds->nExtra;
5117 zipfileWrite16(aWrite, pCds->iVersionMadeBy);
5118 zipfileWrite16(aWrite, pCds
5092 zipfileNewEntry( ZipfileCDS *pCds, const char *zPath, int nPath, u32 mTime ) argument
5147 zipfileAppendEntry( ZipfileTab *pTab, ZipfileCDS *pCds, const char *zPath, int nPath, const u8 *pData, int nData, u32 mTime ) argument
[all...]

Completed in 119 milliseconds