Home
last modified time | relevance | path

Searched refs:iEof (Results 1 – 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
Dsqlite3.c87976 i64 iEof; /* Bytes of data stored in pFd */
88153 i64 iEof; /* 1 byte past EOF for this PmaReader */
88312 if( (p->iEof - p->iReadOff) > (i64)p->nBuffer ){
88315 nRead = (int)(p->iEof - p->iReadOff);
88416 if( pFile->iEof<=(i64)(pTask->pSorter->db->nMaxSorterMmap) ){
88419 rc = sqlite3OsFetch(pFd, 0, (int)pFile->iEof, (void**)pp);
88447 pReadr->iEof = pFile->iEof;
88461 if( (pReadr->iReadOff + nRead) > pReadr->iEof ){
88462 nRead = (int)(pReadr->iEof - pReadr->iReadOff);
88483 if( pReadr->iReadOff>=pReadr->iEof ){
[all …]
Dshell.c4616 i64 iEof = pCsr->eocd.iOffset + pCsr->eocd.nSize; in zipfileNext() local
4617 if( pCsr->iNextOff>=iEof ){ in zipfileNext()
/external/sqlite/dist/
Dsqlite3.c87992 i64 iEof; /* Bytes of data stored in pFd */
88169 i64 iEof; /* 1 byte past EOF for this PmaReader */
88328 if( (p->iEof - p->iReadOff) > (i64)p->nBuffer ){
88331 nRead = (int)(p->iEof - p->iReadOff);
88432 if( pFile->iEof<=(i64)(pTask->pSorter->db->nMaxSorterMmap) ){
88435 rc = sqlite3OsFetch(pFd, 0, (int)pFile->iEof, (void**)pp);
88463 pReadr->iEof = pFile->iEof;
88477 if( (pReadr->iReadOff + nRead) > pReadr->iEof ){
88478 nRead = (int)(pReadr->iEof - pReadr->iReadOff);
88499 if( pReadr->iReadOff>=pReadr->iEof ){
[all …]
Dshell.c4622 i64 iEof = pCsr->eocd.iOffset + pCsr->eocd.nSize; in zipfileNext() local
4623 if( pCsr->iNextOff>=iEof ){ in zipfileNext()