Searched refs:start_code (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 2403 scode = cd->start_code + GET(code, 1); in could_be_empty_branch() 2824 if (cd->start_code + offset == ptr + 1) in adjust_recurse() 2837 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); in adjust_recurse() 4803 if (offset == previous + 1 - cd->start_code) in compile_branch() 6353 called = cd->start_code; in compile_branch() 6383 called = cd->start_code + recno; in compile_branch() 6390 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code)); in compile_branch() 6415 PUT(code, 1, (int)(called - cd->start_code)); in compile_branch() 6483 if (code == cd->start_code + 1 + LINK_SIZE && in compile_branch() 8013 cd->start_code = cworkspace; in pcre_compile2() [all …]
|
H A D | pcre_internal.h | 2394 const pcre_uchar *start_code; /* The start of the compiled code */ member 2490 const pcre_uchar *start_code; /* For use when recursing */ member 2517 const pcre_uchar *start_code; /* Start of the compiled pattern */ member
|
H A D | pcre_exec.c | 1130 code_offset = (int)(ecode - md->start_code); in match() 1159 ecode = md->start_code + code_offset; in match() 1220 code_offset = (int)(ecode - md->start_code); in match() 1231 ecode = md->start_code + code_offset; in match() 1750 callpat = md->start_code + GET(ecode, 1); in match() 1751 recno = (callpat == md->start_code)? 0 : in match() 6424 md->start_code = (const pcre_uchar *)re + re->name_table_offset + in pcre_exec() 6819 rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0); in pcre_exec()
|
Completed in 50 milliseconds