Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre_get.c229 get_first_set(const pcre *code, const char *stringname, int *ovector) in get_first_set()
294 pcre_copy_substring(const char *subject, int *ovector, int stringcount, in pcre_copy_substring()
346 int *ovector, int stringcount, const char *stringname, in pcre_copy_named_substring()
389 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, in pcre_get_substring_list()
483 pcre_get_substring(const char *subject, int *ovector, int stringcount, in pcre_get_substring()
541 int *ovector, int stringcount, const char *stringname, in pcre_get_named_substring()
/third_party/pcre2/pcre2/src/
Dpcre2demo.c89 PCRE2_SIZE *ovector; in main() local
Dpcre2posix.c406 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer(md); in pcre2_regexec() local
Dpcre2_jit_test.c1790 int match_start, int match_end, PCRE2_SIZE *ovector) in check_invalid_utf_result()
2000 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer_8(mdata); in run_invalid_utf8_test() local
2210 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer_16(mdata); in run_invalid_utf16_test() local
2397 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer_32(mdata); in run_invalid_utf32_test() local
Dpcre2_substitute.c246 PCRE2_SIZE *ovector; in pcre2_substitute() local
Dpcre2_substring.c381 PCRE2_SIZE *ovector; in pcre2_substring_list_get() local
Dpcre2_intmodedep.h664 PCRE2_SIZE ovector[131072]; /* Must be last in the structure */ member
832 PCRE2_SIZE ovector[131072]; /* Must be last in the structure */ member
Dpcre2grep.c2139 PCRE2_SIZE *ovector, PCRE2_SIZE capture_top) in display_output_text()
2249 PCRE2_SIZE *ovector = calloutptr->offset_vector; in pcre2grep_callout() local
Dpcre2_match.c582 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, PCRE2_SIZE *ovector, in match()
Dpcre2test.c6590 show_ovector(PCRE2_SIZE *ovector, uint32_t oveccount) in show_ovector()
6636 PCRE2_SIZE *ovector; in process_data() local
Dpcre2_jit_compile.c9533 PCRE2_SIZE *ovector; in do_callout() local
/third_party/glib/glib/
Dgregex.c1014 PCRE2_SIZE *ovector; in g_match_info_next() local
2203 PCRE2_SIZE *ovector; in g_regex_match_all_full() local