MatchInfo        122718 third_party/sqlite/amalgamation/sqlite3.c typedef struct MatchInfo MatchInfo;
MatchInfo        123460 third_party/sqlite/amalgamation/sqlite3.c   MatchInfo *p = (MatchInfo *)pCtx;
MatchInfo        123515 third_party/sqlite/amalgamation/sqlite3.c   MatchInfo *p = (MatchInfo *)pCtx;
MatchInfo        123552 third_party/sqlite/amalgamation/sqlite3.c static int fts3MatchinfoSize(MatchInfo *pInfo, char cArg){
MatchInfo        123674 third_party/sqlite/amalgamation/sqlite3.c static int fts3MatchinfoLcs(Fts3Cursor *pCsr, MatchInfo *pInfo){
MatchInfo        123767 third_party/sqlite/amalgamation/sqlite3.c   MatchInfo *pInfo,               /* Matchinfo context object */
MatchInfo        123871 third_party/sqlite/amalgamation/sqlite3.c   MatchInfo sInfo;
MatchInfo        123876 third_party/sqlite/amalgamation/sqlite3.c   memset(&sInfo, 0, sizeof(MatchInfo));
MatchInfo          85 third_party/sqlite/src/ext/fts3/fts3_snippet.c typedef struct MatchInfo MatchInfo;
MatchInfo         827 third_party/sqlite/src/ext/fts3/fts3_snippet.c   MatchInfo *p = (MatchInfo *)pCtx;
MatchInfo         882 third_party/sqlite/src/ext/fts3/fts3_snippet.c   MatchInfo *p = (MatchInfo *)pCtx;
MatchInfo         919 third_party/sqlite/src/ext/fts3/fts3_snippet.c static int fts3MatchinfoSize(MatchInfo *pInfo, char cArg){
MatchInfo        1041 third_party/sqlite/src/ext/fts3/fts3_snippet.c static int fts3MatchinfoLcs(Fts3Cursor *pCsr, MatchInfo *pInfo){
MatchInfo        1134 third_party/sqlite/src/ext/fts3/fts3_snippet.c   MatchInfo *pInfo,               /* Matchinfo context object */
MatchInfo        1238 third_party/sqlite/src/ext/fts3/fts3_snippet.c   MatchInfo sInfo;
MatchInfo        1243 third_party/sqlite/src/ext/fts3/fts3_snippet.c   memset(&sInfo, 0, sizeof(MatchInfo));