ctype             231 Zend/zend_operators.c #define convert_object_to_type(op, dst, ctype, conv_func)									\
ctype             234 Zend/zend_operators.c 		if (Z_OBJ_HT_P(op)->cast_object(op, dst, ctype) == FAILURE) {				\
ctype             237 Zend/zend_operators.c 			zend_get_type_by_const(ctype));													\
ctype              33 ext/ctype/ctype.c static PHP_MINFO_FUNCTION(ctype);
ctype             123 ext/ctype/ctype.c 	PHP_MINFO(ctype),
ctype             130 ext/ctype/ctype.c ZEND_GET_MODULE(ctype)
ctype             135 ext/ctype/ctype.c static PHP_MINFO_FUNCTION(ctype)
ctype              44 ext/fileinfo/libmagic/ascmagic.c #include <ctype.h>
ctype              37 ext/fileinfo/libmagic/funcs.c #include <ctype.h>
ctype              48 ext/fileinfo/libmagic/is_tar.c #include <ctype.h>
ctype              40 ext/fileinfo/libmagic/readcdf.c #include <ctype.h>
ctype              40 ext/fileinfo/libmagic/softmagic.c #include <ctype.h>
ctype              33 ext/mbstring/oniguruma/enc/ascii.c ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype              36 ext/mbstring/oniguruma/enc/ascii.c     return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
ctype              87 ext/mbstring/oniguruma/enc/big5.c big5_is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype              89 ext/mbstring/oniguruma/enc/big5.c   return onigenc_mb2_is_code_ctype(ONIG_ENCODING_BIG5, code, ctype);
ctype              34 ext/mbstring/oniguruma/enc/cp1251.c #define ENC_IS_CP1251_CTYPE(code,ctype) \
ctype              35 ext/mbstring/oniguruma/enc/cp1251.c   ((EncCP1251_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             119 ext/mbstring/oniguruma/enc/cp1251.c cp1251_is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             122 ext/mbstring/oniguruma/enc/cp1251.c     return ENC_IS_CP1251_CTYPE(code, ctype);
ctype             210 ext/mbstring/oniguruma/enc/euc_jp.c   hash_data_type ctype;
ctype             214 ext/mbstring/oniguruma/enc/euc_jp.c   if (onig_st_lookup_strend(PropertyNameTable, p, end, &ctype) == 0) {
ctype             218 ext/mbstring/oniguruma/enc/euc_jp.c   return (int )ctype;
ctype             222 ext/mbstring/oniguruma/enc/euc_jp.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             224 ext/mbstring/oniguruma/enc/euc_jp.c   if (ctype <= ONIGENC_MAX_STD_CTYPE) {
ctype             226 ext/mbstring/oniguruma/enc/euc_jp.c       return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
ctype             228 ext/mbstring/oniguruma/enc/euc_jp.c       if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) {
ctype             236 ext/mbstring/oniguruma/enc/euc_jp.c     ctype -= (ONIGENC_MAX_STD_CTYPE + 1);
ctype             237 ext/mbstring/oniguruma/enc/euc_jp.c     if (ctype >= (unsigned int )PropertyListNum)
ctype             240 ext/mbstring/oniguruma/enc/euc_jp.c     return onig_is_in_code_range((UChar* )PropertyList[ctype], code);
ctype             247 ext/mbstring/oniguruma/enc/euc_jp.c get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out,
ctype             250 ext/mbstring/oniguruma/enc/euc_jp.c   if (ctype <= ONIGENC_MAX_STD_CTYPE) {
ctype             258 ext/mbstring/oniguruma/enc/euc_jp.c     ctype -= (ONIGENC_MAX_STD_CTYPE + 1);
ctype             259 ext/mbstring/oniguruma/enc/euc_jp.c     if (ctype >= (OnigCtype )PropertyListNum)
ctype             262 ext/mbstring/oniguruma/enc/euc_jp.c     *ranges = PropertyList[ctype];
ctype              87 ext/mbstring/oniguruma/enc/euc_kr.c euckr_is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype              89 ext/mbstring/oniguruma/enc/euc_kr.c   return onigenc_mb2_is_code_ctype(ONIG_ENCODING_EUC_KR, code, ctype);
ctype              78 ext/mbstring/oniguruma/enc/euc_tw.c euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype              80 ext/mbstring/oniguruma/enc/euc_tw.c   return onigenc_mb4_is_code_ctype(ONIG_ENCODING_EUC_TW, code, ctype);
ctype             108 ext/mbstring/oniguruma/enc/gb18030.c gb18030_is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             110 ext/mbstring/oniguruma/enc/gb18030.c   return onigenc_mb4_is_code_ctype(ONIG_ENCODING_GB18030, code, ctype);
ctype              32 ext/mbstring/oniguruma/enc/iso8859_1.c #define ENC_IS_ISO_8859_1_CTYPE(code,ctype) \
ctype              33 ext/mbstring/oniguruma/enc/iso8859_1.c   ((EncISO_8859_1_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             247 ext/mbstring/oniguruma/enc/iso8859_1.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             250 ext/mbstring/oniguruma/enc/iso8859_1.c     return ENC_IS_ISO_8859_1_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_10.c #define ENC_IS_ISO_8859_10_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_10.c   ((EncISO_8859_10_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             147 ext/mbstring/oniguruma/enc/iso8859_10.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             150 ext/mbstring/oniguruma/enc/iso8859_10.c     return ENC_IS_ISO_8859_10_CTYPE(code, ctype);
ctype              32 ext/mbstring/oniguruma/enc/iso8859_11.c #define ENC_IS_ISO_8859_11_CTYPE(code,ctype) \
ctype              33 ext/mbstring/oniguruma/enc/iso8859_11.c   ((EncISO_8859_11_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype              71 ext/mbstring/oniguruma/enc/iso8859_11.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype              74 ext/mbstring/oniguruma/enc/iso8859_11.c     return ENC_IS_ISO_8859_11_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_13.c #define ENC_IS_ISO_8859_13_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_13.c   ((EncISO_8859_13_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             151 ext/mbstring/oniguruma/enc/iso8859_13.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             154 ext/mbstring/oniguruma/enc/iso8859_13.c     return ENC_IS_ISO_8859_13_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_14.c #define ENC_IS_ISO_8859_14_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_14.c   ((EncISO_8859_14_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             148 ext/mbstring/oniguruma/enc/iso8859_14.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             151 ext/mbstring/oniguruma/enc/iso8859_14.c     return ENC_IS_ISO_8859_14_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_15.c #define ENC_IS_ISO_8859_15_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_15.c   ((EncISO_8859_15_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             152 ext/mbstring/oniguruma/enc/iso8859_15.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             155 ext/mbstring/oniguruma/enc/iso8859_15.c     return ENC_IS_ISO_8859_15_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_16.c #define ENC_IS_ISO_8859_16_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_16.c   ((EncISO_8859_16_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             147 ext/mbstring/oniguruma/enc/iso8859_16.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             150 ext/mbstring/oniguruma/enc/iso8859_16.c     return ENC_IS_ISO_8859_16_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_2.c #define ENC_IS_ISO_8859_2_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_2.c   ((EncISO_8859_2_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             210 ext/mbstring/oniguruma/enc/iso8859_2.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             213 ext/mbstring/oniguruma/enc/iso8859_2.c     return ENC_IS_ISO_8859_2_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_3.c #define ENC_IS_ISO_8859_3_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_3.c   ((EncISO_8859_3_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             151 ext/mbstring/oniguruma/enc/iso8859_3.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             154 ext/mbstring/oniguruma/enc/iso8859_3.c     return ENC_IS_ISO_8859_3_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_4.c #define ENC_IS_ISO_8859_4_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_4.c   ((EncISO_8859_4_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             150 ext/mbstring/oniguruma/enc/iso8859_4.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             153 ext/mbstring/oniguruma/enc/iso8859_4.c     return ENC_IS_ISO_8859_4_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_5.c #define ENC_IS_ISO_8859_5_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_5.c   ((EncISO_8859_5_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             131 ext/mbstring/oniguruma/enc/iso8859_5.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             134 ext/mbstring/oniguruma/enc/iso8859_5.c     return ENC_IS_ISO_8859_5_CTYPE(code, ctype);
ctype              32 ext/mbstring/oniguruma/enc/iso8859_6.c #define ENC_IS_ISO_8859_6_CTYPE(code,ctype) \
ctype              33 ext/mbstring/oniguruma/enc/iso8859_6.c   ((EncISO_8859_6_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype              71 ext/mbstring/oniguruma/enc/iso8859_6.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype              74 ext/mbstring/oniguruma/enc/iso8859_6.c     return ENC_IS_ISO_8859_6_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_7.c #define ENC_IS_ISO_8859_7_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_7.c   ((EncISO_8859_7_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             139 ext/mbstring/oniguruma/enc/iso8859_7.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             142 ext/mbstring/oniguruma/enc/iso8859_7.c     return ENC_IS_ISO_8859_7_CTYPE(code, ctype);
ctype              32 ext/mbstring/oniguruma/enc/iso8859_8.c #define ENC_IS_ISO_8859_8_CTYPE(code,ctype) \
ctype              33 ext/mbstring/oniguruma/enc/iso8859_8.c   ((EncISO_8859_8_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype              71 ext/mbstring/oniguruma/enc/iso8859_8.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype              74 ext/mbstring/oniguruma/enc/iso8859_8.c     return ENC_IS_ISO_8859_8_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/iso8859_9.c #define ENC_IS_ISO_8859_9_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/iso8859_9.c   ((EncISO_8859_9_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             151 ext/mbstring/oniguruma/enc/iso8859_9.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             154 ext/mbstring/oniguruma/enc/iso8859_9.c     return ENC_IS_ISO_8859_9_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/koi8.c #define ENC_IS_KOI8_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/koi8.c   ((EncKOI8_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             138 ext/mbstring/oniguruma/enc/koi8.c koi8_is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             141 ext/mbstring/oniguruma/enc/koi8.c     return ENC_IS_KOI8_CTYPE(code, ctype);
ctype              33 ext/mbstring/oniguruma/enc/koi8_r.c #define ENC_IS_KOI8_R_CTYPE(code,ctype) \
ctype              34 ext/mbstring/oniguruma/enc/koi8_r.c   ((EncKOI8_R_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype             131 ext/mbstring/oniguruma/enc/koi8_r.c koi8_r_is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             134 ext/mbstring/oniguruma/enc/koi8_r.c     return ENC_IS_KOI8_R_CTYPE(code, ctype);
ctype             164 ext/mbstring/oniguruma/enc/sjis.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             167 ext/mbstring/oniguruma/enc/sjis.c     return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
ctype             169 ext/mbstring/oniguruma/enc/sjis.c     if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) {
ctype             244 ext/mbstring/oniguruma/enc/sjis.c   hash_data_type ctype;
ctype             248 ext/mbstring/oniguruma/enc/sjis.c   if (onig_st_lookup_strend(PropertyNameTable, p, end, &ctype) == 0) {
ctype             252 ext/mbstring/oniguruma/enc/sjis.c   return (int )ctype;
ctype             256 ext/mbstring/oniguruma/enc/sjis.c is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype             258 ext/mbstring/oniguruma/enc/sjis.c   if (ctype <= ONIGENC_MAX_STD_CTYPE) {
ctype             260 ext/mbstring/oniguruma/enc/sjis.c       return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
ctype             262 ext/mbstring/oniguruma/enc/sjis.c       if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) {
ctype             270 ext/mbstring/oniguruma/enc/sjis.c     ctype -= (ONIGENC_MAX_STD_CTYPE + 1);
ctype             271 ext/mbstring/oniguruma/enc/sjis.c     if (ctype >= (unsigned int )PropertyListNum)
ctype             274 ext/mbstring/oniguruma/enc/sjis.c     return onig_is_in_code_range((UChar* )PropertyList[ctype], code);
ctype             281 ext/mbstring/oniguruma/enc/sjis.c get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out,
ctype             284 ext/mbstring/oniguruma/enc/sjis.c   if (ctype <= ONIGENC_MAX_STD_CTYPE) {
ctype             292 ext/mbstring/oniguruma/enc/sjis.c     ctype -= (ONIGENC_MAX_STD_CTYPE + 1);
ctype             293 ext/mbstring/oniguruma/enc/sjis.c     if (ctype >= (OnigCtype )PropertyListNum)
ctype             296 ext/mbstring/oniguruma/enc/sjis.c     *ranges = PropertyList[ctype];
ctype              32 ext/mbstring/oniguruma/enc/unicode.c #define ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code,ctype) \
ctype              33 ext/mbstring/oniguruma/enc/unicode.c   ((EncUNICODE_ISO_8859_1_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype            10748 ext/mbstring/oniguruma/enc/unicode.c onigenc_unicode_is_code_ctype(OnigCodePoint code, unsigned int ctype)
ctype            10752 ext/mbstring/oniguruma/enc/unicode.c       ctype <= ONIGENC_MAX_STD_CTYPE &&
ctype            10755 ext/mbstring/oniguruma/enc/unicode.c     return ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code, ctype);
ctype            10758 ext/mbstring/oniguruma/enc/unicode.c   if (ctype >= CODE_RANGES_NUM) {
ctype            10764 ext/mbstring/oniguruma/enc/unicode.c   return onig_is_in_code_range((UChar* )CodeRanges[ctype], code);
ctype            10769 ext/mbstring/oniguruma/enc/unicode.c onigenc_unicode_ctype_code_range(int ctype, const OnigCodePoint* ranges[])
ctype            10771 ext/mbstring/oniguruma/enc/unicode.c   if (ctype >= CODE_RANGES_NUM) {
ctype            10777 ext/mbstring/oniguruma/enc/unicode.c   *ranges = CodeRanges[ctype];
ctype            10783 ext/mbstring/oniguruma/enc/unicode.c onigenc_utf16_32_get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out,
ctype            10787 ext/mbstring/oniguruma/enc/unicode.c   return onigenc_unicode_ctype_code_range(ctype, ranges);
ctype            10808 ext/mbstring/oniguruma/enc/unicode.c 			  (st_data_t )pb->ctype);
ctype            10820 ext/mbstring/oniguruma/enc/unicode.c   hash_data_type ctype;
ctype            10843 ext/mbstring/oniguruma/enc/unicode.c   if (onig_st_lookup_strend(NameCtypeTable, buf, buf + len, &ctype) == 0) {
ctype            10847 ext/mbstring/oniguruma/enc/unicode.c   return (int )ctype;
ctype             260 ext/mbstring/oniguruma/enc/utf8.c get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out,
ctype             264 ext/mbstring/oniguruma/enc/utf8.c   return onigenc_unicode_ctype_code_range(ctype, ranges);
ctype             163 ext/mbstring/oniguruma/oniguruma.h   int    (*is_code_ctype)(OnigCodePoint code, OnigCtype ctype);
ctype             164 ext/mbstring/oniguruma/oniguruma.h   int    (*get_ctype_code_range)(OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[]);
ctype             299 ext/mbstring/oniguruma/oniguruma.h #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype)  (enc)->is_code_ctype(code,ctype)
ctype             330 ext/mbstring/oniguruma/oniguruma.h #define ONIGENC_GET_CTYPE_CODE_RANGE(enc,ctype,sbout,ranges) \
ctype             331 ext/mbstring/oniguruma/oniguruma.h         (enc)->get_ctype_code_range(ctype,sbout,ranges)
ctype            1638 ext/mbstring/oniguruma/regcomp.c       switch (NCTYPE(node)->ctype) {
ctype            2412 ext/mbstring/oniguruma/regcomp.c 	if (NCTYPE(y)->ctype == NCTYPE(x)->ctype &&
ctype            2443 ext/mbstring/oniguruma/regcomp.c 	switch (NCTYPE(y)->ctype) {
ctype            2519 ext/mbstring/oniguruma/regcomp.c         switch (NCTYPE(y)->ctype) {
ctype            4657 ext/mbstring/oniguruma/regcomp.c 	switch (NCTYPE(node)->ctype) {
ctype            6172 ext/mbstring/oniguruma/regcomp.c     switch (NCTYPE(node)->ctype) {
ctype             556 ext/mbstring/oniguruma/regenc.c onigenc_not_support_get_ctype_code_range(OnigCtype ctype ARG_UNUSED,
ctype             785 ext/mbstring/oniguruma/regenc.c       return pb->ctype;
ctype             793 ext/mbstring/oniguruma/regenc.c 			  unsigned int ctype)
ctype             796 ext/mbstring/oniguruma/regenc.c     return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
ctype             798 ext/mbstring/oniguruma/regenc.c     if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) {
ctype             808 ext/mbstring/oniguruma/regenc.c 			  unsigned int ctype)
ctype             811 ext/mbstring/oniguruma/regenc.c     return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
ctype             813 ext/mbstring/oniguruma/regenc.c     if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) {
ctype              93 ext/mbstring/oniguruma/regenc.h #define CTYPE_TO_BIT(ctype)  (1<<(ctype))
ctype              94 ext/mbstring/oniguruma/regenc.h #define CTYPE_IS_WORD_GRAPH_PRINT(ctype) \
ctype              95 ext/mbstring/oniguruma/regenc.h   ((ctype) == ONIGENC_CTYPE_WORD || (ctype) == ONIGENC_CTYPE_GRAPH ||\
ctype              96 ext/mbstring/oniguruma/regenc.h    (ctype) == ONIGENC_CTYPE_PRINT)
ctype             101 ext/mbstring/oniguruma/regenc.h   int       ctype;
ctype             119 ext/mbstring/oniguruma/regenc.h ONIG_EXTERN int onigenc_not_support_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[]));
ctype             140 ext/mbstring/oniguruma/regenc.h ONIG_EXTERN int onigenc_mb2_is_code_ctype P_((OnigEncoding enc, OnigCodePoint code, unsigned int ctype));
ctype             143 ext/mbstring/oniguruma/regenc.h ONIG_EXTERN int onigenc_mb4_is_code_ctype P_((OnigEncoding enc, OnigCodePoint code, unsigned int ctype));
ctype             147 ext/mbstring/oniguruma/regenc.h ONIG_EXTERN int onigenc_unicode_is_code_ctype P_((OnigCodePoint code, unsigned int ctype));
ctype             148 ext/mbstring/oniguruma/regenc.h ONIG_EXTERN int onigenc_utf16_32_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint *sb_out, const OnigCodePoint* ranges[]));
ctype             149 ext/mbstring/oniguruma/regenc.h ONIG_EXTERN int onigenc_unicode_ctype_code_range P_((int ctype, const OnigCodePoint* ranges[]));
ctype             182 ext/mbstring/oniguruma/regenc.h #define ONIGENC_IS_ASCII_CODE_CTYPE(code,ctype) \
ctype             183 ext/mbstring/oniguruma/regenc.h   ((OnigEncAsciiCtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)
ctype            1203 ext/mbstring/oniguruma/regparse.c   NCTYPE(node)->ctype = type;
ctype            2310 ext/mbstring/oniguruma/regparse.c       int ctype;
ctype            2947 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_WORD;
ctype            2952 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_WORD;
ctype            2957 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
ctype            2962 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
ctype            2967 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_SPACE;
ctype            2972 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_SPACE;
ctype            2978 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_XDIGIT;
ctype            2984 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_XDIGIT;
ctype            3234 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_WORD;
ctype            3241 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_WORD;
ctype            3274 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_SPACE;
ctype            3281 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_SPACE;
ctype            3288 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
ctype            3295 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
ctype            3302 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_XDIGIT;
ctype            3309 ext/mbstring/oniguruma/regparse.c       tok->u.prop.ctype = ONIGENC_CTYPE_XDIGIT;
ctype            3756 ext/mbstring/oniguruma/regparse.c add_ctype_to_cc_by_range(CClassNode* cc, int ctype ARG_UNUSED, int not,
ctype            3830 ext/mbstring/oniguruma/regparse.c add_ctype_to_cc(CClassNode* cc, int ctype, int not, ScanEnv* env)
ctype            3837 ext/mbstring/oniguruma/regparse.c   r = ONIGENC_GET_CTYPE_CODE_RANGE(enc, ctype, &sb_out, &ranges);
ctype            3839 ext/mbstring/oniguruma/regparse.c     return add_ctype_to_cc_by_range(cc, ctype, not, env->enc, sb_out, ranges);
ctype            3846 ext/mbstring/oniguruma/regparse.c   switch (ctype) {
ctype            3860 ext/mbstring/oniguruma/regparse.c 	if (! ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype))
ctype            3867 ext/mbstring/oniguruma/regparse.c 	if (ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype))
ctype            3877 ext/mbstring/oniguruma/regparse.c 	if (! ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype))
ctype            3883 ext/mbstring/oniguruma/regparse.c 	if (ONIGENC_IS_CODE_CTYPE(enc, (OnigCodePoint )c, ctype))
ctype            3960 ext/mbstring/oniguruma/regparse.c       r = add_ctype_to_cc(cc, pb->ctype, not, env);
ctype            4023 ext/mbstring/oniguruma/regparse.c   int r, ctype;
ctype            4026 ext/mbstring/oniguruma/regparse.c   ctype = fetch_char_property_to_ctype(src, end, env);
ctype            4027 ext/mbstring/oniguruma/regparse.c   if (ctype < 0) return ctype;
ctype            4032 ext/mbstring/oniguruma/regparse.c   r = add_ctype_to_cc(cc, ctype, 0, env);
ctype            4323 ext/mbstring/oniguruma/regparse.c       r = add_ctype_to_cc(cc, tok->u.prop.ctype, tok->u.prop.not, env);
ctype            4333 ext/mbstring/oniguruma/regparse.c 	int ctype;
ctype            4335 ext/mbstring/oniguruma/regparse.c 	ctype = fetch_char_property_to_ctype(&p, end, env);
ctype            4336 ext/mbstring/oniguruma/regparse.c 	if (ctype < 0) return ctype;
ctype            4337 ext/mbstring/oniguruma/regparse.c 	r = add_ctype_to_cc(cc, ctype, tok->u.prop.not, env);
ctype            5179 ext/mbstring/oniguruma/regparse.c       switch (tok->u.prop.ctype) {
ctype            5181 ext/mbstring/oniguruma/regparse.c 	*np = node_new_ctype(tok->u.prop.ctype, tok->u.prop.not);
ctype            5195 ext/mbstring/oniguruma/regparse.c           r = ONIGENC_GET_CTYPE_CODE_RANGE(env->enc, tok->u.prop.ctype,
ctype            5205 ext/mbstring/oniguruma/regparse.c             key.type = tok->u.prop.ctype;
ctype            5246 ext/mbstring/oniguruma/regparse.c             add_ctype_to_cc(cc, tok->u.prop.ctype, 0, env);
ctype              71 ext/mbstring/oniguruma/regparse.h #define NCTYPE(node)       (&((node)->u.ctype))
ctype             249 ext/mbstring/oniguruma/regparse.h   int ctype;
ctype             263 ext/mbstring/oniguruma/regparse.h     CtypeNode    ctype;
ctype            1297 ext/odbc/php_odbc.c 	SQLSMALLINT ctype;
ctype            1361 ext/odbc/php_odbc.c 				ctype = SQL_C_BINARY;
ctype            1363 ext/odbc/php_odbc.c 				ctype = SQL_C_CHAR;
ctype            1407 ext/odbc/php_odbc.c 									  ctype, result->param_info[i-1].sqltype, result->param_info[i-1].precision, result->param_info[i-1].scale,
ctype            1419 ext/odbc/php_odbc.c 									  ctype, result->param_info[i-1].sqltype, result->param_info[i-1].precision, result->param_info[i-1].scale,
ctype             645 ext/pcre/pcrelib/pcre_exec.c int ctype;
ctype            4138 ext/pcre/pcrelib/pcre_exec.c     ctype = *ecode++;      /* Code for the character type */
ctype            4141 ext/pcre/pcrelib/pcre_exec.c     if (ctype == OP_PROP || ctype == OP_NOTPROP)
ctype            4143 ext/pcre/pcrelib/pcre_exec.c       prop_fail_result = ctype == OP_NOTPROP;
ctype            4345 ext/pcre/pcrelib/pcre_exec.c       else if (ctype == OP_EXTUNI)
ctype            4379 ext/pcre/pcrelib/pcre_exec.c       if (utf) switch(ctype)
ctype            4632 ext/pcre/pcrelib/pcre_exec.c       switch(ctype)
ctype            5103 ext/pcre/pcrelib/pcre_exec.c       else if (ctype == OP_EXTUNI)
ctype            5149 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANY && IS_NEWLINE(eptr))
ctype            5152 ext/pcre/pcrelib/pcre_exec.c           switch(ctype)
ctype            5274 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANY && IS_NEWLINE(eptr))
ctype            5277 ext/pcre/pcrelib/pcre_exec.c           switch(ctype)
ctype            5622 ext/pcre/pcrelib/pcre_exec.c       else if (ctype == OP_EXTUNI)
ctype            5702 ext/pcre/pcrelib/pcre_exec.c         switch(ctype)
ctype            5807 ext/pcre/pcrelib/pcre_exec.c             if (gotspace == (ctype == OP_NOT_HSPACE)) break;
ctype            5829 ext/pcre/pcrelib/pcre_exec.c             if (gotspace == (ctype == OP_NOT_VSPACE)) break;
ctype            5936 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANYNL && eptr > pp  && UCHAR21(eptr) == CHAR_NL &&
ctype            5944 ext/pcre/pcrelib/pcre_exec.c         switch(ctype)
ctype            6179 ext/pcre/pcrelib/pcre_exec.c           if (ctype == OP_ANYNL && eptr > pp  && *eptr == CHAR_LF &&
ctype             287 ext/pdo_odbc/odbc_stmt.c 	SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0;
ctype             339 ext/pdo_odbc/odbc_stmt.c 					ctype = SQL_C_BINARY;
ctype             341 ext/pdo_odbc/odbc_stmt.c 					ctype = SQL_C_CHAR;
ctype             353 ext/pdo_odbc/odbc_stmt.c 					ctype = SQL_C_BINARY;
ctype             381 ext/pdo_odbc/odbc_stmt.c 						P->paramtype, ctype, sqltype, precision, scale,
ctype             449 ext/soap/php_sdl.c 	char *ctype;
ctype             457 ext/soap/php_sdl.c 	ctype = strrchr((char*)tmp->children->content,':');
ctype             458 ext/soap/php_sdl.c 	if (ctype == NULL) {
ctype             459 ext/soap/php_sdl.c 		ctype = (char*)tmp->children->content;
ctype             461 ext/soap/php_sdl.c 		++ctype;
ctype             463 ext/soap/php_sdl.c 	if ((message = zend_hash_str_find_ptr(&ctx->messages, ctype, strlen(ctype))) == NULL) {
ctype             661 ext/soap/php_sdl.c 	char *ctype;
ctype             663 ext/soap/php_sdl.c 	ctype = strrchr((char*)message_name,':');
ctype             664 ext/soap/php_sdl.c 	if (ctype == NULL) {
ctype             665 ext/soap/php_sdl.c 		ctype = (char*)message_name;
ctype             667 ext/soap/php_sdl.c 		++ctype;
ctype             669 ext/soap/php_sdl.c 	if ((tmp = zend_hash_str_find_ptr(&ctx->messages, ctype, strlen(ctype))) == NULL) {
ctype             759 ext/soap/php_sdl.c 				char *ctype;
ctype             829 ext/soap/php_sdl.c 				ctype = strrchr((char*)bindingAttr->children->content,':');
ctype             830 ext/soap/php_sdl.c 				if (ctype == NULL) {
ctype             831 ext/soap/php_sdl.c 					ctype = (char*)bindingAttr->children->content;
ctype             833 ext/soap/php_sdl.c 					++ctype;
ctype             835 ext/soap/php_sdl.c 				if ((tmp = zend_hash_str_find_ptr(&ctx.bindings, ctype, strlen(ctype))) == NULL) {
ctype             836 ext/soap/php_sdl.c 					soap_error1(E_ERROR, "Parsing WSDL: No <binding> element with name '%s'", ctype);
ctype             884 ext/soap/php_sdl.c 				ctype = strrchr((char*)type->children->content,':');
ctype             885 ext/soap/php_sdl.c 				if (ctype == NULL) {
ctype             886 ext/soap/php_sdl.c 					ctype = (char*)type->children->content;
ctype             888 ext/soap/php_sdl.c 					++ctype;
ctype             890 ext/soap/php_sdl.c 				if ((tmp = zend_hash_str_find_ptr(&ctx.portTypes, ctype, strlen(ctype))) == NULL) {