Searched defs:ovector (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 259 get_first_set(const pcre *code, const char *stringname, int *ovector) in get_first_set() 333 pcre_copy_substring(const char *subject, int *ovector, int stringcount, in pcre_copy_substring() 389 int *ovector, int stringcount, const char *stringname, in pcre_copy_named_substring() 439 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, in pcre_get_substring_list() 542 pcre_get_substring(const char *subject, int *ovector, int stringcount, in pcre_get_substring() 606 int *ovector, int stringcount, const char *stringname, in pcre_get_named_substring()
|
H A D | pcredemo.c | 59 int ovector[OVECCOUNT]; in main() local
|
H A D | pcreposix.c | 325 int *ovector = NULL; in regexec() local
|
/PHP-7.0/ext/filter/ |
H A D | logical_filters.c | 434 int ovector[3]; in php_filter_validate_regexp() local 605 int ovector[150]; /* Needs to be a multiple of 3 */ in php_filter_validate_email() local
|
/PHP-7.0/ext/zip/ |
H A D | php_zip.c | 650 int ovector[3]; in php_zip_pcre() local
|
Completed in 30 milliseconds