Home | History | Annotate | Download | only in fts3

Lines Matching refs:nDoc

1103       sqlite3_int64 nDoc = 0;
1114 a += sqlite3Fts3GetVarint(a, &nDoc);
1118 if( nDoc==0 || nByte==0 ){
1123 pCsr->nRowAvg = (int)(((nByte / nDoc) + pgsz) / pgsz);