Searched refs:seekResult (Results 1 – 2 of 2) sorted by relevance
/third_party/lz4/programs/ |
D | lz4io.c | 899 int const seekResult = UTIL_fseek(file, 1 GB, SEEK_CUR); in LZ4IO_fwriteSparse() local 900 if (seekResult != 0) END_PROCESS(71, "1 GB skip error (sparse file support)"); in LZ4IO_fwriteSparse() 916 { int const seekResult = UTIL_fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() local 917 …if (seekResult) END_PROCESS(72, "Sparse skip error(%d): %s ; try --no-sparse", (int)errno, strerro… in LZ4IO_fwriteSparse() 936 int const seekResult = UTIL_fseek(file, storedSkips, SEEK_CUR); in LZ4IO_fwriteSparse() local 937 if (seekResult) END_PROCESS(74, "Sparse skip error ; try --no-sparse"); in LZ4IO_fwriteSparse()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 98534 + ((P)->eCurType==CURTYPE_PSEUDO && (P)->nullRow && (P)->seekResult==0) 102438 ** If the seekResult parameter is non-zero, then a successful call to 102441 ** been performed. In other words, if seekResult!=0 then the cursor 102443 ** to be inserted. If seekResult<0 then pCur points to a cell that is 102448 - int seekResult /* Result of prior MovetoUnpacked() call */ 102449 + int seekResult /* Result of prior IndexMoveto() call */ 102452 int loc = seekResult; /* -1: before desired location +1: after */ 102455 assert( (flags & BTREE_PREFORMAT)==0 || seekResult || pCur->pKeyInfo==0 ); 104962 + || (pC->eCurType==CURTYPE_PSEUDO && pC->seekResult==0) ); 104972 + if( pC->eCurType==CURTYPE_PSEUDO && pC->seekResult>0 ){ [all …]
|