Searched refs:ccontext32 (Results 1 – 1 of 1) sorted by relevance
1186 pcre2_compile_context_32 *ccontext32; in regression_tests() local1315 ccontext32 = pcre2_compile_context_create_32(NULL); in regression_tests()1316 if (ccontext32) { in regression_tests()1318 pcre2_set_newline_32(ccontext32, GET_NEWLINE(current->newline)); in regression_tests()1320 pcre2_set_bsr_32(ccontext32, GET_BSR(current->newline)); in regression_tests()1325 &error, &err_offs, ccontext32); in regression_tests()1330 pcre2_compile_context_free_32(ccontext32); in regression_tests()