Searched refs:ccontext32 (Results 1 – 1 of 1) sorted by relevance
1149 pcre2_compile_context_32 *ccontext32; in regression_tests() local1278 ccontext32 = pcre2_compile_context_create_32(NULL); in regression_tests()1279 if (ccontext32) { in regression_tests()1281 pcre2_set_newline_32(ccontext32, GET_NEWLINE(current->newline)); in regression_tests()1283 pcre2_set_bsr_32(ccontext32, GET_BSR(current->newline)); in regression_tests()1288 &error, &err_offs, ccontext32); in regression_tests()1293 pcre2_compile_context_free_32(ccontext32); in regression_tests()