Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c2410 const pcre_uchar *scode = cd->start_code + GET(code, 1); in could_be_empty_branch()
4022 if (cd->start_code + offset == ptr + 1) in adjust_recurse()
5674 if (offset == previous + 1 - cd->start_code) in compile_branch()
7363 called = cd->start_code; in compile_branch()
7376 called = PRIV(find_bracket)(cd->start_code, utf, recno); in compile_branch()
7392 called = cd->start_code + recno; in compile_branch()
7399 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code)); in compile_branch()
7424 PUT(code, 1, (int)(called - cd->start_code)); in compile_branch()
7492 if (code == cd->start_code + 1 + LINK_SIZE && in compile_branch()
9168 cd->start_code = cworkspace; in pcre_compile2()
[all …]
H A Dpcre_internal.h2427 const pcre_uchar *start_code; /* The start of the compiled code */ member
2537 const pcre_uchar *start_code; /* For use when recursing */ member
2564 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()
6935 rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0); in pcre_exec()

Completed in 51 milliseconds