Searched refs:bRet (Results 1 – 3 of 3) sorted by relevance
63 BOOL bRet = GetWindowPlacement(&wndpl); in OnDestroy() local
14294 int bRet; in idxSampleFunc() local14299 bRet = 1; in idxSampleFunc()14301 bRet = (p->nRet / p->nRow) <= p->target; in idxSampleFunc()14302 if( bRet==0 ){ in idxSampleFunc()14305 bRet = ((int)rnd % 100) <= p->iTarget; in idxSampleFunc()14309 sqlite3_result_int(pCtx, bRet); in idxSampleFunc()14311 p->nRet += (double)bRet; in idxSampleFunc()15636 int bRet = 0; in intckGetAutoIndex() local15640 bRet = sqlite3_column_int(pStmt, 0); in intckGetAutoIndex()15643 return bRet; in intckGetAutoIndex()[all …]
49966 BOOL bRet; /* Value returned by SetFilePointerEx() */ in winHandleSeek() local49969 bRet = osSetFilePointerEx(h, x, 0, FILE_BEGIN); in winHandleSeek()49971 if(!bRet){ in winHandleSeek()241211 int bRet = a[0].pOut->n>0;241214 return bRet;243523 int bRet = 0;243526 bRet = 1;243529 return bRet;249182 int bRet = 0;249211 bRet = 1;[all …]