stringcount       335 ext/pcre/pcrelib/pcre_get.c pcre_copy_substring(const char *subject, int *ovector, int stringcount,
stringcount       339 ext/pcre/pcrelib/pcre_get.c pcre16_copy_substring(PCRE_SPTR16 subject, int *ovector, int stringcount,
stringcount       343 ext/pcre/pcrelib/pcre_get.c pcre32_copy_substring(PCRE_SPTR32 subject, int *ovector, int stringcount,
stringcount       348 ext/pcre/pcrelib/pcre_get.c if (stringnumber < 0 || stringnumber >= stringcount)
stringcount       391 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, const char *stringname,
stringcount       396 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR16 stringname,
stringcount       401 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR32 stringname,
stringcount       408 ext/pcre/pcrelib/pcre_get.c return pcre_copy_substring(subject, ovector, stringcount, n, buffer, size);
stringcount       410 ext/pcre/pcrelib/pcre_get.c return pcre16_copy_substring(subject, ovector, stringcount, n, buffer, size);
stringcount       412 ext/pcre/pcrelib/pcre_get.c return pcre32_copy_substring(subject, ovector, stringcount, n, buffer, size);
stringcount       441 ext/pcre/pcrelib/pcre_get.c pcre_get_substring_list(const char *subject, int *ovector, int stringcount,
stringcount       445 ext/pcre/pcrelib/pcre_get.c pcre16_get_substring_list(PCRE_SPTR16 subject, int *ovector, int stringcount,
stringcount       449 ext/pcre/pcrelib/pcre_get.c pcre32_get_substring_list(PCRE_SPTR32 subject, int *ovector, int stringcount,
stringcount       455 ext/pcre/pcrelib/pcre_get.c int double_count = stringcount * 2;
stringcount       472 ext/pcre/pcrelib/pcre_get.c p = (pcre_uchar *)(stringlist + stringcount + 1);
stringcount       544 ext/pcre/pcrelib/pcre_get.c pcre_get_substring(const char *subject, int *ovector, int stringcount,
stringcount       548 ext/pcre/pcrelib/pcre_get.c pcre16_get_substring(PCRE_SPTR16 subject, int *ovector, int stringcount,
stringcount       552 ext/pcre/pcrelib/pcre_get.c pcre32_get_substring(PCRE_SPTR32 subject, int *ovector, int stringcount,
stringcount       558 ext/pcre/pcrelib/pcre_get.c if (stringnumber < 0 || stringnumber >= stringcount)
stringcount       608 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, const char *stringname,
stringcount       613 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR16 stringname,
stringcount       618 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR32 stringname,
stringcount       625 ext/pcre/pcrelib/pcre_get.c return pcre_get_substring(subject, ovector, stringcount, n, stringptr);
stringcount       627 ext/pcre/pcrelib/pcre_get.c return pcre16_get_substring(subject, ovector, stringcount, n, stringptr);
stringcount       629 ext/pcre/pcrelib/pcre_get.c return pcre32_get_substring(subject, ovector, stringcount, n, stringptr);