Searched refs:ccontext8 (Results 1 – 1 of 1) sorted by relevance
1128 pcre2_compile_context_8 *ccontext8; in regression_tests() local1224 ccontext8 = pcre2_compile_context_create_8(NULL); in regression_tests()1225 if (ccontext8) { in regression_tests()1227 pcre2_set_newline_8(ccontext8, GET_NEWLINE(current->newline)); in regression_tests()1229 pcre2_set_bsr_8(ccontext8, GET_BSR(current->newline)); in regression_tests()1234 &error, &err_offs, ccontext8); in regression_tests()1239 pcre2_compile_context_free_8(ccontext8); in regression_tests()