Searched defs:seekResult (Results 1 – 4 of 4) sorted by relevance
231 int seekResult = binarySearchSeeker.handlePendingSeek(input, seekPosition); in handlePendingSeek() local
234 int seekResult = binarySearchSeeker.handlePendingSeek(input, seekPosition); in handlePendingSeek() local
899 int const seekResult = UTIL_fseek(file, 1 GB, SEEK_CUR); in LZ4IO_fwriteSparse() local916 { int const seekResult = UTIL_fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() local936 int const seekResult = UTIL_fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() local
21086 int seekResult; /* Result of previous sqlite3BtreeMoveto() or 0 member