/PHP-8.3/ext/mbstring/ |
H A D | php_unicode.h | 115 #define php_unicode_is_digit(cc) php_unicode_is_prop1(cc, UC_ND) argument 117 #define php_unicode_is_cntrl(cc) php_unicode_is_prop1(cc, UC_C) argument 118 #define php_unicode_is_blank(cc) php_unicode_is_prop1(cc, UC_ZS) argument 119 #define php_unicode_is_punct(cc) php_unicode_is_prop1(cc, UC_P) argument 120 #define php_unicode_is_graph(cc) php_unicode_is_prop(cc, \ argument 124 #define php_unicode_is_print(cc) php_unicode_is_prop(cc, \ argument 137 #define php_unicode_is_rtl(cc) php_unicode_is_prop1(cc, UC_R) argument 138 #define php_unicode_is_ltr(cc) php_unicode_is_prop1(cc, UC_L) argument 150 #define php_unicode_is_math(cc) php_unicode_is_prop1(cc, UC_SM) argument 158 #define php_unicode_is_lsep(cc) php_unicode_is_prop1(cc, UC_ZL) argument [all …]
|
/PHP-8.3/main/ |
H A D | snprintf.c | 426 #define INS_CHAR(c, sp, bep, cc) \ argument 477 size_t cc = 0; in format_converter() local 1076 size_t cc; in strx_printv() local 1104 size_t cc; in ap_php_slprintf() local 1120 size_t cc = strx_printv(buf, len, format, ap); in ap_php_vslprintf() local 1131 size_t cc; in ap_php_snprintf() local 1143 size_t cc = strx_printv(buf, len, format, ap); in ap_php_vsnprintf() local 1151 int cc; in ap_php_vasprintf() local 1174 int cc; in ap_php_asprintf() local
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 246 PCRE2_SPTR cc; member 837 static PCRE2_SPTR bracketend(PCRE2_SPTR cc) in bracketend() 846 static int no_alternatives(PCRE2_SPTR cc) in no_alternatives() 872 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode() 1581 static int get_class_iterator_size(PCRE2_SPTR cc) in get_class_iterator_size() 1753 PCRE2_SPTR cc = common->start; in set_private_data_ptrs() local 12420 PCRE2_SPTR cc = current->cc; in compile_iterator_backtrackingpath() local 12548 PCRE2_SPTR cc = current->cc; in compile_ref_iterator_backtrackingpath() local 12593 PCRE2_SPTR cc = current->cc; in compile_assert_backtrackingpath() local 12666 PCRE2_SPTR cc = current->cc; in compile_bracket_backtrackingpath() local [all …]
|
H A D | pcre2_match.c | 437 uint32_t cc, cp; in match_ref() local 1004 uint32_t cc = UCHAR21(Feptr); in match() local 1029 uint32_t cc = UCHAR21(Feptr); in match() local 1353 uint32_t cc; /* Faster than PCRE2_UCHAR */ in match() local 1369 uint32_t cc; /* Faster than PCRE2_UCHAR */ in match() local 1390 uint32_t cc; /* Faster than PCRE2_UCHAR */ in match() local 3093 uint32_t cc; in match() local 3110 uint32_t cc; in match() local 3127 uint32_t cc; in match() local 3144 uint32_t cc; in match() local [all …]
|
H A D | pcre2_pattern_info.c | 273 PCRE2_SPTR cc; in pcre2_callout_enumerate() local
|
H A D | pcre2_study.c | 117 PCRE2_UCHAR *cc = (PCRE2_UCHAR *)code + 1 + LINK_SIZE; in find_minlength() local
|
H A D | pcre2_compile.c | 979 uint32_t cc; in show_parsed() local 1171 uint32_t cc = *pptr++; in show_parsed() local 1510 uint32_t c, cc; in PRIV() local
|
/PHP-8.3/ext/hash/ |
H A D | hash_ripemd.c | 222 uint32_t aa = state[0], bb = state[1], cc = state[2], dd = state[3]; in RIPEMD128Transform() local 314 uint32_t aa = state[4], bb = state[5], cc = state[6], dd = state[7]; in RIPEMD256Transform() local 413 uint32_t aa = state[0], bb = state[1], cc = state[2], dd = state[3], ee = state[4]; in RIPEMD160Transform() local 513 uint32_t aa = state[5], bb = state[6], cc = state[7], dd = state[8], ee = state[9]; in RIPEMD320Transform() local
|
/PHP-8.3/ext/standard/ |
H A D | flock_compat.c | 168 char cc = *cp; in inet_aton() local
|
H A D | iptc.c | 91 char cc; in php_iptc_get1() local
|
H A D | pack.c | 1001 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION() local
|
/PHP-8.3/Zend/Optimizer/ |
H A D | pass1.c | 171 zend_class_constant *cc = zend_hash_find_ptr( in zend_optimizer_pass1() local
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 2275 sljit_ins cc; in sljit_emit_jump() local 2666 sljit_ins cc; in sljit_emit_op_flags() local 2718 sljit_uw cc, tmp; in sljit_emit_cmov() local
|
H A D | sljitNativeARM_64.c | 2091 sljit_ins cc; in sljit_emit_op_flags() local 2139 sljit_ins cc; in sljit_emit_cmov() local
|
H A D | sljitNativeARM_32.c | 3099 sljit_uw cc, ins; in sljit_emit_op_flags() local 3139 sljit_uw cc, tmp; in sljit_emit_cmov() local
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.stub.php | 408 …function imap_open(string $mailbox, string $user, #[\SensitiveParameter] string $password, int $fl…
|
H A D | php_imap.c | 3683 zend_string *cc, zend_string *bcc, zend_string* rpath) in _php_imap_mail() 3857 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd.c | 1212 #define BLEND_COLOR(a, nc, c, cc) \ argument
|
/PHP-8.3/Zend/ |
H A D | zend_compile.c | 1793 zend_class_constant *cc; in zend_try_ct_eval_class_const() local
|