Searched refs:pReq (Results 1 – 2 of 2) sorted by relevance
5174 u8 *pReq = &pOrig[nReuse]; in unixRemapfile() local5178 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()
2861 CollSeq *pReq = sqlite3BinaryCompareCollSeq(pParse, pLhs, pRhs); in sqlite3FindInIndex() local2864 assert( pReq!=0 || pRhs->iColumn==XN_ROWID || pParse->nErr ); in sqlite3FindInIndex()2868 if( pReq!=0 && sqlite3StrICmp(pReq->zName, pIdx->azColl[j])!=0 ){ in sqlite3FindInIndex()