• Home
  • Raw
  • Download

Lines Matching refs:fMatchOpenParen

74     fMatchOpenParen   = -1;  in RegexCompile()
2054 if (fMatchOpenParen > where) { in insertOp()
2055 fMatchOpenParen++; in insertOp()
2138 theLoc = fMatchOpenParen; // A slot is already reserved for us. in blockTopLoc()
2201 fMatchOpenParen = patIdx; in handleCloseParen()
2225 int32_t captureOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()
2237 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()
2246 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()
2256 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-1); in handleCloseParen()
2265 int32_t saveOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen); in handleCloseParen()
2269 fRXPat->fCompiledPat->setElementAt(saveOp, fMatchOpenParen); in handleCloseParen()
2278 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-4); in handleCloseParen()
2288 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2289 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2302 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-2); in handleCloseParen()
2303 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-1); in handleCloseParen()
2315 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()
2324 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2325 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2338 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-3); in handleCloseParen()
2339 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-2); in handleCloseParen()
2344 fRXPat->fCompiledPat->setElementAt(op, fMatchOpenParen-1); in handleCloseParen()
2491 if (fMatchOpenParen >= topOfBlock) { in compileInlineInterval()
2492 fMatchOpenParen = -1; in compileInlineInterval()