Searched refs:bRet (Results 1 – 8 of 8) sorted by relevance
427 int bRet = 1; in sqllogTraceDb() local437 bRet = 0; in sqllogTraceDb()440 bRet = !access(zFile, F_OK); in sqllogTraceDb()444 return bRet; in sqllogTraceDb()
2629 BOOL bRet; /* Value returned by SetFilePointerEx() */ in winSeekFile()2632 bRet = osSetFilePointerEx(pFile->h, x, 0, FILE_BEGIN); in winSeekFile()2634 if(!bRet){ in winSeekFile()
189 set bRet [expr {[llength $I]>3 && [lindex $I 3]}]191 set t $T(if_${bCond}_${bMemcpy}_${bRet})
761 int bRet = a[0].pOut->n>0; in fts5ExprNearIsMatch() local764 return bRet; in fts5ExprNearIsMatch()3008 int bRet = 0; in fts5ExprCheckPoslists() local3011 bRet = 1; in fts5ExprCheckPoslists()3014 return bRet; in fts5ExprCheckPoslists()
4444 int bRet = 0; in fts5IndexMerge() local4478 bRet = 1; in fts5IndexMerge()4485 return bRet; in fts5IndexMerge()
1469 int bRet; in idxSampleFunc() local1474 bRet = 1; in idxSampleFunc()1476 bRet = (p->nRet / p->nRow) <= p->target; in idxSampleFunc()1477 if( bRet==0 ){ in idxSampleFunc()1480 bRet = ((int)rnd % 100) <= p->iTarget; in idxSampleFunc()1484 sqlite3_result_int(pCtx, bRet); in idxSampleFunc()1486 p->nRet += (double)bRet; in idxSampleFunc()
912 BOOL bRet; in lsmWin32OsMutexTry() local914 bRet = TryEnterCriticalSection(&pMutex->mutex); in lsmWin32OsMutexTry()916 if( bRet ){ in lsmWin32OsMutexTry()922 return !bRet; in lsmWin32OsMutexTry()
5139 int bRet = 0; in sortedTreeHasOld() local5147 bRet = 1; in sortedTreeHasOld()5149 bRet = 0; in sortedTreeHasOld()5153 assert( *pRc==LSM_OK || bRet==0 ); in sortedTreeHasOld()5154 return bRet; in sortedTreeHasOld()