/PHP-5.6/ext/mbstring/ |
H A D | php_unicode.h | 114 #define php_unicode_is_digit(cc) php_unicode_is_prop(cc, UC_ND, 0) argument 118 #define php_unicode_is_blank(cc) php_unicode_is_prop(cc, UC_ZS, 0) argument 128 #define php_unicode_is_upper(cc) php_unicode_is_prop(cc, UC_LU, 0) argument 129 #define php_unicode_is_lower(cc) php_unicode_is_prop(cc, UC_LL, 0) argument 145 #define php_unicode_is_hex(cc) php_unicode_is_prop(cc, 0, UC_HD) argument 154 #define php_unicode_is_rtl(cc) php_unicode_is_prop(cc, UC_R, 0) argument 155 #define php_unicode_is_ltr(cc) php_unicode_is_prop(cc, UC_L, 0) argument 168 #define php_unicode_is_dash(cc) php_unicode_is_prop(cc, UC_PD, 0) argument 169 #define php_unicode_is_math(cc) php_unicode_is_prop(cc, UC_SM, 0) argument 177 #define php_unicode_is_lsep(cc) php_unicode_is_prop(cc, UC_ZL, 0) argument [all …]
|
/PHP-5.6/main/ |
H A D | snprintf.c | 532 #define INS_CHAR(c, sp, bep, cc) \ argument 591 int cc = 0; in format_converter() local 1212 int cc; in strx_printv() local 1242 unsigned int cc; in ap_php_slprintf() local 1258 unsigned int cc; in ap_php_vslprintf() local 1271 int cc; in ap_php_snprintf() local 1283 int cc; in ap_php_vsnprintf() local 1293 int cc; in ap_php_vasprintf() local 1316 int cc; in ap_php_asprintf() local
|
H A D | spprintf.c | 836 int cc; in spprintf() local
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 231 pcre_uchar *cc; member 544 static pcre_uchar *bracketend(pcre_uchar *cc) in bracketend() 553 static int no_alternatives(pcre_uchar *cc) in no_alternatives() 584 static pcre_uchar *next_opcode(compiler_common *common, pcre_uchar *cc) in next_opcode() 898 static int get_class_iterator_size(pcre_uchar *cc) in get_class_iterator_size() 1062 pcre_uchar *cc = common->start; in set_private_data_ptrs() local 8601 pcre_uchar *cc = current->cc; in compile_iterator_backtrackingpath() local 8745 pcre_uchar *cc = current->cc; in compile_ref_iterator_backtrackingpath() local 8796 pcre_uchar *cc = current->cc; in compile_assert_backtrackingpath() local 8867 pcre_uchar *cc = current->cc; in compile_bracket_backtrackingpath() local [all …]
|
H A D | pcre_exec.c | 238 pcre_uint32 cc, cp; in match_ref() local 3279 pcre_uint32 cc = UCHAR21(eptr); in match() local 3542 pcre_uint32 cc; /* Faster than pcre_uchar */ in match() local 3557 pcre_uint32 cc; /* Faster than pcre_uchar */ in match() local 3577 pcre_uint32 cc; /* Faster than pcre_uchar */ in match() local 4542 pcre_uint32 cc; in match() local 4559 pcre_uint32 cc; in match() local 4576 pcre_uint32 cc; in match() local 4593 pcre_uint32 cc; in match() local 4610 pcre_uint32 cc; in match() local
|
H A D | pcre_compile.c | 1069 register pcre_uint32 cc = *(++ptr); in check_escape() local 1280 register pcre_uint32 cc = *ptr++; in check_escape() local 1319 register pcre_uint32 cc = *(++ptr); in check_escape() local 1352 register pcre_uint32 cc = *ptr++; in check_escape() local 1402 pcre_uint32 cc; /* Some compilers don't like */ in check_escape() local 1742 register pcre_uchar *cc = code + 1 + LINK_SIZE; in find_fixedlength() local 9527 pcre_uchar *cc = (pcre_uchar *)codestart; in pcre_compile2() local
|
H A D | pcre_study.c | 93 register pcre_uchar *cc = (pcre_uchar *)code + 1 + LINK_SIZE; in find_minlength() local
|
/PHP-5.6/ext/standard/ |
H A D | flock_compat.c | 187 register char cc = *cp; in inet_aton() local
|
H A D | iptc.c | 103 char cc; in php_iptc_get1() local
|
H A D | pack.c | 832 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION() local
|
/PHP-5.6/ext/hash/ |
H A D | hash_ripemd.c | 206 php_hash_uint32 aa = state[0], bb = state[1], cc = state[2], dd = state[3]; in RIPEMD128Transform() local 297 php_hash_uint32 aa = state[4], bb = state[5], cc = state[6], dd = state[7]; in RIPEMD256Transform() local 395 php_hash_uint32 aa = state[0], bb = state[1], cc = state[2], dd = state[3], ee = state[4]; in RIPEMD160Transform() local 494 php_hash_uint32 aa = state[5], bb = state[6], cc = state[7], dd = state[8], ee = state[9]; in RIPEMD320Transform() local
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regparse.c | 1047 CClassNode* cc = NCCLASS(node); in onig_node_free() local 1130 initialize_cclass(CClassNode* cc) in initialize_cclass() 1154 CClassNode* cc; in node_new_cclass_by_codepoint_range() local 4029 CClassNode* cc; in parse_char_property() local 4193 CClassNode *cc, *prev_cc; in parse_char_class() local 4911 CClassNode* cc = NCCLASS(node); in i_free_shared_class() local 4937 clear_not_flag_cclass(CClassNode* cc, OnigEncoding enc) in clear_not_flag_cclass() 4962 CClassNode* cc; member 4973 CClassNode* cc; in i_apply_case_fold() local 5200 CClassNode* cc; in parse_exp() local [all …]
|
H A D | regint.h | 663 #define NCCLASS_FLAGS(cc) ((cc)->flags) argument 664 #define NCCLASS_FLAG_SET(cc,flag) (NCCLASS_FLAGS(cc) |= (flag)) argument 665 #define NCCLASS_FLAG_CLEAR(cc,flag) (NCCLASS_FLAGS(cc) &= ~(flag)) argument 666 #define IS_NCCLASS_FLAG_ON(cc,flag) ((NCCLASS_FLAGS(cc) & (flag)) != 0) argument
|
H A D | regcomp.c | 577 compile_length_cclass_node(CClassNode* cc, regex_t* reg) in compile_length_cclass_node() 607 compile_cclass_node(CClassNode* cc, regex_t* reg) in compile_cclass_node() 2533 CClassNode* cc = NCCLASS(y); in is_not_included() local 4626 CClassNode* cc = NCCLASS(node); in optimize_node_left() local 5624 onig_is_code_in_cc_len(int elen, OnigCodePoint code, CClassNode* cc) in onig_is_code_in_cc_len() 5647 onig_is_code_in_cc(OnigEncoding enc, OnigCodePoint code, CClassNode* cc) in onig_is_code_in_cc() 5963 CClassNode *cc; in onig_print_compiled_byte_code() local
|
/PHP-5.6/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 56 #define ishdigit(cc) (((cc) >= '0' && (cc) <= '9') ||\ argument
|
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 1917 sljit_ins cc; in sljit_emit_jump() local 1981 sljit_ins cc, ins; in sljit_emit_op_flags() local
|
H A D | sljitNativeARM_64.c | 1973 sljit_ins cc; in sljit_emit_op_flags() local
|
H A D | sljitNativeARM_32.c | 2484 sljit_uw cc, ins; in sljit_emit_op_flags() local
|
/PHP-5.6/ext/imap/ |
H A D | php_imap.c | 3908 int _php_imap_mail(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char… in _php_imap_mail() 4073 char *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NULL; in PHP_FUNCTION() local
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd.c | 1274 #define BLEND_COLOR(a, nc, c, cc) \ argument
|