Home
last modified time | relevance | path

Searched refs:ccontext16 (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_test.c1175 pcre2_compile_context_16 *ccontext16; in regression_tests() local
1288 ccontext16 = pcre2_compile_context_create_16(NULL); in regression_tests()
1289 if (ccontext16) { in regression_tests()
1291 pcre2_set_newline_16(ccontext16, GET_NEWLINE(current->newline)); in regression_tests()
1293 pcre2_set_bsr_16(ccontext16, GET_BSR(current->newline)); in regression_tests()
1298 &error, &err_offs, ccontext16); in regression_tests()
1303 pcre2_compile_context_free_16(ccontext16); in regression_tests()

Completed in 4 milliseconds