Home
last modified time | relevance | path

Searched refs:cc (Results 51 – 75 of 84) sorted by relevance

1234

/PHP-8.3/ext/imap/
H A Dphp_imap.c3292 PHP_RFC822_PARSE_ADRLIST(&env->cc, pvalue); in PHP_FUNCTION()
3709 if (cc) { in _php_imap_mail()
3710 bufferLen += ZSTR_LEN(cc) + 6; in _php_imap_mail()
3747 if (cc && ZSTR_LEN(cc) != 0) { in _php_imap_mail()
3749 strlcat(bufferHeader, ZSTR_VAL(cc), bufferLen + 1); in _php_imap_mail()
3751 tempMailTo = estrdup(ZSTR_VAL(cc)); in _php_imap_mail()
3752 bt_len = ZSTR_LEN(cc); in _php_imap_mail()
3829 if (cc && ZSTR_LEN(cc) != 0) { in _php_imap_mail()
3830 fprintf(sendmail, "Cc: %s\n", ZSTR_VAL(cc)); in _php_imap_mail()
3860 &headers, &cc, &bcc, &rpath) == FAILURE) { in PHP_FUNCTION()
[all …]
H A Dphp_imap.stub.php568 …ng $subject, string $message, ?string $additional_headers = null, ?string $cc = null, ?string $bcc…
H A Dphp_imap_arginfo.h339 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, cc, IS_STRING, 1, "null")
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua1810 for cc,n in pairs(map_cc) do
1811 map_op["j"..cc.."_1"] = format("J.:n0F8%XJ", n) -- short: 7%X
1812 map_op["set"..cc.."_1"] = format("mb:n0F9%X2m", n)
1813 map_op["cmov"..cc.."_2"] = format("rmqdw:0F4%XrM", n) -- P6+
1834 for cc,n in pairs{ b=0, e=1, be=2, u=3, nb=4, ne=5, nbe=6, nu=7 } do
1836 map_op["fcmov"..cc.."_1"] = format("ff:%04Xr", nc) -- P6+
1837 map_op["fcmov"..cc.."_2"] = format("Fff:%04XR", nc) -- P6+
H A Ddasm_arm.lua235 eq = 0, ne = 1, cs = 2, cc = 3, mi = 4, pl = 5, vs = 6, vc = 7,
1108 local k1, cc, k2 = match(k, "^(.-)(..)([._].*)$")
1109 local cv = map_cond[cc]
H A Ddasm_arm64.lua242 eq = 0, ne = 1, cs = 2, cc = 3, mi = 4, pl = 5, vs = 6, vc = 7,
/PHP-8.3/ext/mbstring/tests/
H A Dmb_str_split_other.phpt103 [74, 65, 73, 74, 20, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, ca, cb, cc, cd, ce, cf]
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c3099 sljit_uw cc, ins; in sljit_emit_op_flags() local
3106 cc = get_cc(compiler, type); in sljit_emit_op_flags()
3111 FAIL_IF(push_inst(compiler, ((MOV | RD(dst_reg) | SRC2_IMM | 1) & ~COND_MASK) | cc)); in sljit_emit_op_flags()
3122 FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 1) & ~COND_MASK) | cc)); in sljit_emit_op_flags()
3125 …FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 0) & ~COND_MASK) | (cc in sljit_emit_op_flags()
3139 sljit_uw cc, tmp; in sljit_emit_cmov() local
3144 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_cmov()
3149 return push_inst(compiler, ((MOV | RD(dst_reg) | tmp) & ~COND_MASK) | cc); in sljit_emit_cmov()
3153 return push_inst(compiler, ((MVN | RD(dst_reg) | tmp) & ~COND_MASK) | cc); in sljit_emit_cmov()
3157 …FAIL_IF(push_inst(compiler, (MOVW & ~COND_MASK) | cc | RD(dst_reg) | ((tmp << 4) & 0xf0000) | (tmp… in sljit_emit_cmov()
[all …]
H A DsljitNativeARM_64.c2091 sljit_ins cc; in sljit_emit_op_flags() local
2097 cc = get_cc(compiler, type); in sljit_emit_op_flags()
2101 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(dst_r) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
2126 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(TMP_REG2) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
2139 sljit_ins cc; in sljit_emit_cmov() local
2152 cc = get_cc(compiler, type & ~SLJIT_32); in sljit_emit_cmov()
2154 return push_inst(compiler, (CSEL ^ inv_bits) | (cc << 12) | RD(dst_reg) | RN(dst_reg) | RM(src)); in sljit_emit_cmov()
/PHP-8.3/ext/phar/tests/
H A Dphar_createdefaultstub.phpt53 'cc' => 'text/plain',
347 'cc' => 'text/plain',
649 'cc' => 'text/plain',
H A Dphar_setdefaultstub.phpt73 'cc' => 'text/plain',
368 'cc' => 'text/plain',
663 'cc' => 'text/plain',
/PHP-8.3/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt250 LATIN CAPITAL LETTER I WITH GRAVE: &#xCC; => cc
251 &#xCC; => cc
H A Dhtml_entity_decode_macroman.phpt359 &#xC3; => cc
385 LATIN CAPITAL LETTER A WITH TILDE: &#xC3; => cc
H A Dhtml_entity_decode_iso8859-5.phpt250 CYRILLIC CAPITAL LETTER SOFT SIGN: &#x42C; => cc
H A Dhtml_entity_decode_win1251.phpt382 CYRILLIC CAPITAL LETTER EM: &#x41C; => cc
H A Dhtml_entity_decode_cp866.phpt378 BOX DRAWINGS DOUBLE VERTICAL AND RIGHT: &#x2560; => cc
/PHP-8.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar18 'cc' => 'text/plain',
H A Dopenssl.phar18 'cc' => 'text/plain',
/PHP-8.3/ext/phar/tests/files/
H A Dinclude_path2.phar18 'cc' => 'text/plain',
H A Dnophar.phar18 'cc' => 'text/plain',
H A Dopenssl.phar18 'cc' => 'text/plain',
H A Dopenssl256.phar18 'cc' => 'text/plain',
H A Dopenssl512.phar18 'cc' => 'text/plain',
/PHP-8.3/ext/gd/libgd/
H A Dgd.c1212 #define BLEND_COLOR(a, nc, c, cc) \ argument
1213 nc = (cc) + (((((c) - (cc)) * (a)) + ((((c) - (cc)) * (a)) >> 8) + 0x80) >> 8);
/PHP-8.3/build/
H A Dltmain.sh606 *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
788 *.cc) xform=cc ;;

Completed in 94 milliseconds

1234