Lines Matching refs:compiled_code
1710 a = G(pcre2_callout_enumerate,BITONE)(G(compiled_code,BITONE), \
1713 a = G(pcre2_callout_enumerate,BITTWO)(G(compiled_code,BITTWO), \
1868 G(pcre2_printint_,BITONE)(G(compiled_code,BITONE),outfile,a); \
1870 G(pcre2_printint_,BITTWO)(G(compiled_code,BITTWO),outfile,a)
4159 PCRE2_PATTERN_INFO(rc, compiled_code, what, NULL); /* Exercise the code */ in pattern_info()
4160 PCRE2_PATTERN_INFO(rc, compiled_code, what, where); in pattern_info()
4169 8 * (FLD(compiled_code, flags) & PCRE2_MODE_MASK)); in pattern_info()
4510 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback()
4558 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in show_pattern_info()
4579 PCRE2_PATTERN_INFO(rc, compiled_code, 999, NULL); in show_pattern_info()
4779 (FLD(compiled_code, flags) & PCRE2_BSR_SET) != 0) in show_pattern_info()
4783 if ((FLD(compiled_code, flags) & PCRE2_NL_SET) != 0) in show_pattern_info()
4823 ((FLD(compiled_code, flags) & PCRE2_FIRSTCASELESS) == 0)? in show_pattern_info()
4866 ((FLD(compiled_code, flags) & PCRE2_LASTCASELESS) == 0)? in show_pattern_info()
4878 if ((FLD(compiled_code, overall_options) & PCRE2_NO_START_OPTIMIZE) == 0) in show_pattern_info()
4884 if (FLD(compiled_code, executable_jit) != NULL) in show_pattern_info()
5102 SET(compiled_code, patstack[--patstacknext]); in process_command()
5106 PCRE2_CODE_COPY_FROM_VOID(compiled_code, patstack[patstacknext - 1]); in process_command()
5111 PCRE2_JIT_COMPILE(jitrc, compiled_code, pat_patctl.jit); in process_command()
5161 SET(compiled_code, patstack[--patstacknext]); in process_command()
5162 SUB1(pcre2_code_free, compiled_code); in process_command()
5164 SET(compiled_code, NULL); in process_command()
5996 PCRE2_COMPILE(compiled_code, use_pbuffer, patlen, in process_pattern()
6000 if (TEST(compiled_code, !=, NULL)) in process_pattern()
6001 { SUB1(pcre2_code_free, compiled_code); } in process_pattern()
6010 PCRE2_COMPILE(compiled_code, use_pbuffer, patlen, in process_pattern()
6044 if (TEST(compiled_code, !=, NULL) && pat_patctl.jit != 0) in process_pattern()
6054 SUB1(pcre2_code_free, compiled_code); in process_pattern()
6055 PCRE2_COMPILE(compiled_code, use_pbuffer, patlen, in process_pattern()
6059 PCRE2_JIT_COMPILE(jitrc, compiled_code, pat_patctl.jit); in process_pattern()
6075 PCRE2_JIT_COMPILE(jitrc, compiled_code, pat_patctl.jit); in process_pattern()
6087 if (TEST(compiled_code, ==, NULL)) in process_pattern()
6101 if ((FLD(compiled_code, flags) & PCRE2_HASBKPORX) != 0) in process_pattern()
6124 SETFLD(compiled_code, flags, FLD(compiled_code, flags) | PCRE2_NL_SET); in process_pattern()
6147 patstack[patstacknext++] = PTR(compiled_code); in process_pattern()
6148 SET(compiled_code, NULL); in process_pattern()
6164 PCRE2_CODE_COPY_TO_VOID(patstack[patstacknext++], compiled_code); in process_pattern()
6169 compiled_code); } in process_pattern()
6267 PCRE2_DFA_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
6273 PCRE2_JIT_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
6278 PCRE2_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
6345 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in substitute_callout_function()
6401 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_function()
6676 PCRE2_SUBSTRING_NUMBER_FROM_NAME(groupnumber, compiled_code, pbuffer); in copy_and_get()
6757 PCRE2_SUBSTRING_NUMBER_FROM_NAME(groupnumber, compiled_code, pbuffer); in copy_and_get()
6912 FLD(compiled_code, overall_options)) & PCRE2_UTF) != 0; in process_data()
6914 utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in process_data()
7451 FLD(compiled_code, executable_jit) != NULL) in process_data()
7515 PCRE2_MATCH_DATA_CREATE_FROM_PATTERN(match_data, compiled_code, in process_data()
7597 PCRE2_JIT_MATCH(rc, compiled_code, pp, arg_ulen, dat_datctl.offset, in process_data()
7602 PCRE2_MATCH(rc, compiled_code, pp, arg_ulen, dat_datctl.offset, in process_data()
7723 PCRE2_SUBSTITUTE(rc, compiled_code, pp, arg_ulen, dat_datctl.offset, in process_data()
7799 PCRE2_DFA_MATCH(capcount, compiled_code, pp, arg_ulen, in process_data()
7810 PCRE2_JIT_MATCH(capcount, compiled_code, pp, arg_ulen, in process_data()
7821 PCRE2_MATCH(capcount, compiled_code, pp, arg_ulen, in process_data()
7840 (FLD(compiled_code, executable_jit) == NULL || in process_data()
7849 if (FLD(compiled_code, executable_jit) == NULL || in process_data()
7890 PCRE2_DFA_MATCH(capcount, compiled_code, pp, arg_ulen, in process_data()
7902 PCRE2_JIT_MATCH(capcount, compiled_code, pp, arg_ulen, dat_datctl.offset, in process_data()
7905 PCRE2_MATCH(capcount, compiled_code, pp, arg_ulen, dat_datctl.offset, in process_data()
8218 uint16_t nl = FLD(compiled_code, newline_convention); in process_data()
9523 SET(compiled_code, NULL); in main()
9534 BOOL expectdata = TEST(compiled_code, !=, NULL); in main()
9561 if (TEST(compiled_code, !=, NULL)) in main()
9563 SUB1(pcre2_code_free, compiled_code); in main()
9564 SET(compiled_code, NULL); in main()
9656 SUB1(pcre2_code_free, compiled_code); in main()
9660 SET(compiled_code, patstack[patstacknext]); in main()
9661 SUB1(pcre2_code_free, compiled_code); in main()