Home
last modified time | relevance | path

Searched refs:APND_MARK_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c3461 #define APND_MARK_SIZE 25 macro
3606 unsigned char a[APND_MARK_SIZE]; in apndWriteMark()
3611 return pFile->pMethods->xWrite(pFile, a, APND_MARK_SIZE, p->iMark); in apndWriteMark()
3632 p->iMark = sz - APND_MARK_SIZE; in apndWrite()
3649 rc = pFile->pMethods->xTruncate(pFile, size+p->iPgOne+APND_MARK_SIZE); in apndTruncate()
3674 *pSize -= p->iPgOne + APND_MARK_SIZE; in apndFileSize()
3803 unsigned char a[APND_MARK_SIZE]; in apndReadMark()
3805 if( sz<=APND_MARK_SIZE ) return -1; in apndReadMark()
3806 rc = pFile->pMethods->xRead(pFile, a, APND_MARK_SIZE, sz-APND_MARK_SIZE); in apndReadMark()
/external/sqlite/dist/
Dshell.c3467 #define APND_MARK_SIZE 25 macro
3612 unsigned char a[APND_MARK_SIZE]; in apndWriteMark()
3617 return pFile->pMethods->xWrite(pFile, a, APND_MARK_SIZE, p->iMark); in apndWriteMark()
3638 p->iMark = sz - APND_MARK_SIZE; in apndWrite()
3655 rc = pFile->pMethods->xTruncate(pFile, size+p->iPgOne+APND_MARK_SIZE); in apndTruncate()
3680 *pSize -= p->iPgOne + APND_MARK_SIZE; in apndFileSize()
3809 unsigned char a[APND_MARK_SIZE]; in apndReadMark()
3811 if( sz<=APND_MARK_SIZE ) return -1; in apndReadMark()
3812 rc = pFile->pMethods->xRead(pFile, a, APND_MARK_SIZE, sz-APND_MARK_SIZE); in apndReadMark()