Searched refs:ccontext16 (Results 1 – 1 of 1) sorted by relevance
1167 pcre2_compile_context_16 *ccontext16; in regression_tests() local1280 ccontext16 = pcre2_compile_context_create_16(NULL); in regression_tests()1281 if (ccontext16) { in regression_tests()1283 pcre2_set_newline_16(ccontext16, GET_NEWLINE(current->newline)); in regression_tests()1285 pcre2_set_bsr_16(ccontext16, GET_BSR(current->newline)); in regression_tests()1290 &error, &err_offs, ccontext16); in regression_tests()1295 pcre2_compile_context_free_16(ccontext16); in regression_tests()