Searched refs:top_backref (Results 1 – 6 of 6) sorted by relevance
148 re->top_backref = swap_uint16(re->top_backref); in pcre_pattern_to_host_byte_order()
134 *((int *)where) = re->top_backref; in pcre_fullinfo()
6871 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()
2336 pcre_uint16 top_backref; /* Highest numbered back reference */ member2362 pcre_uint16 top_backref; /* Highest numbered back reference */ member2445 int top_backref; /* Maximum back reference */ member
2519 re->top_backref = swap_uint16(re->top_backref); in regexflip8_or_16()2700 re->top_backref = swap_uint16(re->top_backref); in regexflip_32()
6663 if (re->top_backref > 0 && re->top_backref >= ocount/3) in pcre_exec()6665 ocount = re->top_backref * 3 + 3; in pcre_exec()