Home
last modified time | relevance | path

Searched refs:MatchInfo (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c91 typedef struct MatchInfo MatchInfo; typedef
92 struct MatchInfo { struct
866 MatchInfo *p /* Matchinfo context */ in fts3ExprLHits()
904 MatchInfo *p in fts3ExprLHitGather()
951 MatchInfo *p = (MatchInfo *)pCtx; in fts3ExprGlobalHitsCb()
968 MatchInfo *p = (MatchInfo *)pCtx; in fts3ExprLocalHitsCb()
1006 static size_t fts3MatchinfoSize(MatchInfo *pInfo, char cArg){ in fts3MatchinfoSize()
1142 static int fts3MatchinfoLcs(Fts3Cursor *pCsr, MatchInfo *pInfo){ in fts3MatchinfoLcs()
1233 MatchInfo *pInfo, /* Matchinfo context object */ in fts3MatchinfoValues()
1357 MatchInfo sInfo; in fts3GetMatchinfo()
[all …]