Home
last modified time | relevance | path

Searched refs:compile_context (Results 1 – 2 of 2) sorted by relevance

/external/pcre/pcrecpp/
Dpcrecpp.cc96 compile_context_ptr compile_context(NULL, pcre2_compile_context_free); in Compile() local
101 compile_context = compile_context_ptr(pcre2_compile_context_create(NULL), in Compile()
103 if (!compile_context) { in Compile()
107 if (pcre2_set_newline(compile_context.get(), in Compile()
132 &eoffset, compile_context.get()); in Compile()
141 compile_context.get()); in Compile()
/external/pcre/dist2/src/
Dpcre2grep.c235 static pcre2_compile_context *compile_context; variable
3465 &erroffset, compile_context); in compile_pattern()
3620 compile_context = pcre2_compile_context_create(NULL); in main()
4017 pcre2_set_character_tables(compile_context, character_tables); in main()
4064 pcre2_set_newline(compile_context, endlinetype); in main()
4107 (void)pcre2_set_compile_extra_options(compile_context, extra_options); in main()
4198 (void)pcre2_set_compile_extra_options(compile_context, 0); in main()
4311 pcre2_compile_context_free(compile_context); in main()