Lines Matching refs:pLoc
67048 WalHashLoc *pLoc /* OUT: Hash table location */
67052 rc = walIndexPage(pWal, iHash, &pLoc->aPgno);
67055 if( pLoc->aPgno ){
67056 pLoc->aHash = (volatile ht_slot *)&pLoc->aPgno[HASHTABLE_NPAGE];
67058 pLoc->aPgno = &pLoc->aPgno[WALINDEX_HDR_SIZE/sizeof(u32)];
67059 pLoc->iZero = 0;
67061 pLoc->iZero = HASHTABLE_NPAGE_ONE + (iHash-1)*HASHTABLE_NPAGE;
236207 static void sqlite3Fts5SetLocale(Fts5Config *pConfig, const char *pLoc, int nLoc);
238283 const char *pLoc = 0; /* Locale of column iCol */
238290 rc = pApi->xColumnLocale(pFts, iCol, &pLoc, &nLoc);
238294 pFts, ctx.zIn, ctx.nIn, pLoc, nLoc, (void*)&ctx, fts5HighlightCb
238492 const char *pLoc = 0; /* Locale of column iCol */
238501 rc = pApi->xColumnLocale(pFts, i, &pLoc, &nLoc);
238504 sFinder.zDoc, nDoc, pLoc, nLoc, (void*)&sFinder, fts5SentenceFinderCb
238562 const char *pLoc = 0; /* Locale of column iBestCol */
238583 rc = pApi->xColumnLocale(pFts, iBestCol, &pLoc, &nLoc);
238587 pFts, ctx.zIn, ctx.nIn, pLoc, nLoc, (void*)&ctx,fts5HighlightCb
255106 const char *pLoc = 0;
255108 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
255111 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
255879 const char *pLoc, int nLoc,
255887 sqlite3Fts5SetLocale(pTab->pConfig, pLoc, nLoc);
255941 const char *pLoc = 0;
255949 rc = sqlite3Fts5DecodeLocaleValue(pVal, ppText, pnText, &pLoc, &nLoc);
255954 pLoc = (const char*)sqlite3_column_text(pStmt, iCol+1+pConfig->nCol);
255958 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
258128 const char *pLoc = 0;
258140 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
258155 pLoc = (const char*)sqlite3_column_text(pSeek, iCol+pConfig->nCol);
258162 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
258449 const char *pLoc = 0; /* Pointer to buffer containing text value */
258455 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
258461 pLoc = (const char*)sqlite3_column_text(pScan, iCol);
258467 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
258587 const char *pLoc = 0;
258592 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
258597 sqlite3_bind_text(pInsert, iLoc, pLoc, nLoc, SQLITE_TRANSIENT);
258643 const char *pLoc = 0; /* Pointer to buffer containing text value */
258650 pLoc = (const char*)sqlite3_column_text(p->pSavedRow, iCol);
258658 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
258665 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
258838 const char *pLoc = 0;
258846 pVal, &pText, &nText, &pLoc, &nLoc
258851 pLoc = (const char*)sqlite3_column_text(pScan, iCol);
258866 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
260369 const char *pLoc, int nLoc,
260378 p->pTokenizer, (void*)&sCtx, flags, pText, nText, pLoc, nLoc, fts5PorterCb