Searched refs:zDoc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c587 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 */ local
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
584 fts3SnippetShift( Fts3Table *pTab, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
1490 const char *zDoc; local
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c2209 ** document zDoc[0..nDoc-1] which is stored in column iColumn.
2215 const char *zDoc,
2242 rc = pTModule->xOpen(pTokenizer, zDoc, nDoc, &pTCursor);
2303 const char *zDoc; local
2305 zDoc = (const char*)sqlite3_column_text(p->pStmt, i+1);
2307 snippetOffsetsOfColumn(&p->q, &p->snippet, i, zDoc, nDoc);
2335 ** zDoc[0..nDoc-1] is phrase of text. aMatch[0..nMatch-1] are a set
2336 ** of matching words some of which might be in zDoc. zDoc is column
2339 ** iBreak is suggested spot in zDoc wher
2211 snippetOffsetsOfColumn( Query *pQuery, Snippet *pSnippet, int iColumn, const char *zDoc, int nDoc ) argument
2343 wordBoundary( int iBreak, const char *zDoc, int nDoc, struct snippetMatch *aMatch, int nMatch, int iCol ) argument
2424 const char *zDoc; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c123228 fts3SnippetShift( Fts3Table *pTab, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
123305 const char *zDoc; /* Document text to extract snippet from */ local
124134 const char *zDoc; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c142898 fts3SnippetShift( Fts3Table *pTab, int iLangid, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
142975 const char *zDoc; /* Document text to extract snippet from */ local
143746 const char *zDoc; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c142930 fts3SnippetShift( Fts3Table *pTab, int iLangid, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
143007 const char *zDoc; /* Document text to extract snippet from */ local
143778 const char *zDoc; local
[all...]

Completed in 799 milliseconds