Searched refs:APND_MARK_SIZE (Results 1 – 1 of 1) sorted by relevance
7962 #define APND_MARK_SIZE (APND_MARK_PREFIX_SZ+APND_MARK_FOS_SZ) macro8154 unsigned char a[APND_MARK_SIZE]; in apndWriteMark()8165 (pFile, a, APND_MARK_SIZE, iWriteEnd)) ){ in apndWriteMark()8201 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); in apndTruncate()8342 unsigned char a[APND_MARK_SIZE]; in apndReadMark()8344 if( APND_MARK_SIZE!=(sz & 0x1ff) ) return -1; in apndReadMark()8345 rc = pFile->pMethods->xRead(pFile, a, APND_MARK_SIZE, sz-APND_MARK_SIZE); in apndReadMark()8353 if( iMark > (sz - APND_MARK_SIZE - 512) ) return -1; in apndReadMark()8375 && (sz & 0x1ff) == APND_MARK_SIZE in apndIsAppendvfsDatabase()8376 && sz>=512+APND_MARK_SIZE in apndIsAppendvfsDatabase()[all …]