Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c134 *((int *)where) = re->top_backref; in pcre_fullinfo()
H A Dpcre_internal.h2318 pcre_uint16 top_backref; /* Highest numbered back reference */ member
2339 pcre_uint16 top_backref; /* Highest numbered back reference */ member
2406 int top_backref; /* Maximum back reference */ member
H A Dpcre_compile.c6864 if (recno > cd->top_backref) cd->top_backref = recno; in compile_branch()
7991 cd->top_backref = 0; in pcre_compile2()
8117 re->top_backref = cd->top_backref; 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.c6536 if (re->top_backref > 0 && re->top_backref >= ocount/3) in pcre_exec()
6538 ocount = re->top_backref * 3 + 3; in pcre_exec()

Completed in 132 milliseconds