Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 73) sorted by last modified time

123

/PHP-7.4/
H A Dconfigure.ac178 AC_PROG_CC([cc gcc])
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c835 do cc += GET(cc, 1); while (*cc == OP_ALT); in bracketend()
847 cc += GET(cc, 1); in no_alternatives()
5468 cc += GET(cc, 1); in scan_prefix()
9593 cc += GET(cc, 1); in compile_assert_matchingpath()
9780 cc += GET(cc, 1); in compile_assert_matchingpath()
10189 cc += GET(cc, 1); in compile_bracket_matchingpath()
10585 cc += GET(cc, 1); in compile_bracket_matchingpath()
10854 cc += GET(cc, 1); in compile_bracketpos_matchingpath()
12395 cc += GET(cc, 1); in compile_bracket_backtrackingpath()
13228 cc += GET(cc, 1); in compile_recurse()
[all …]
H A Dpcre2_match.c435 uint32_t cc, cp; in match_ref() local
439 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref()
1020 if (cc != fc && cc != UCD_OTHERCASE(fc)) RRETURN(MATCH_NOMATCH); in match()
1343 if (Lc != cc && Loc != cc) RRETURN(MATCH_NOMATCH); in match()
1362 if (Lc != cc && Loc != cc) RRETURN(MATCH_NOMATCH); in match()
1380 if (Lc != cc && Loc != cc) break; in match()
3007 if (cc >= 128 || (mb->ctypes[cc] & ctype_digit) == 0) in match()
3024 if (cc < 128 && (mb->ctypes[cc] & ctype_space) != 0) in match()
3041 if (cc >= 128 || (mb->ctypes[cc] & ctype_space) == 0) in match()
3058 if (cc < 128 && (mb->ctypes[cc] & ctype_word) != 0) in match()
[all …]
H A Dpcre2_study.c158 cs = cc + GET(cc, 1); in find_minlength()
190 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
212 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
239 nextbranch = cc + GET(cc, 1); in find_minlength()
253 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
276 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
289 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
290 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
323 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
399 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
[all …]
H A Dpcre2_compile.c974 uint32_t cc; in show_parsed() local
978 else for (cc = ESCAPES_FIRST; cc <= ESCAPES_LAST; cc++) in show_parsed()
982 if (cc > ESCAPES_LAST) cc = CHAR_QUESTION_MARK; in show_parsed()
1167 if (cc > 32 && cc < 128) fprintf(stderr, "%c", cc); in show_parsed()
1489 uint32_t c, cc; in PRIV() local
1626 cc = 0; in PRIV()
1636 cc = (cc << 4) | xc; in PRIV()
1654 cc = (cc << 4) | xc; in PRIV()
1656 cc = (cc << 4) | xc; in PRIV()
1836 cc = *ptr++; in PRIV()
[all …]
/PHP-7.4/build/
H A Dconfig.guess126 for driver in cc gcc c89 c99 ; do
H A Dphp.m4257 …*.cpp|*.cc|*.cxx[)] ac_comp="$b_cxx_pre $3 $ac_inc $b_cxx_meta -c $ac_srcdir$ac_src -o $ac_bdir$ac…
453 dnl Can be passed to native cc/libtool
457 dnl cc-specific
H A Dlibtool.m4147 test -z "$CC" && CC=cc
1798 …sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/…
/PHP-7.4/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-7.4/ext/imap/
H A Dphp_imap.c432 ZEND_ARG_INFO(0, cc)
3651 PHP_RFC822_PARSE_ADRLIST(&env->cc, pvalue); in PHP_FUNCTION()
4067 if (cc) { in _php_imap_mail()
4068 bufferLen += strlen(cc) + 6; in _php_imap_mail()
4105 if (cc && *cc) { in _php_imap_mail()
4107 strlcat(bufferHeader, cc, bufferLen + 1); in _php_imap_mail()
4109 tempMailTo = estrdup(cc); in _php_imap_mail()
4110 bt_len = strlen(cc); in _php_imap_mail()
4183 if (cc && cc[0]) fprintf(sendmail, "Cc: %s\n", cc); in _php_imap_mail()
4210 &headers, &cc, &bcc, &rpath) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/
H A Dflock_compat.c181 register char cc = *cp; in inet_aton() local
183 switch (cc) { in inet_aton()
194 acc = acc * 10 + (cc - '0'); in inet_aton()
H A Diptc.c101 char cc; in php_iptc_get1() local
108 cc = c; in php_iptc_get1()
109 PUTC(cc); in php_iptc_get1()
/PHP-7.4/Zend/
H A Dzend_compile.c1470 zend_class_constant *cc; in zend_try_ct_eval_class_const() local
1474 cc = zend_hash_find_ptr(&CG(active_class_entry)->constants_table, name); in zend_try_ct_eval_class_const()
1478 cc = zend_hash_find_ptr(&ce->constants_table, name); in zend_try_ct_eval_class_const()
1490 if (!cc || !zend_verify_ct_const_access(cc, CG(active_class_entry))) { in zend_try_ct_eval_class_const()
1494 c = &cc->value; in zend_try_ct_eval_class_const()
/PHP-7.4/ext/imap/tests/
H A Dbug80710_1.phpt11 $envelope["cc"] = "bar@example.com\nFrom: X-INJECTED";
H A Dbug80710_2.phpt11 $envelope["cc"] = "bar@example.com\nFrom: X-INJECTED";
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1835 sljit_ins cc; in sljit_emit_jump() local
1848 cc = get_cc(type); in sljit_emit_jump()
1849 jump->flags |= cc << 8; in sljit_emit_jump()
2171 sljit_ins cc; in sljit_emit_op_flags() local
2178 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
2182 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4)); in sljit_emit_op_flags()
2200 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4)); in sljit_emit_op_flags()
2205 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_op_flags()
2223 sljit_uw cc, tmp; in sljit_emit_cmov() local
2230 cc = get_cc(type & 0xff); in sljit_emit_cmov()
[all …]
H A DsljitNativeARM_32.c2511 sljit_uw cc, ins; in sljit_emit_op_flags() local
2518 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
2523 FAIL_IF(push_inst(compiler, ((MOV | RD(dst_reg) | SRC2_IMM | 1) & ~COND_MASK) | cc)); in sljit_emit_op_flags()
2534 FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 1) & ~COND_MASK) | cc)); in sljit_emit_op_flags()
2537 …FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 0) & ~COND_MASK) | (cc in sljit_emit_op_flags()
2551 sljit_uw cc, tmp; in sljit_emit_cmov() local
2558 cc = get_cc(type & 0xff); in sljit_emit_cmov()
2563 return push_inst(compiler, ((MOV | RD(dst_reg) | tmp) & ~COND_MASK) | cc); in sljit_emit_cmov()
2567 return push_inst(compiler, ((MVN | RD(dst_reg) | tmp) & ~COND_MASK) | cc); in sljit_emit_cmov()
2571 …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.c1805 sljit_ins cc; in sljit_emit_op_flags() local
1811 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
1815 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(dst_r) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
1840 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(TMP_REG2) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
1853 sljit_ins cc; in sljit_emit_cmov() local
1866 cc = get_cc(type & 0xff); in sljit_emit_cmov()
1869 return push_inst(compiler, (CSEL ^ inv_bits) | (cc << 12) | RD(dst_reg) | RN(dst_reg) | RM(src)); in sljit_emit_cmov()
/PHP-7.4/ext/openssl/tests/
H A Dbug79881.phpt26 cc+wLMic6UZ1QrXcvo9efj6/bjLHTee39u4SlIcuL20x97993HZyqP5ZSi+QkKfr
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c225 zend_class_constant *cc; in zend_optimizer_pass1() local
228 if ((cc = zend_hash_find_ptr(&ce->constants_table, in zend_optimizer_pass1()
230 (Z_ACCESS_FLAGS(cc->value) & ZEND_ACC_PPP_MASK) == ZEND_ACC_PUBLIC) { in zend_optimizer_pass1()
231 c = &cc->value; in zend_optimizer_pass1()
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt76 // expect cc and dd to be 10 and 30
77 list($cc,,$dd) = array(10,20,30,40);
78 echo "CC=$cc DD=$dd\n";
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c130 int cc = 0; in format_converter() local
805 return (cc); in format_converter()
810 int cc; in strx_printv() local
833 *ccp = cc; in strx_printv()
838 int cc; in phpdbg_xml_vsnprintf() local
841 return (cc); in phpdbg_xml_vsnprintf()
846 int cc; in phpdbg_xml_vasprintf() local
854 if (cc >= 0) { in phpdbg_xml_vasprintf()
855 *buf = emalloc(++cc); in phpdbg_xml_vasprintf()
856 if ((cc = phpdbg_xml_vsnprintf(*buf, cc, format, escape_xml, ap)) < 0) { in phpdbg_xml_vasprintf()
[all …]
/PHP-7.4/main/
H A Dsnprintf.c1221 int cc; in strx_printv() local
1251 int cc; in ap_php_slprintf() local
1261 return cc; in ap_php_slprintf()
1267 int cc; in ap_php_vslprintf() local
1274 return cc; in ap_php_vslprintf()
1280 int cc; in ap_php_snprintf() local
1292 int cc; in ap_php_vsnprintf() local
1302 int cc; in ap_php_vasprintf() local
1319 return cc; in ap_php_vasprintf()
1325 int cc; in ap_php_asprintf() local
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt267 cc => cc
299 ec => cc
H A Dstrtolower-win32.phpt267 cc => ec

Completed in 235 milliseconds

123