Home
last modified time | relevance | path

Searched refs:nDoc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193891 sqlite3_int64 nDoc; /* Documents in table */ member
197162 int nDoc = 0; /* Return value */ local
197167 nDoc++;
197173 return nDoc;
198948 sqlite3_int64 nDoc = 0; local
198959 a += sqlite3Fts3GetVarintBounded(a, pEnd, &nDoc);
198964 if( nDoc==0 || nByte==0 ){
198969 pCsr->nDoc = nDoc;
198970 pCsr->nRowAvg = (int)(((nByte / nDoc) + p->nPgsz) / p->nPgsz);
199926 assert( pCsr->nDoc>0 );
[all …]