Searched refs:bRet (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/sqlite3/
H A Dshell.c9765 int bRet; local
9770 bRet = 1;
9772 bRet = (p->nRet / p->nRow) <= p->target;
9773 if( bRet==0 ){
9776 bRet = ((int)rnd % 100) <= p->iTarget;
9780 sqlite3_result_int(pCtx, bRet);
9782 p->nRet += (double)bRet;
H A Dsqlite3.c216951 int bRet = a[0].pOut->n>0; local
219183 int bRet = 0; local
224172 int bRet = 0; local
[all...]

Completed in 509 milliseconds