stringname         70 ext/pcre/pcrelib/pcre_get.c pcre_get_stringnumber(const pcre *code, const char *stringname)
stringname         73 ext/pcre/pcrelib/pcre_get.c pcre16_get_stringnumber(const pcre16 *code, PCRE_SPTR16 stringname)
stringname         76 ext/pcre/pcrelib/pcre_get.c pcre32_get_stringnumber(const pcre32 *code, PCRE_SPTR32 stringname)
stringname        120 ext/pcre/pcrelib/pcre_get.c   int c = STRCMP_UC_UC((pcre_uchar *)stringname,
stringname        150 ext/pcre/pcrelib/pcre_get.c pcre_get_stringtable_entries(const pcre *code, const char *stringname,
stringname        154 ext/pcre/pcrelib/pcre_get.c pcre16_get_stringtable_entries(const pcre16 *code, PCRE_SPTR16 stringname,
stringname        158 ext/pcre/pcrelib/pcre_get.c pcre32_get_stringtable_entries(const pcre32 *code, PCRE_SPTR32 stringname,
stringname        204 ext/pcre/pcrelib/pcre_get.c   int c = STRCMP_UC_UC((pcre_uchar *)stringname,
stringname        212 ext/pcre/pcrelib/pcre_get.c       if (STRCMP_UC_UC((pcre_uchar *)stringname,
stringname        218 ext/pcre/pcrelib/pcre_get.c       if (STRCMP_UC_UC((pcre_uchar *)stringname,
stringname        261 ext/pcre/pcrelib/pcre_get.c get_first_set(const pcre *code, const char *stringname, int *ovector)
stringname        264 ext/pcre/pcrelib/pcre_get.c get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector)
stringname        267 ext/pcre/pcrelib/pcre_get.c get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector)
stringname        283 ext/pcre/pcrelib/pcre_get.c   return pcre_get_stringnumber(code, stringname);
stringname        284 ext/pcre/pcrelib/pcre_get.c entrysize = pcre_get_stringtable_entries(code, stringname, &first, &last);
stringname        287 ext/pcre/pcrelib/pcre_get.c   return pcre16_get_stringnumber(code, stringname);
stringname        288 ext/pcre/pcrelib/pcre_get.c entrysize = pcre16_get_stringtable_entries(code, stringname, &first, &last);
stringname        291 ext/pcre/pcrelib/pcre_get.c   return pcre32_get_stringnumber(code, stringname);
stringname        292 ext/pcre/pcrelib/pcre_get.c entrysize = pcre32_get_stringtable_entries(code, stringname, &first, &last);
stringname        391 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, const char *stringname,
stringname        396 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR16 stringname,
stringname        401 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR32 stringname,
stringname        405 ext/pcre/pcrelib/pcre_get.c int n = get_first_set(code, stringname, ovector);
stringname        608 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, const char *stringname,
stringname        613 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR16 stringname,
stringname        618 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR32 stringname,
stringname        622 ext/pcre/pcrelib/pcre_get.c int n = get_first_set(code, stringname, ovector);