Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 19 of 19) sorted by relevance

/PHP-8.1/ext/mbstring/
H A Dphp_unicode.h113 #define php_unicode_is_digit(cc) php_unicode_is_prop1(cc, UC_ND) argument
115 #define php_unicode_is_cntrl(cc) php_unicode_is_prop1(cc, UC_C) argument
116 #define php_unicode_is_blank(cc) php_unicode_is_prop1(cc, UC_ZS) argument
117 #define php_unicode_is_punct(cc) php_unicode_is_prop1(cc, UC_P) argument
118 #define php_unicode_is_graph(cc) php_unicode_is_prop(cc, \ argument
122 #define php_unicode_is_print(cc) php_unicode_is_prop(cc, \ argument
135 #define php_unicode_is_rtl(cc) php_unicode_is_prop1(cc, UC_R) argument
136 #define php_unicode_is_ltr(cc) php_unicode_is_prop1(cc, UC_L) argument
148 #define php_unicode_is_math(cc) php_unicode_is_prop1(cc, UC_SM) argument
156 #define php_unicode_is_lsep(cc) php_unicode_is_prop1(cc, UC_ZL) argument
[all …]
/PHP-8.1/main/
H A Dsnprintf.c424 #define INS_CHAR(c, sp, bep, cc) \ argument
475 size_t cc = 0; in format_converter() local
1074 size_t cc; in strx_printv() local
1102 size_t cc; in ap_php_slprintf() local
1118 size_t cc = strx_printv(buf, len, format, ap); in ap_php_vslprintf() local
1129 size_t cc; in ap_php_snprintf() local
1141 size_t cc = strx_printv(buf, len, format, ap); in ap_php_vsnprintf() local
1149 int cc; in ap_php_vasprintf() local
1172 int cc; in ap_php_asprintf() local
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_match.c435 uint32_t cc, cp; in match_ref() local
989 uint32_t cc = UCHAR21(Feptr); in match() local
1014 uint32_t cc = UCHAR21(Feptr); in match() local
1338 uint32_t cc; /* Faster than PCRE2_UCHAR */ in match() local
1354 uint32_t cc; /* Faster than PCRE2_UCHAR */ in match() local
1375 uint32_t cc; /* Faster than PCRE2_UCHAR */ in match() local
3002 uint32_t cc; in match() local
3019 uint32_t cc; in match() local
3036 uint32_t cc; in match() local
3053 uint32_t cc; in match() local
[all …]
H A Dpcre2_jit_compile.c246 PCRE2_SPTR cc; member
832 static PCRE2_SPTR bracketend(PCRE2_SPTR cc) in bracketend()
841 static int no_alternatives(PCRE2_SPTR cc) in no_alternatives()
867 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode()
1576 static int get_class_iterator_size(PCRE2_SPTR cc) in get_class_iterator_size()
1748 PCRE2_SPTR cc = common->start; in set_private_data_ptrs() local
12189 PCRE2_SPTR cc = current->cc; in compile_iterator_backtrackingpath() local
12317 PCRE2_SPTR cc = current->cc; in compile_ref_iterator_backtrackingpath() local
12362 PCRE2_SPTR cc = current->cc; in compile_assert_backtrackingpath() local
12435 PCRE2_SPTR cc = current->cc; in compile_bracket_backtrackingpath() local
[all …]
H A Dpcre2_pattern_info.c273 PCRE2_SPTR cc; in pcre2_callout_enumerate() local
H A Dpcre2_study.c117 PCRE2_UCHAR *cc = (PCRE2_UCHAR *)code + 1 + LINK_SIZE; in find_minlength() local
H A Dpcre2_compile.c977 uint32_t cc; in show_parsed() local
1169 uint32_t cc = *pptr++; in show_parsed() local
1506 uint32_t c, cc; in PRIV() local
/PHP-8.1/ext/hash/
H A Dhash_ripemd.c222 uint32_t aa = state[0], bb = state[1], cc = state[2], dd = state[3]; in RIPEMD128Transform() local
313 uint32_t aa = state[4], bb = state[5], cc = state[6], dd = state[7]; in RIPEMD256Transform() local
411 uint32_t aa = state[0], bb = state[1], cc = state[2], dd = state[3], ee = state[4]; in RIPEMD160Transform() local
510 uint32_t aa = state[5], bb = state[6], cc = state[7], dd = state[8], ee = state[9]; in RIPEMD320Transform() local
/PHP-8.1/ext/standard/
H A Dflock_compat.c168 char cc = *cp; in inet_aton() local
H A Diptc.c91 char cc; in php_iptc_get1() local
H A Dpack.c994 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION() local
/PHP-8.1/Zend/Optimizer/
H A Dpass1.c239 zend_class_constant *cc; in zend_optimizer_pass1() local
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1846 sljit_ins cc; in sljit_emit_jump() local
2182 sljit_ins cc; in sljit_emit_op_flags() local
2234 sljit_uw cc, tmp; in sljit_emit_cmov() local
H A DsljitNativeARM_64.c1805 sljit_ins cc; in sljit_emit_op_flags() local
1853 sljit_ins cc; in sljit_emit_cmov() local
H A DsljitNativeARM_32.c2594 sljit_uw cc, ins; in sljit_emit_op_flags() local
2634 sljit_uw cc, tmp; in sljit_emit_cmov() local
/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php176 …string $subject, string $message, ?string $additional_headers = null, ?string $cc = null, ?string …
H A Dphp_imap.c3516 zend_string *cc, zend_string *bcc, zend_string* rpath) in _php_imap_mail()
3690 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
/PHP-8.1/ext/gd/libgd/
H A Dgd.c1212 #define BLEND_COLOR(a, nc, c, cc) \ argument
/PHP-8.1/Zend/
H A Dzend_compile.c1699 zend_class_constant *cc; in zend_try_ct_eval_class_const() local

Completed in 189 milliseconds