Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193594 sqlite3_int64 nDoc; /* Documents in table */ member
196850 int nDoc = 0; /* Return value */ local
196855 nDoc++;
196861 return nDoc;
198635 sqlite3_int64 nDoc = 0; local
198646 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 …]