Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c130 *((int *)where) = re->top_bracket; in pcre_fullinfo()
H A Dpcre_internal.h2317 pcre_uint16 top_bracket; /* Highest numbered group */ member
2338 pcre_uint16 top_bracket; /* Highest numbered group */ member
H A Dpcre_compile.c8116 re->top_bracket = cd->bracount; in pcre_compile2()
8178 if (errorcode == 0 && re->top_backref > re->top_bracket) errorcode = ERR15; in pcre_compile2()
8334 length, re->top_bracket, re->top_backref); in pcre_compile2()
H A Dpcre_exec.c6560 register int *iend = iptr - re->top_bracket; in pcre_exec()
6966 if (md->end_offset_top/2 <= re->top_bracket && offsets != NULL) in pcre_exec()
6969 int resetcount = 2 + re->top_bracket * 2; in pcre_exec()

Completed in 48 milliseconds