Searched refs:nDoc (Results 1 – 1 of 1) sorted by relevance
193891 sqlite3_int64 nDoc; /* Documents in table */ member197162 int nDoc = 0; /* Return value */ local197167 nDoc++;197173 return nDoc;198948 sqlite3_int64 nDoc = 0; local198959 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 …]