Searched refs:APND_MARK_SIZE (Results 1 – 1 of 1) sorted by relevance
8686 #define APND_MARK_SIZE (APND_MARK_PREFIX_SZ+APND_MARK_FOS_SZ) macro8878 unsigned char a[APND_MARK_SIZE]; in apndWriteMark()8889 (pFile, a, APND_MARK_SIZE, iWriteEnd)) ){ in apndWriteMark()8925 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); in apndTruncate()9066 unsigned char a[APND_MARK_SIZE]; in apndReadMark()9068 if( APND_MARK_SIZE!=(sz & 0x1ff) ) return -1; in apndReadMark()9069 rc = pFile->pMethods->xRead(pFile, a, APND_MARK_SIZE, sz-APND_MARK_SIZE); in apndReadMark()9077 if( iMark > (sz - APND_MARK_SIZE - 512) ) return -1; in apndReadMark()9099 && (sz & 0x1ff) == APND_MARK_SIZE in apndIsAppendvfsDatabase()9100 && sz>=512+APND_MARK_SIZE in apndIsAppendvfsDatabase()[all …]