stringcount       333 ext/pcre/pcrelib/pcre_get.c pcre_copy_substring(const char *subject, int *ovector, int stringcount,
stringcount       337 ext/pcre/pcrelib/pcre_get.c pcre16_copy_substring(PCRE_SPTR16 subject, int *ovector, int stringcount,
stringcount       341 ext/pcre/pcrelib/pcre_get.c pcre32_copy_substring(PCRE_SPTR32 subject, int *ovector, int stringcount,
stringcount       346 ext/pcre/pcrelib/pcre_get.c if (stringnumber < 0 || stringnumber >= stringcount)
stringcount       389 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, const char *stringname,
stringcount       394 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR16 stringname,
stringcount       399 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR32 stringname,
stringcount       406 ext/pcre/pcrelib/pcre_get.c return pcre_copy_substring(subject, ovector, stringcount, n, buffer, size);
stringcount       408 ext/pcre/pcrelib/pcre_get.c return pcre16_copy_substring(subject, ovector, stringcount, n, buffer, size);
stringcount       410 ext/pcre/pcrelib/pcre_get.c return pcre32_copy_substring(subject, ovector, stringcount, n, buffer, size);
stringcount       439 ext/pcre/pcrelib/pcre_get.c pcre_get_substring_list(const char *subject, int *ovector, int stringcount,
stringcount       443 ext/pcre/pcrelib/pcre_get.c pcre16_get_substring_list(PCRE_SPTR16 subject, int *ovector, int stringcount,
stringcount       447 ext/pcre/pcrelib/pcre_get.c pcre32_get_substring_list(PCRE_SPTR32 subject, int *ovector, int stringcount,
stringcount       453 ext/pcre/pcrelib/pcre_get.c int double_count = stringcount * 2;
stringcount       470 ext/pcre/pcrelib/pcre_get.c p = (pcre_uchar *)(stringlist + stringcount + 1);
stringcount       542 ext/pcre/pcrelib/pcre_get.c pcre_get_substring(const char *subject, int *ovector, int stringcount,
stringcount       546 ext/pcre/pcrelib/pcre_get.c pcre16_get_substring(PCRE_SPTR16 subject, int *ovector, int stringcount,
stringcount       550 ext/pcre/pcrelib/pcre_get.c pcre32_get_substring(PCRE_SPTR32 subject, int *ovector, int stringcount,
stringcount       556 ext/pcre/pcrelib/pcre_get.c if (stringnumber < 0 || stringnumber >= stringcount)
stringcount       606 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, const char *stringname,
stringcount       611 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR16 stringname,
stringcount       616 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR32 stringname,
stringcount       623 ext/pcre/pcrelib/pcre_get.c return pcre_get_substring(subject, ovector, stringcount, n, stringptr);
stringcount       625 ext/pcre/pcrelib/pcre_get.c return pcre16_get_substring(subject, ovector, stringcount, n, stringptr);
stringcount       627 ext/pcre/pcrelib/pcre_get.c return pcre32_get_substring(subject, ovector, stringcount, n, stringptr);