Lines Matching refs:compiled_code
1581 a = G(pcre2_callout_enumerate,BITONE)(G(compiled_code,BITONE), \
1584 a = G(pcre2_callout_enumerate,BITTWO)(G(compiled_code,BITTWO), \
1727 G(pcre2_printint_,BITONE)(G(compiled_code,BITONE),outfile,a); \
1729 G(pcre2_printint_,BITTWO)(G(compiled_code,BITTWO),outfile,a)
3965 PCRE2_PATTERN_INFO(rc, compiled_code, what, NULL); /* Exercise the code */ in pattern_info()
3966 PCRE2_PATTERN_INFO(rc, compiled_code, what, where); in pattern_info()
3975 8 * (FLD(compiled_code, flags) & PCRE2_MODE_MASK)); in pattern_info()
4273 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback()
4341 PCRE2_PATTERN_INFO(rc, compiled_code, 999, NULL); in show_pattern_info()
4494 (FLD(compiled_code, flags) & PCRE2_BSR_SET) != 0) in show_pattern_info()
4498 if ((FLD(compiled_code, flags) & PCRE2_NL_SET) != 0) in show_pattern_info()
4538 ((FLD(compiled_code, flags) & PCRE2_FIRSTCASELESS) == 0)? in show_pattern_info()
4581 ((FLD(compiled_code, flags) & PCRE2_LASTCASELESS) == 0)? in show_pattern_info()
4597 if (FLD(compiled_code, executable_jit) != NULL) in show_pattern_info()
4815 SET(compiled_code, patstack[--patstacknext]); in process_command()
4819 PCRE2_CODE_COPY_FROM_VOID(compiled_code, patstack[patstacknext - 1]); in process_command()
4824 PCRE2_JIT_COMPILE(jitrc, compiled_code, pat_patctl.jit); in process_command()
4874 SET(compiled_code, patstack[--patstacknext]); in process_command()
4875 SUB1(pcre2_code_free, compiled_code); in process_command()
4877 SET(compiled_code, NULL); in process_command()
5613 PCRE2_COMPILE(compiled_code, pbuffer, patlen, in process_pattern()
5617 if (TEST(compiled_code, !=, NULL)) in process_pattern()
5618 { SUB1(pcre2_code_free, compiled_code); } in process_pattern()
5628 PCRE2_COMPILE(compiled_code, pbuffer, patlen, pat_patctl.options|use_forbid_utf, in process_pattern()
5635 if (TEST(compiled_code, !=, NULL) && pat_patctl.jit != 0) in process_pattern()
5644 SUB1(pcre2_code_free, compiled_code); in process_pattern()
5645 PCRE2_COMPILE(compiled_code, pbuffer, patlen, in process_pattern()
5649 PCRE2_JIT_COMPILE(jitrc,compiled_code, pat_patctl.jit); in process_pattern()
5659 PCRE2_JIT_COMPILE(jitrc, compiled_code, pat_patctl.jit); in process_pattern()
5693 if (TEST(compiled_code, ==, NULL)) in process_pattern()
5707 if ((FLD(compiled_code, flags) & PCRE2_HASBKPORX) != 0) in process_pattern()
5725 SETFLD(compiled_code, flags, FLD(compiled_code, flags) | PCRE2_NL_SET); in process_pattern()
5748 patstack[patstacknext++] = PTR(compiled_code); in process_pattern()
5749 SET(compiled_code, NULL); in process_pattern()
5765 PCRE2_CODE_COPY_TO_VOID(patstack[patstacknext++], compiled_code); in process_pattern()
5770 compiled_code); } in process_pattern()
5830 PCRE2_DFA_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
5836 PCRE2_JIT_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
5842 PCRE2_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
5910 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_function()
6185 PCRE2_SUBSTRING_NUMBER_FROM_NAME(groupnumber, compiled_code, pbuffer); in copy_and_get()
6266 PCRE2_SUBSTRING_NUMBER_FROM_NAME(groupnumber, compiled_code, pbuffer); in copy_and_get()
6377 FLD(compiled_code, overall_options)) & PCRE2_UTF) != 0; in process_data()
6379 utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in process_data()
6872 FLD(compiled_code, executable_jit) != NULL) in process_data()
6936 PCRE2_MATCH_DATA_CREATE_FROM_PATTERN(match_data, compiled_code, NULL); in process_data()
7092 PCRE2_SUBSTITUTE(rc, compiled_code, pp, arg_ulen, dat_datctl.offset, in process_data()
7161 PCRE2_DFA_MATCH(capcount, compiled_code, pp, arg_ulen, in process_data()
7172 PCRE2_JIT_MATCH(capcount, compiled_code, pp, arg_ulen, in process_data()
7183 PCRE2_MATCH(capcount, compiled_code, pp, arg_ulen, in process_data()
7202 if (FLD(compiled_code, executable_jit) == NULL || in process_data()
7211 if (FLD(compiled_code, executable_jit) == NULL || in process_data()
7252 PCRE2_DFA_MATCH(capcount, compiled_code, pp, arg_ulen, in process_data()
7264 PCRE2_JIT_MATCH(capcount, compiled_code, pp, arg_ulen, dat_datctl.offset, in process_data()
7267 PCRE2_MATCH(capcount, compiled_code, pp, arg_ulen, dat_datctl.offset, in process_data()
7544 uint16_t nl = FLD(compiled_code, newline_convention); in process_data()
8603 SET(compiled_code, NULL); in main()
8614 BOOL expectdata = TEST(compiled_code, !=, NULL); in main()
8641 if (TEST(compiled_code, !=, NULL)) in main()
8643 SUB1(pcre2_code_free, compiled_code); in main()
8644 SET(compiled_code, NULL); in main()
8737 SUB1(pcre2_code_free, compiled_code); in main()
8741 SET(compiled_code, patstack[patstacknext]); in main()
8742 SUB1(pcre2_code_free, compiled_code); in main()