Searched refs:GET2 (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 252 branchlength += GET2(cc,1); in find_minlength() 260 branchlength += GET2(cc,1); in find_minlength() 366 branchlength += GET2(cc,1); in find_minlength() 392 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() 394 re->name_table_offset + GET2(cc, 1) * re->name_entry_size; in find_minlength() 398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); in find_minlength() 438 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); in find_minlength() 492 min = GET2(cc, 1); in find_minlength() 1407 if (GET2(tcode, 1) == 0) tcode += 1 + 2 * IMM2_SIZE; in set_start_bits()
|
H A D | pcre_exec.c | 2762 min = GET2(ecode, 1); in match() 2908 min = GET2(ecode, 1); in match() 3135 min = GET2(ecode, 1); in match() 3323 min = max = GET2(ecode, 1); in match() 3337 max = GET2(ecode, 1); in match() 3714 min = max = GET2(ecode, 1); in match() 3723 max = GET2(ecode, 1); in match() 3756 max = GET2(ecode, 1); in match() 4082 min = max = GET2(ecode, 1); in match() 4090 max = GET2(ecode, 1); in match() [all …]
|
H A D | pcre_get.c | 122 if (c == 0) return GET2(entry, 0); in pcre_get_stringnumber() 297 int n = GET2(entry, 0); in get_first_set() 300 return GET2(entry, 0); in get_first_set()
|
H A D | pcre_jit_compile.c | 914 if (GET2(cc, 1) == GET2(cc, 1 + IMM2_SIZE)) in get_class_iterator_size() 3306 repeat = GET2(cc, 1); in scan_prefix() 3438 repeat = GET2(cc, 1); in scan_prefix() 3448 repeat = GET2(cc, 1); in scan_prefix() 5973 offset = GET2(slot, 0) << 1; in compile_dnref_search() 5979 offset = GET2(slot, 0) << 1; in compile_dnref_search() 5998 offset = GET2(cc, 1) << 1; in compile_ref_matchingpath() 6100 offset = GET2(cc, 1) << 1; in compile_ref_iterator_matchingpath() 7862 *min = GET2(cc, class_len); in get_iterator_parameters() 7880 *max = GET2(cc, 0); in get_iterator_parameters() [all …]
|
H A D | pcre_compile.c | 1880 branchlength += (int)GET2(cc,1); in find_fixedlength() 1888 branchlength += GET2(cc,1); in find_fixedlength() 1955 if (GET2(cc,1) != GET2(cc,1+IMM2_SIZE)) return -1; in find_fixedlength() 1956 branchlength += (int)GET2(cc,1); in find_fixedlength() 2107 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV() 3091 list[1] = (GET2(end, 1) == 0); in get_chr_property_list() 7324 recno = GET2(slot, 0); in compile_branch() 7368 recno = GET2(slot, 0); in compile_branch() 8312 capnumber = GET2(code, 1 + LINK_SIZE); in compile_regex() 8623 int n = GET2(scode, 1+LINK_SIZE); in is_anchored() [all …]
|
H A D | pcre_internal.h | 551 #define GET2(a,n) \ macro 561 #define GET2(a,n) \ macro 571 #define GET2(a,n) \ macro
|
Completed in 75 milliseconds