Searched defs:seekResult (Results 1 – 3 of 3) sorted by relevance
636 int const seekResult = fseek(file, 1 GB, SEEK_CUR); in LZ4IO_fwriteSparse() local653 { int const seekResult = fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() local673 int const seekResult = fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() local687 int const seekResult = fseek(file, storedSkips-1, SEEK_CUR); in LZ4IO_fwriteSparseEnd() local
18730 int seekResult; /* Result of previous sqlite3BtreeMoveto() or 0 member