Searched refs:pMatch (Results 1 – 6 of 6) sorted by relevance
60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
421 unsigned LZ4_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* pInLimit) in LZ4_count() argument426 reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn); in LZ4_count()428 pIn+=STEPSIZE; pMatch+=STEPSIZE; in LZ4_count()434 reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn); in LZ4_count()435 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; } in LZ4_count()440 …f ((STEPSIZE==8) && (pIn<(pInLimit-3)) && (LZ4_read32(pMatch) == LZ4_read32(pIn))) { pIn+=4; pMatc… in LZ4_count()441 if ((pIn<(pInLimit-1)) && (LZ4_read16(pMatch) == LZ4_read16(pIn))) { pIn+=2; pMatch+=2; } in LZ4_count()442 if ((pIn<pInLimit) && (*pMatch == *pIn)) pIn++; in LZ4_count()
11868 struct ArSwitch *pMatch = 0; /* Matching option */ in arParseCommand() local11873 if( pMatch ){ in arParseCommand()11876 pMatch = pOpt; in arParseCommand()11881 if( pMatch==0 ){ in arParseCommand()11884 if( pMatch->bArg ){ in arParseCommand()11890 if( arProcessSwitch(pAr, pMatch->eSwitch, zArg) ) return SQLITE_ERROR; in arParseCommand()
91344 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */91402 pMatch = pItem;91420 pMatch = pItem;91433 pMatch = pItem;91440 if( pMatch ){91441 pExpr->iTable = pMatch->iCursor;91442 pExpr->pTab = pMatch->pTab;91444 assert( (pMatch->fg.jointype & JT_RIGHT)==0 );91445 if( (pMatch->fg.jointype & JT_LEFT)!=0 ){91511 && pMatch[all …]
11891 struct ArSwitch *pMatch = 0; /* Matching option */ in arParseCommand() local11896 if( pMatch ){ in arParseCommand()11899 pMatch = pOpt; in arParseCommand()11904 if( pMatch==0 ){ in arParseCommand()11907 if( pMatch->bArg ){ in arParseCommand()11913 if( arProcessSwitch(pAr, pMatch->eSwitch, zArg) ) return SQLITE_ERROR; in arParseCommand()
91360 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */91418 pMatch = pItem;91436 pMatch = pItem;91449 pMatch = pItem;91456 if( pMatch ){91457 pExpr->iTable = pMatch->iCursor;91458 pExpr->pTab = pMatch->pTab;91460 assert( (pMatch->fg.jointype & JT_RIGHT)==0 );91461 if( (pMatch->fg.jointype & JT_LEFT)!=0 ){91527 && pMatch[all …]