Home
last modified time | relevance | path

Searched refs:GETCHARINC (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_xclass.c103 GETCHARINC(x, data); /* macro generates multiple statements */ in PRIV()
115 GETCHARINC(x, data); /* macro generates multiple statements */ in PRIV()
116 GETCHARINC(y, data); /* macro generates multiple statements */ in PRIV()
H A Dpcre_exec.c199 GETCHARINC(c, eptr); in match_ref()
200 GETCHARINC(d, p); in match_ref()
2861 GETCHARINC(c, eptr); in match()
3206 GETCHARINC(dc, eptr); in match()
3578 GETCHARINC(ch, ecode); in match()
3579 GETCHARINC(c, eptr); in match()
3724 GETCHARINC(d, eptr); in match()
3861 GETCHARINC(d, eptr); in match()
4323 GETCHARINC(c, eptr); in match()
4356 GETCHARINC(c, eptr); in match()
[all …]
H A Dpcre_internal.h594 #define GETCHARINC(c, eptr) c = *eptr++; macro
710 #define GETCHARINC(c, eptr) \ macro
859 #define GETCHARINC(c, eptr) \ macro
954 #define GETCHARINC(c, eptr) \ macro
H A Dpcre_study.c562 GETCHARINC(c, p); in set_table_bit()
595 GETCHARINC(c, p); in set_table_bit()
H A Dpcre_compile.c3105 if (utf) { GETCHARINC(next, ptr); } else in check_auto_possessive()

Completed in 51 milliseconds