Searched refs:nRet (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c9754 double target; /* Target nRet/nRow value */
9756 double nRet; /* Number of rows returned */ member in struct:IdxSampleCtx
9772 bRet = (p->nRet / p->nRow) <= p->target;
9782 p->nRet += (double)bRet;
10081 samplectx.nRet = 0.0;
10288 int nRet = 0; local
10289 if( p->pStatement ) nRet = p->pStatement->iId+1;
10290 return nRet;
H A Dsqlite3.c21956 int nRet = 0; local
21963 sqlite3PagerCacheStat(pPager, op, resetFlag, &nRet);
21969 *pCurrent = nRet;
72105 int nRet = 0; local
149628 LogEst nRet = nNew; local
170849 sqlite3_int64 nRet; local
219027 int nRet; local
219442 int nRet = 0; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c114946 int nRet; local
[all...]

Completed in 786 milliseconds