Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dphp_unicode.h118 #define php_unicode_is_digit(cc) php_unicode_is_prop1(cc, UC_ND) argument
121 #define php_unicode_is_blank(cc) php_unicode_is_prop1(cc, UC_ZS) argument
131 #define php_unicode_is_title(cc) php_unicode_is_prop1(cc, UC_LT) argument
147 #define php_unicode_is_rtl(cc) php_unicode_is_prop1(cc, UC_R) argument
148 #define php_unicode_is_ltr(cc) php_unicode_is_prop1(cc, UC_L) argument
158 #define php_unicode_is_modif(cc) php_unicode_is_prop1(cc, UC_LM) argument
159 #define php_unicode_is_letnum(cc) php_unicode_is_prop1(cc, UC_NL) argument
161 #define php_unicode_is_dash(cc) php_unicode_is_prop1(cc, UC_PD) argument
162 #define php_unicode_is_math(cc) php_unicode_is_prop1(cc, UC_SM) argument
170 #define php_unicode_is_lsep(cc) php_unicode_is_prop1(cc, UC_ZL) argument
[all …]
/PHP-8.0/main/
H A Dsnprintf.c524 #define INS_CHAR(c, sp, bep, cc) \ argument
583 int cc = 0; in format_converter() local
1196 int cc; in strx_printv() local
1226 int cc; in ap_php_slprintf() local
1242 int cc; in ap_php_vslprintf() local
1255 int cc; in ap_php_snprintf() local
1267 int cc; in ap_php_vsnprintf() local
1277 int cc; in ap_php_vasprintf() local
1300 int cc; in ap_php_asprintf() local
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_match.c435 uint32_t cc, cp; in match_ref() local
987 uint32_t cc = UCHAR21(Feptr); in match() local
1012 uint32_t cc = UCHAR21(Feptr); in match() local
1336 uint32_t cc; /* Faster than PCRE2_UCHAR */ in match() local
1352 uint32_t cc; /* Faster than PCRE2_UCHAR */ in match() local
1373 uint32_t cc; /* Faster than PCRE2_UCHAR */ in match() local
3000 uint32_t cc; in match() local
3017 uint32_t cc; in match() local
3034 uint32_t cc; in match() local
3051 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()
1583 static int get_class_iterator_size(PCRE2_SPTR cc) in get_class_iterator_size()
1754 PCRE2_SPTR cc = common->start; in set_private_data_ptrs() local
12112 PCRE2_SPTR cc = current->cc; in compile_iterator_backtrackingpath() local
12240 PCRE2_SPTR cc = current->cc; in compile_ref_iterator_backtrackingpath() local
12285 PCRE2_SPTR cc = current->cc; in compile_assert_backtrackingpath() local
12358 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.c974 uint32_t cc; in show_parsed() local
1166 uint32_t cc = *pptr++; in show_parsed() local
1489 uint32_t c, cc; in PRIV() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c64 #define INS_CHAR(c, sp, bep, cc) \ argument
128 int cc = 0; in format_converter() local
808 int cc; in strx_printv() local
836 int cc; in phpdbg_xml_vsnprintf() local
844 int cc; in phpdbg_xml_vasprintf() local
/PHP-8.0/ext/standard/
H A Dflock_compat.c168 register char cc = *cp; in inet_aton() local
H A Diptc.c91 char cc; in php_iptc_get1() local
H A Dpack.c984 char cc = (input[inputpos + ipos] >> nibbleshift) & 0xf; in PHP_FUNCTION() local
/PHP-8.0/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.0/ext/opcache/Optimizer/
H A Dpass1.c267 zend_class_constant *cc; in zend_optimizer_pass1() local
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1835 sljit_ins cc; in sljit_emit_jump() local
2171 sljit_ins cc; in sljit_emit_op_flags() local
2223 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.c2511 sljit_uw cc, ins; in sljit_emit_op_flags() local
2551 sljit_uw cc, tmp; in sljit_emit_cmov() local
/PHP-8.0/ext/imap/
H A Dphp_imap.stub.php254 …string $subject, string $message, ?string $additional_headers = null, ?string $cc = null, ?string …
H A Dphp_imap.c3557 zend_string *cc, zend_string *bcc, zend_string* rpath) in _php_imap_mail()
3731 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
/PHP-8.0/ext/gd/libgd/
H A Dgd.c1212 #define BLEND_COLOR(a, nc, c, cc) \ argument
/PHP-8.0/Zend/
H A Dzend_compile.c1639 zend_class_constant *cc; in zend_try_ct_eval_class_const() local

Completed in 201 milliseconds