Home
last modified time | relevance | path

Searched defs:ovector (Results 1 – 10 of 10) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2demo.c89 PCRE2_SIZE *ovector; in main() local
Dpcre2posix.c396 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer(md); in pcre2_regexec() local
Dpcre2_jit_test.c1794 int match_start, int match_end, PCRE2_SIZE *ovector) in check_invalid_utf_result()
2004 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer_8(mdata); in run_invalid_utf8_test() local
2214 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer_16(mdata); in run_invalid_utf16_test() local
2401 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer_32(mdata); in run_invalid_utf32_test() local
Dpcre2_substring.c381 PCRE2_SIZE *ovector; in pcre2_substring_list_get() local
Dpcre2_substitute.c246 PCRE2_SIZE *ovector; in pcre2_substitute() local
Dpcre2grep.c2183 PCRE2_SIZE *ovector, PCRE2_SIZE capture_top) in display_output_text()
2294 PCRE2_SIZE *ovector = calloutptr->offset_vector; in pcre2grep_callout() local
Dpcre2_intmodedep.h668 PCRE2_SIZE ovector[131072]; /* Must be last in the structure */ member
836 PCRE2_SIZE ovector[131072]; /* Must be last in the structure */ member
Dpcre2test.c6670 show_ovector(PCRE2_SIZE *ovector, uint32_t oveccount) in show_ovector()
6716 PCRE2_SIZE *ovector; in process_data() local
Dpcre2_jit_compile.c9695 PCRE2_SIZE *ovector; in do_callout_jit() local
/third_party/rust/crates/regex/bench/src/ffi/
Dpcre2.rs12 ovector: *mut size_t, field
62 let ovector = unsafe { pcre2_get_ovector_pointer_8(match_data) }; in new() localVariable