Searched refs:nDoc (Results 1 – 1 of 1) sorted by relevance
193594 sqlite3_int64 nDoc; /* Documents in table */ member196850 int nDoc = 0; /* Return value */ local196855 nDoc++;196861 return nDoc;198635 sqlite3_int64 nDoc = 0; local198646 a += sqlite3Fts3GetVarintBounded(a, pEnd, &nDoc);198651 if( nDoc==0 || nByte==0 ){198656 pCsr->nDoc = nDoc;198657 pCsr->nRowAvg = (int)(((nByte / nDoc) + p->nPgsz) / p->nPgsz);199613 assert( pCsr->nDoc>0 );[all …]