Searched refs:max_lookbehind (Results 1 – 5 of 5) sorted by relevance
146 re->max_lookbehind = swap_uint16(re->max_lookbehind); in pcre_pattern_to_host_byte_order()
222 *((int *)where) = re->max_lookbehind; in pcre_fullinfo()
8058 cd->max_lookbehind == 0) in compile_branch()8059 cd->max_lookbehind = 1; in compile_branch()8441 if (fixed_length > cd->max_lookbehind) in compile_regex()8442 cd->max_lookbehind = fixed_length; in compile_regex()9307 cd->max_lookbehind = 0; in pcre_compile2()9388 cd->max_lookbehind = 0; in pcre_compile2()9425 re->max_lookbehind = cd->max_lookbehind; in pcre_compile2()9549 if (fixed_length > cd->max_lookbehind) cd->max_lookbehind = fixed_length; in pcre_compile2()
2334 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */ member2360 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */ member2444 int max_lookbehind; /* Maximum lookbehind (characters) */ member
2517 re->max_lookbehind = swap_uint16(re->max_lookbehind); in regexflip8_or_16()2698 re->max_lookbehind = swap_uint16(re->max_lookbehind); in regexflip_32()