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

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 587 const char *zDoc, /* Document text to extract snippet from */
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);
661 const char *zDoc; /* Document text to extract snippet from */
662 int nDoc; /* Size of zDoc in bytes */
670 sqlite3_tokenizer_cursor *pC; /* Tokenizer cursor open on zDoc/nDoc */
674 zDoc = (const char *)sqlite3_column_text(pCsr->pStmt, iCol);
675 if( zDoc==0 )
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c     [all...]

Completed in 44 milliseconds