Searched refs:APND_MARK_SIZE (Results 1 – 1 of 1) sorted by relevance
8764 #define APND_MARK_SIZE (APND_MARK_PREFIX_SZ+APND_MARK_FOS_SZ) macro8956 unsigned char a[APND_MARK_SIZE]; in apndWriteMark()8967 (pFile, a, APND_MARK_SIZE, iWriteEnd)) ){ in apndWriteMark()9003 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); in apndTruncate()9144 unsigned char a[APND_MARK_SIZE]; in apndReadMark()9146 if( APND_MARK_SIZE!=(sz & 0x1ff) ) return -1; in apndReadMark()9147 rc = pFile->pMethods->xRead(pFile, a, APND_MARK_SIZE, sz-APND_MARK_SIZE); in apndReadMark()9155 if( iMark > (sz - APND_MARK_SIZE - 512) ) return -1; in apndReadMark()9177 && (sz & 0x1ff) == APND_MARK_SIZE in apndIsAppendvfsDatabase()9178 && sz>=512+APND_MARK_SIZE in apndIsAppendvfsDatabase()[all …]