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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c200750 int nSnippet; /* Requested snippet length (in tokens) */ member in struct:SnippetIter
201201 fts3BestSnippet( int nSnippet, Fts3Cursor *pCsr, int iCol, u64 mCovered, u64 *pmSeen, SnippetFragment *pFragment, int *piScore ) argument
201340 fts3SnippetShift( Fts3Table *pTab, int iLangid, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
201405 fts3SnippetText( Fts3Cursor *pCsr, SnippetFragment *pFragment, int iFragment, int isLast, int nSnippet, const char *zOpen, const char *zClose, const char *zEllipsis, StrBuffer *pOut ) argument
202146 int nSnippet = 0; /* Number of fragments in this snippet */ local
[all...]

Completed in 611 milliseconds