Searched refs:start_code (Results 1 - 3 of 3) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_dfa_exec.c | 425 const pcre_uchar *start_code = md->start_code; local 523 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE); 561 ADD_NEW((int)(end_code - start_code + length), 0); 571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code))); 691 code = start_code + state_offset; 820 ADD_ACTIVE((int)(code - start_code), 0); 828 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); 837 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0); 841 ADD_ACTIVE((int)(code - start_code [all...] |
H A D | pcre_compile.c | 1779 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */ 2380 const pcre_uchar *scode = cd->start_code + GET(code, 1); 2392 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE; 3976 if (cd->start_code + offset == ptr + 1) 3989 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); 5618 if (offset == previous + 1 - cd->start_code) 7295 called = cd->start_code; 7308 called = PRIV(find_bracket)(cd->start_code, utf, recno); 7324 called = cd->start_code + recno; 7331 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code)); [all...] |
H A D | pcre_exec.c | 1142 code_offset = (int)(ecode - md->start_code); 1170 ecode = md->start_code + code_offset; 1238 code_offset = (int)(ecode - md->start_code); 1249 ecode = md->start_code + code_offset; 1755 callpat = md->start_code + GET(ecode, 1); 1756 recno = (callpat == md->start_code)? 0 : 6539 md->start_code = (const pcre_uchar *)re + re->name_table_offset + 6923 rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0);
|
Completed in 268 milliseconds