Searched refs:nLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 242013 static void sqlite3Fts5SetLocale(Fts5Config *pConfig, const char *pLoc, int nLoc); 244109 int nLoc = 0; /* Size of pLoc in bytes */ local 244115 rc = pApi->xColumnLocale(pFts, iCol, &pLoc, &nLoc); 244119 pFts, ctx.zIn, ctx.nIn, pLoc, nLoc, (void*)&ctx, fts5HighlightCb 244318 int nLoc = 0; /* Size of pLoc in bytes */ local 244326 rc = pApi->xColumnLocale(pFts, i, &pLoc, &nLoc); 244329 sFinder.zDoc, nDoc, pLoc, nLoc, (void*)&sFinder, fts5SentenceFinderCb 244388 int nLoc = 0; /* Bytes in pLoc */ local 244408 rc = pApi->xColumnLocale(pFts, iBestCol, &pLoc, &nLoc); 244412 pFts, ctx.zIn, ctx.nIn, pLoc, nLoc, (void*)&ctx,fts5HighlightCb [all …]
|