Searched refs:rm_so (Results 1 – 5 of 5) sorted by relevance
320 ? fData->Matches()[0].rm_so : 0; in StartOffset()347 ? fData->Matches()[index + 1].rm_so : 0; in GroupStartOffsetAt()
204 start = pmatch[0].rm_so; in regexec()445 assert (pmatch[0].rm_so == start); in re_search_stub()449 rval = pmatch[0].rm_so; in re_search_stub()513 regs->start[i] = pmatch[i].rm_so; in re_copy_regs()850 pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1; in re_search_internal()853 pmatch[0].rm_so = 0; in re_search_internal()871 if (pmatch[reg_idx].rm_so != -1) in re_search_internal()876 pmatch[reg_idx].rm_so = in re_search_internal()877 (pmatch[reg_idx].rm_so == mctx.input.valid_len in re_search_internal()879 : mctx.input.offsets[pmatch[reg_idx].rm_so]); in re_search_internal()[all …]
380 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member
4851 pmatch[r].rm_so = regs.start[r];
444 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member