Home
last modified time | relevance | path

Searched refs:seekResult (Results 1 – 3 of 3) sorted by relevance

/external/lz4/programs/
Dlz4io.c741 int const seekResult = UTIL_fseek(file, 1 GB, SEEK_CUR); in LZ4IO_fwriteSparse() local
742 if (seekResult != 0) EXM_THROW(71, "1 GB skip error (sparse file support)"); in LZ4IO_fwriteSparse()
758 { int const seekResult = UTIL_fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() local
759 …if (seekResult) EXM_THROW(72, "Sparse skip error(%d): %s ; try --no-sparse", (int)errno, strerror(… in LZ4IO_fwriteSparse()
778 int const seekResult = UTIL_fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() local
779 if (seekResult) EXM_THROW(74, "Sparse skip error ; try --no-sparse"); in LZ4IO_fwriteSparse()
792 int const seekResult = UTIL_fseek(file, storedSkips-1, SEEK_CUR); in LZ4IO_fwriteSparseEnd() local
793 if (seekResult != 0) EXM_THROW(69, "Final skip error (sparse file)\n"); in LZ4IO_fwriteSparseEnd()
/external/sqlite/dist/orig/
Dsqlite3.c13576 int flags, int seekResult);
18730 int seekResult; /* Result of previous sqlite3BtreeMoveto() or 0 member
68576 int seekResult /* Result of prior MovetoUnpacked() call */
68579 int loc = seekResult; /* -1: before desired location +1: after */
82428 assert( pC->seekResult>0 );
82429 pReg = &aMem[pC->seekResult];
83660 pCx->seekResult = pOp->p2;
84096 pC->seekResult = res;
84192 pC->seekResult = res;
84405 int seekResult; /* Result of prior seek or 0 if no USESEEKRESULT flag */
[all …]
/external/sqlite/dist/
Dsqlite3.c13576 int flags, int seekResult);
18730 int seekResult; /* Result of previous sqlite3BtreeMoveto() or 0 member
68592 int seekResult /* Result of prior MovetoUnpacked() call */
68595 int loc = seekResult; /* -1: before desired location +1: after */
82444 assert( pC->seekResult>0 );
82445 pReg = &aMem[pC->seekResult];
83676 pCx->seekResult = pOp->p2;
84112 pC->seekResult = res;
84208 pC->seekResult = res;
84421 int seekResult; /* Result of prior seek or 0 if no USESEEKRESULT flag */
[all …]