Lines Matching defs:APND_MARK_SIZE
6231 #define APND_MARK_SIZE (APND_MARK_PREFIX_SZ+APND_MARK_FOS_SZ)
6423 unsigned char a[APND_MARK_SIZE];
6434 (pFile, a, APND_MARK_SIZE, iWriteEnd)) ){
6470 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE);
6611 unsigned char a[APND_MARK_SIZE];
6613 if( APND_MARK_SIZE!=(sz & 0x1ff) ) return -1;
6614 rc = pFile->pMethods->xRead(pFile, a, APND_MARK_SIZE, sz-APND_MARK_SIZE);
6622 if( iMark > (sz - APND_MARK_SIZE - 512) ) return -1;
6644 && (sz & 0x1ff) == APND_MARK_SIZE
6645 && sz>=512+APND_MARK_SIZE
6716 pApndFile->iMark = sz - APND_MARK_SIZE; /* Append mark found */