utt 1562 ext/pcre/pcrelib/pcre_compile.c r = STRCMP_UC_C8(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); utt 1565 ext/pcre/pcrelib/pcre_compile.c *ptypeptr = PRIV(utt)[i].type; utt 1566 ext/pcre/pcrelib/pcre_compile.c *pdataptr = PRIV(utt)[i].value; utt 2670 ext/pcre/pcrelib/pcre_internal.h extern const ucp_type_table PRIV(utt)[]; utt 240 ext/pcre/pcrelib/pcre_printint.c if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break; utt 242 ext/pcre/pcrelib/pcre_printint.c return (i >= 0)? PRIV(utt_names) + PRIV(utt)[i].name_offset : "??"; utt 549 ext/pcre/pcrelib/pcre_tables.c const ucp_type_table PRIV(utt)[] = { utt 721 ext/pcre/pcrelib/pcre_tables.c const int PRIV(utt_size) = sizeof(PRIV(utt)) / sizeof(ucp_type_table);