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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c13296 double target; /* Target nRet/nRow value */
13298 double nRet; /* Number of rows returned */ member in struct:IdxSampleCtx
13314 bRet = (p->nRet / p->nRow) <= p->target;
13324 p->nRet += (double)bRet;
13627 samplectx.nRet = 0.0;
13938 int nRet = 0; local
13939 if( p->pStatement ) nRet = p->pStatement->iId+1;
13940 return nRet;
14638 int nRet = dbdataGetVarint(z, &val); local
14641 return nRet;
[all...]
H A Dsqlite3.c24095 u64 nRet = 0; local
77826 int nRet = 0; local
162553 LogEst nRet = nNew; local
185381 sqlite3_int64 nRet; local
235078 int nRet = 0; local
237672 int nRet; local
238199 int nRet = 0; local
[all...]

Completed in 594 milliseconds