Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c2429 const pcre_uchar *scode = cd->start_code + GET(code, 1); in could_be_empty_branch()
4033 if (cd->start_code + offset == ptr + 1) break; in adjust_recurse()
5716 if (offset == previous + 1 - cd->start_code) in compile_branch()
7481 called = cd->start_code; in compile_branch()
7494 called = PRIV(find_bracket)(cd->start_code, utf, recno); in compile_branch()
7510 called = cd->start_code + recno; in compile_branch()
7517 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code)); in compile_branch()
7542 PUT(code, 1, (int)(called - cd->start_code)); in compile_branch()
7610 if (code == cd->start_code + 1 + LINK_SIZE && in compile_branch()
9295 cd->start_code = cworkspace; in pcre_compile2()
[all …]
H A Dpcre_internal.h2435 const pcre_uchar *start_code; /* The start of the compiled code */ member
2546 const pcre_uchar *start_code; /* For use when recursing */ member
2573 const pcre_uchar *start_code; /* Start of the compiled pattern */ member
H A Dpcre_exec.c1142 code_offset = (int)(ecode - md->start_code); in match()
1170 ecode = md->start_code + code_offset; in match()
1226 code_offset = (int)(ecode - md->start_code); in match()
1237 ecode = md->start_code + code_offset; in match()
1758 callpat = md->start_code + GET(ecode, 1); in match()
1759 recno = (callpat == md->start_code)? 0 : in match()
6551 md->start_code = (const pcre_uchar *)re + re->name_table_offset + in pcre_exec()
6936 rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0); in pcre_exec()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c2496 fetch_name_with_level(OnigCodePoint start_code, UChar** src, UChar* end, in fetch_name_with_level() argument
2514 end_code = get_name_end_code_point(start_code); in fetch_name_with_level()
2610 fetch_name(OnigCodePoint start_code, UChar** src, UChar* end, in fetch_name() argument
2624 end_code = get_name_end_code_point(start_code); in fetch_name()
2729 fetch_name(OnigCodePoint start_code, UChar** src, UChar* end, in fetch_name() argument
2743 end_code = get_name_end_code_point(start_code); in fetch_name()

Completed in 67 milliseconds