ctype_xdigit 108 ctype/ctype.c PHP_FE(ctype_xdigit, arginfo_ctype_xdigit) ctype_xdigit 166 pcre/pcrelib/dftables.c ctype_space, ctype_letter, ctype_digit, ctype_xdigit, ctype_word, ctype_xdigit 816 pcre/pcrelib/pcre_compile.c if (MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0 ctype_xdigit 817 pcre/pcrelib/pcre_compile.c && MAX_255(ptr[2]) && (digitab[ptr[2]] & ctype_xdigit) != 0 ctype_xdigit 818 pcre/pcrelib/pcre_compile.c && MAX_255(ptr[3]) && (digitab[ptr[3]] & ctype_xdigit) != 0 ctype_xdigit 819 pcre/pcrelib/pcre_compile.c && MAX_255(ptr[4]) && (digitab[ptr[4]] & ctype_xdigit) != 0) ctype_xdigit 1028 pcre/pcrelib/pcre_compile.c if (MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0 ctype_xdigit 1029 pcre/pcrelib/pcre_compile.c && MAX_255(ptr[2]) && (digitab[ptr[2]] & ctype_xdigit) != 0) ctype_xdigit 1052 pcre/pcrelib/pcre_compile.c while (MAX_255(*pt) && (digitab[*pt] & ctype_xdigit) != 0) ctype_xdigit 1076 pcre/pcrelib/pcre_compile.c while (MAX_255(*pt) && (digitab[*pt] & ctype_xdigit) != 0) pt++; ctype_xdigit 1094 pcre/pcrelib/pcre_compile.c while (i++ < 2 && MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0) ctype_xdigit 131 pcre/pcrelib/pcre_maketables.c if (isxdigit(i)) x += ctype_xdigit;