stringname         68 ext/pcre/pcrelib/pcre_get.c pcre_get_stringnumber(const pcre *code, const char *stringname)
stringname         71 ext/pcre/pcrelib/pcre_get.c pcre16_get_stringnumber(const pcre16 *code, PCRE_SPTR16 stringname)
stringname         74 ext/pcre/pcrelib/pcre_get.c pcre32_get_stringnumber(const pcre32 *code, PCRE_SPTR32 stringname)
stringname        118 ext/pcre/pcrelib/pcre_get.c   int c = STRCMP_UC_UC((pcre_uchar *)stringname,
stringname        148 ext/pcre/pcrelib/pcre_get.c pcre_get_stringtable_entries(const pcre *code, const char *stringname,
stringname        152 ext/pcre/pcrelib/pcre_get.c pcre16_get_stringtable_entries(const pcre16 *code, PCRE_SPTR16 stringname,
stringname        156 ext/pcre/pcrelib/pcre_get.c pcre32_get_stringtable_entries(const pcre32 *code, PCRE_SPTR32 stringname,
stringname        202 ext/pcre/pcrelib/pcre_get.c   int c = STRCMP_UC_UC((pcre_uchar *)stringname,
stringname        210 ext/pcre/pcrelib/pcre_get.c       if (STRCMP_UC_UC((pcre_uchar *)stringname,
stringname        216 ext/pcre/pcrelib/pcre_get.c       if (STRCMP_UC_UC((pcre_uchar *)stringname,
stringname        259 ext/pcre/pcrelib/pcre_get.c get_first_set(const pcre *code, const char *stringname, int *ovector)
stringname        262 ext/pcre/pcrelib/pcre_get.c get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector)
stringname        265 ext/pcre/pcrelib/pcre_get.c get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector)
stringname        281 ext/pcre/pcrelib/pcre_get.c   return pcre_get_stringnumber(code, stringname);
stringname        282 ext/pcre/pcrelib/pcre_get.c entrysize = pcre_get_stringtable_entries(code, stringname, &first, &last);
stringname        285 ext/pcre/pcrelib/pcre_get.c   return pcre16_get_stringnumber(code, stringname);
stringname        286 ext/pcre/pcrelib/pcre_get.c entrysize = pcre16_get_stringtable_entries(code, stringname, &first, &last);
stringname        289 ext/pcre/pcrelib/pcre_get.c   return pcre32_get_stringnumber(code, stringname);
stringname        290 ext/pcre/pcrelib/pcre_get.c entrysize = pcre32_get_stringtable_entries(code, stringname, &first, &last);
stringname        389 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, const char *stringname,
stringname        394 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR16 stringname,
stringname        399 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR32 stringname,
stringname        403 ext/pcre/pcrelib/pcre_get.c int n = get_first_set(code, stringname, ovector);
stringname        606 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, const char *stringname,
stringname        611 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR16 stringname,
stringname        616 ext/pcre/pcrelib/pcre_get.c   int *ovector, int stringcount, PCRE_SPTR32 stringname,
stringname        620 ext/pcre/pcrelib/pcre_get.c int n = get_first_set(code, stringname, ovector);