Searched refs:general_context (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/regex/bench/src/ffi/ |
H A D | pcre2.rs | 157 type general_context = c_void; // unused types 175 context: *mut general_context, in pcre2_match_data_create_from_pattern_8()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 5029 general_context); in process_command() 5105 general_context); in process_command() 5456 PCRE2_MAKETABLES_FREE(general_context, (void *)locale_tables); in process_pattern() 5458 PCRE2_MAKETABLES(locale_tables, general_context); in process_pattern() 7339 general_context); in process_data() 7350 PCRE2_MATCH_DATA_CREATE(match_data, max_oveccount, general_context); in process_data() 9230 G(general_context,BITS) = G(pcre2_general_context_create_,BITS)(&my_malloc, &my_free, NULL); \ in main() 9231 G(general_context_copy,BITS) = G(pcre2_general_context_copy_,BITS)(G(general_context,BITS)); \ in main() 9232 G(default_pat_context,BITS) = G(pcre2_compile_context_create_,BITS)(G(general_context,BITS)); \ in main() 9234 G(default_dat_context,BITS) = G(pcre2_match_context_create_,BITS)(G(general_context,BIT in main() [all...] |
Completed in 12 milliseconds