Home
last modified time | relevance | path

Searched refs:max_lookbehind (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist/
Dpcre_byte_order.c146 re->max_lookbehind = swap_uint16(re->max_lookbehind); in pcre_pattern_to_host_byte_order()
Dpcre_fullinfo.c222 *((int *)where) = re->max_lookbehind; in pcre_fullinfo()
Dpcre_compile.c8058 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()
Dpcre_internal.h2334 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */ member
2360 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */ member
2444 int max_lookbehind; /* Maximum lookbehind (characters) */ member
Dpcretest.c2517 re->max_lookbehind = swap_uint16(re->max_lookbehind); in regexflip8_or_16()
2698 re->max_lookbehind = swap_uint16(re->max_lookbehind); in regexflip_32()