HomeSort by relevance Sort by last modified time
    Searched refs:nDoc (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 90 sqlite3_int64 nDoc; /* Number of docs in database */
588 int nDoc, /* Size of buffer zDoc in bytes */
618 /* Open a cursor on zDoc/nDoc. Check if there are (nSnippet+nDesired)
619 ** or more tokens in zDoc/nDoc.
621 rc = pMod->xOpen(pTab->pTokenizer, zDoc, nDoc, &pC);
662 int nDoc; /* Size of zDoc in bytes */
670 sqlite3_tokenizer_cursor *pC; /* Tokenizer cursor open on zDoc/nDoc */
681 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol);
685 rc = pMod->xOpen(pTab->pTokenizer, zDoc, nDoc, &pC);
710 int n = nDoc - iBegin
    [all...]
fts3_aux.c 41 sqlite3_int64 nDoc; /* 'documents' values for current csr row */
247 if( pCsr->aStat[pCsr->iCol].nDoc>0 ) return SQLITE_OK;
279 pCsr->aStat[0].nDoc++;
290 ** increment the column 0 "nDoc" count for this term.
295 pCsr->aStat[1].nDoc++;
315 pCsr->aStat[iCol+1].nDoc++;
417 sqlite3_result_int64(pContext, p->aStat[p->iCol].nDoc);
fts3.c     [all...]
fts3_write.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c     [all...]

Completed in 91 milliseconds