Lines Matching refs:pLoc
68694 WalHashLoc *pLoc /* OUT: Hash table location */ argument
68698 rc = walIndexPage(pWal, iHash, &pLoc->aPgno);
68701 if( pLoc->aPgno ){
68702 pLoc->aHash = (volatile ht_slot *)&pLoc->aPgno[HASHTABLE_NPAGE];
68704 pLoc->aPgno = &pLoc->aPgno[WALINDEX_HDR_SIZE/sizeof(u32)];
68705 pLoc->iZero = 0;
68707 pLoc->iZero = HASHTABLE_NPAGE_ONE + (iHash-1)*HASHTABLE_NPAGE;
242745 static void sqlite3Fts5SetLocale(Fts5Config *pConfig, const char *pLoc, int nLoc);
244840 const char *pLoc = 0; /* Locale of column iCol */ local
244847 rc = pApi->xColumnLocale(pFts, iCol, &pLoc, &nLoc);
244851 pFts, ctx.zIn, ctx.nIn, pLoc, nLoc, (void*)&ctx, fts5HighlightCb
245049 const char *pLoc = 0; /* Locale of column iCol */ local
245058 rc = pApi->xColumnLocale(pFts, i, &pLoc, &nLoc);
245061 sFinder.zDoc, nDoc, pLoc, nLoc, (void*)&sFinder, fts5SentenceFinderCb
245119 const char *pLoc = 0; /* Locale of column iBestCol */ local
245140 rc = pApi->xColumnLocale(pFts, iBestCol, &pLoc, &nLoc);
245144 pFts, ctx.zIn, ctx.nIn, pLoc, nLoc, (void*)&ctx,fts5HighlightCb
261804 const char *pLoc = 0; local
261806 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
261809 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
262578 const char *pLoc, int nLoc, argument
262586 sqlite3Fts5SetLocale(pTab->pConfig, pLoc, nLoc);
262640 const char *pLoc = 0; local
262648 rc = sqlite3Fts5DecodeLocaleValue(pVal, ppText, pnText, &pLoc, &nLoc);
262653 pLoc = (const char*)sqlite3_column_text(pStmt, iCol+1+pConfig->nCol);
262657 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
264825 const char *pLoc = 0; local
264837 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
264852 pLoc = (const char*)sqlite3_column_text(pSeek, iCol+pConfig->nCol);
264859 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
265146 const char *pLoc = 0; /* Pointer to buffer containing text value */ local
265152 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
265158 pLoc = (const char*)sqlite3_column_text(pScan, iCol);
265164 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
265284 const char *pLoc = 0; local
265289 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
265294 sqlite3_bind_text(pInsert, iLoc, pLoc, nLoc, SQLITE_TRANSIENT);
265340 const char *pLoc = 0; /* Pointer to buffer containing text value */ local
265347 pLoc = (const char*)sqlite3_column_text(p->pSavedRow, iCol);
265355 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
265362 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
265535 const char *pLoc = 0; local
265543 pVal, &pText, &nText, &pLoc, &nLoc
265548 pLoc = (const char*)sqlite3_column_text(pScan, iCol);
265563 sqlite3Fts5SetLocale(pConfig, pLoc, nLoc);
267072 const char *pLoc, int nLoc, argument
267081 p->pTokenizer, (void*)&sCtx, flags, pText, nText, pLoc, nLoc, fts5PorterCb