Searched refs:nLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 242745 static void sqlite3Fts5SetLocale(Fts5Config *pConfig, const char *pLoc, int nLoc); 244841 int nLoc = 0; /* Size of pLoc in bytes */ local 244847 rc = pApi->xColumnLocale(pFts, iCol, &pLoc, &nLoc); 244851 pFts, ctx.zIn, ctx.nIn, pLoc, nLoc, (void*)&ctx, fts5HighlightCb 245050 int nLoc = 0; /* Size of pLoc in bytes */ local 245058 rc = pApi->xColumnLocale(pFts, i, &pLoc, &nLoc); 245061 sFinder.zDoc, nDoc, pLoc, nLoc, (void*)&sFinder, fts5SentenceFinderCb 245120 int nLoc = 0; /* Bytes in pLoc */ local 245140 rc = pApi->xColumnLocale(pFts, iBestCol, &pLoc, &nLoc); 245144 pFts, ctx.zIn, ctx.nIn, pLoc, nLoc, (void*)&ctx,fts5HighlightCb [all …]
|