Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c148 re->top_backref = swap_uint16(re->top_backref); in pcre_pattern_to_host_byte_order()
Dpcre_fullinfo.c134 *((int *)where) = re->top_backref; in pcre_fullinfo()
Dpcre_compile.c6871 if (recno > cd->top_backref) cd->top_backref = recno; in compile_branch()
6894 if (recno > cd->top_backref) cd->top_backref = recno; in compile_branch()
7365 if (recno > cd->top_backref) cd->top_backref = recno; in compile_branch()
8006 if (recno > cd->top_backref) cd->top_backref = recno; in compile_branch()
9270 cd->top_backref = 0; in pcre_compile2()
9424 re->top_backref = cd->top_backref; in pcre_compile2()
9497 if (errorcode == 0 && re->top_backref > re->top_bracket) errorcode = ERR15; in pcre_compile2()
9666 length, re->top_bracket, re->top_backref); in pcre_compile2()
Dpcre_internal.h2336 pcre_uint16 top_backref; /* Highest numbered back reference */ member
2362 pcre_uint16 top_backref; /* Highest numbered back reference */ member
2445 int top_backref; /* Maximum back reference */ member
Dpcretest.c2519 re->top_backref = swap_uint16(re->top_backref); in regexflip8_or_16()
2700 re->top_backref = swap_uint16(re->top_backref); in regexflip_32()
Dpcre_exec.c6663 if (re->top_backref > 0 && re->top_backref >= ocount/3) in pcre_exec()
6665 ocount = re->top_backref * 3 + 3; in pcre_exec()