Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/
H A Dphp_unicode.h115 #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.2/main/
H A Dsnprintf.c426 #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.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c246 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 Dpcre2_match.c437 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 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.c979 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.2/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.2/ext/hash/
H A Dhash_ripemd.c222 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.2/Zend/Optimizer/
H A Dpass1.c165 zend_class_constant *cc = zend_hash_find_ptr( in zend_optimizer_pass1() local
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2275 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 DsljitNativeARM_64.c2091 sljit_ins cc; in sljit_emit_op_flags() local
2139 sljit_ins cc; in sljit_emit_cmov() local
H A DsljitNativeARM_32.c3099 sljit_uw cc, ins; in sljit_emit_op_flags() local
3139 sljit_uw cc, tmp; in sljit_emit_cmov() local
/PHP-8.2/ext/gd/libgd/
H A Dgd.c1212 #define BLEND_COLOR(a, nc, c, cc) \ argument
/PHP-8.2/Zend/
H A Dzend_compile.c1811 zend_class_constant *cc; in zend_try_ct_eval_class_const() local

Completed in 170 milliseconds