Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c5174 u8 *pReq = &pOrig[nReuse]; in unixRemapfile() local
5178 osMunmap(pReq, nOrig-nReuse); in unixRemapfile()
5185 pNew = osMmap(pReq, nNew-nReuse, flags, MAP_SHARED, h, nReuse); in unixRemapfile()
5187 if( pNew!=pReq ){ in unixRemapfile()
H A Dexpr.c2861 CollSeq *pReq = sqlite3BinaryCompareCollSeq(pParse, pLhs, pRhs); in sqlite3FindInIndex() local
2864 assert( pReq!=0 || pRhs->iColumn==XN_ROWID || pParse->nErr ); in sqlite3FindInIndex()
2868 if( pReq!=0 && sqlite3StrICmp(pReq->zName, pIdx->azColl[j])!=0 ){ in sqlite3FindInIndex()