Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_aux.c391 int iBestCol; /* Column containing best snippet */ in fts5SnippetFunction() local
412 iBestCol = (iCol>=0 ? iCol : 0); in fts5SnippetFunction()
455 iBestCol = i; in fts5SnippetFunction()
474 iBestCol = i; in fts5SnippetFunction()
485 rc = pApi->xColumnText(pFts, iBestCol, &ctx.zIn, &ctx.nIn); in fts5SnippetFunction()
488 rc = pApi->xColumnSize(pFts, iBestCol, &nColSize); in fts5SnippetFunction()
492 rc = fts5CInstIterInit(pApi, pFts, iBestCol, &ctx.iter); in fts5SnippetFunction()