Searched refs:ccontext16 (Results 1 – 1 of 1) sorted by relevance
1138 pcre2_compile_context_16 *ccontext16; in regression_tests() local1251 ccontext16 = pcre2_compile_context_create_16(NULL); in regression_tests()1252 if (ccontext16) { in regression_tests()1254 pcre2_set_newline_16(ccontext16, GET_NEWLINE(current->newline)); in regression_tests()1256 pcre2_set_bsr_16(ccontext16, GET_BSR(current->newline)); in regression_tests()1261 &error, &err_offs, ccontext16); in regression_tests()1266 pcre2_compile_context_free_16(ccontext16); in regression_tests()