Home
last modified time | relevance | path

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

/third_party/iowow/src/re/
Dcompile.c130 static cregex_program_instr_t* compile_context( in compile_context() function
170 compile_context(context, node->left); in compile_context()
171 compile_context(context, node->right); in compile_context()
177 split->first = compile_context(context, node->left); in compile_context()
181 split->second = compile_context(context, node->right); in compile_context()
190 last = compile_context(context, node->quantified); in compile_context()
199 split->first = compile_context(context, node->quantified); in compile_context()
212 split->first = compile_context(context, node->quantified); in compile_context()
249 compile_context(context, node->captured); in compile_context()
298 compile_context(context, root); in compile_node_with_program()
/third_party/rust/crates/regex/bench/src/ffi/
Dpcre2.rs155 type compile_context = c_void; // unused typedef
168 context: *mut compile_context, in pcre2_compile_8() argument
/third_party/pcre2/pcre2/src/
Dpcre2grep.c260 static pcre2_compile_context *compile_context; variable
3625 &erroffset, compile_context); in compile_pattern()
4119 compile_context = pcre2_compile_context_create(NULL); in main()
4164 pcre2_set_character_tables(compile_context, character_tables); in main()
4211 pcre2_set_newline(compile_context, endlinetype); in main()
4254 (void)pcre2_set_compile_extra_options(compile_context, extra_options); in main()
4332 (void)pcre2_set_compile_extra_options(compile_context, 0); in main()
4451 pcre2_compile_context_free(compile_context); in main()