| /PHP_5_3/ |
| H A D | config.guess | 718 else echo c2-convex-bsd 1462 c2*) 1465 else echo c2-convex-bsd
|
| H A D | config.sub | 466 convex-c2) 467 basic_machine=c2-convex
|
| H A D | run-tests.php | 2172 $c2 = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $idx2+1, $cnt1, $cnt2, 10); variable 2174 if ($c1 > $c2) { 2177 } else if ($c2 > 0) {
|
| /PHP_5_3/ext/ereg/regex/ |
| H A D | regcomp.c | 1287 == static int samesets(register struct re_guts *g, int c1, int c2); 1290 samesets(g, c1, c2) 1293 int c2; 1299 register unsigned uc2 = (unsigned char)c2; 1318 register int c2; local 1329 for (c2 = c+1; c2 <= UCHAR_MAX; c2++) 1330 if (cats[c2] == 0 && samesets(g, c, c2)) [all...] |
| H A D | regcomp.ih | 39 static int samesets(register struct re_guts *g, int c1, int c2);
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 10065 ** CREATE TABLE Ex1(c1 int, c2 int, c3 text); 20076 int c2 = (*zIn++); \ 20077 c2 += ((*zIn++)<<8); \ 20078 c = (c2&0x03FF) + ((c&0x003F)<<10) + (((c&0x03C0)+0x0040)<<10); \ 20086 int c2 = ((*zIn++)<<8); \ 20087 c2 += (*zIn++); \ 20088 c = (c2&0x03FF) + ((c&0x003F)<<10) + (((c&0x03C0)+0x0040)<<10); \ 57248 Mem c2; local 82761 u32 c, c2; local [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | crypt_blowfish.c | 392 unsigned int tmp, c1, c2, c3, c4; local 396 BF_safe_atoi64(c2, *sptr++); 397 *dptr++ = (c1 << 2) | ((c2 & 0x30) >> 4); 401 *dptr++ = ((c2 & 0x0F) << 4) | ((c3 & 0x3C) >> 2); 419 unsigned int c1, c2; local 430 c2 = *sptr++; 431 c1 |= c2 >> 4; 433 c1 = (c2 & 0x0f) << 2; 439 c2 = *sptr++; 440 c1 |= c2 >> [all...] |
| H A D | iptc.c | 126 int c1, c2; local 130 if ((c2 = php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC)) == EOF) return M_EOI; 132 length = (((unsigned char) c1) << 8) + ((unsigned char) c2);
|
| H A D | levenshtein.c | 33 int i1, i2, c0, c1, c2; local 60 c2 = p2[i2] + cost_ins; 61 if (c2 < c0) { 62 c0 = c2;
|
| /PHP_5_3/win32/ |
| H A D | fnmatch.c | 156 char c, c2; local 181 && (c2 = *(pattern+1)) != EOS && c2 != ']') { 183 if (c2 == '\\' && !(flags & FNM_NOESCAPE)) 184 c2 = *pattern++; 185 if (c2 == EOS) 189 c2 = tolower((unsigned char)c2); 192 (unsigned char)test <= (unsigned char)c2)
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gd_topal.c | 478 int c0, c1, c2; local 495 for (c2 = c2min; c2 <= c2max; c2++) 508 for (c2 = c2min; c2 <= c2max; c2++) 521 for (c2 = c2min; c2 <= c2max; c2 609 int c0, c1, c2, cmax; local 723 int c0, c1, c2; local 1203 fill_inverse_cmap( j_decompress_ptr cinfo, int c0, int c1, int c2) argument 1302 register int c0, c1, c2; local [all...] |
| H A D | gdkanji.c | 234 register unsigned char c2 = *p2; local 235 register int adjust = c2 < 159; 237 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126;
|
| /PHP_5_3/ext/json/ |
| H A D | utf8_decode.c | 158 int c2 = cont(utf8); local 159 if (c1 < 0 || c2 < 0) { 162 r = ((c & 0x0F) << 12) | (c1 << 6) | c2; 170 int c2 = cont(utf8); local 172 if (c1 < 0 || c2 < 0 || c3 < 0) { 175 r = ((c & 0x0F) << 18) | (c1 << 12) | (c2 << 6) | c3;
|
| /PHP_5_3/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_cp51932.c | 101 #define sjistoidx(c1, c2) \ 103 ? (((c1) - 0xc1) * 188 + (c2) - (((c2) > 0x7e) ? 0x41 : 0x40)) \ 104 : (((c1) - 0x81) * 188 + (c2) - (((c2) > 0x7e) ? 0x41 : 0x40))) 209 int c1, c2, s1; local 258 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; 259 while (c1 < c2) { /* CP932 vendor ext1 (13ku) */ 268 c2 = cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; 269 while (c1 < c2) { /* CP93 [all...] |
| H A D | mbfilter_cp932.c | 99 #define SJIS_ENCODE(c1,c2,s1,s2) \ 109 s2 = c2; \ 111 if ((c2) < 0x60) { \ 120 #define SJIS_DECODE(c1,c2,s1,s2) \ 130 s2 = c2; \ 234 int c1, c2, s1, s2; local 249 c2 = s1%94 + 0x21; 250 s1 = (c1 << 8) | c2; 286 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; 287 while (c1 < c2) { /* CP93 [all...] |
| H A D | mbfilter_euc_cn.c | 160 int c1, c2, s; local 175 c2 = s & 0xff; 177 if (c1 < 0xa1 || c2 < 0xa1) { /* exclude CP936 extension */
|
| H A D | mbfilter_euc_jp_win.c | 261 int c1, c2, s1; local 275 c2 = s1%94 + 0x21; 276 s1 = (c1 << 8) | c2; 280 c2 = s1%94 + 0xa1; 281 s1 = (c1 << 8) | c2; 328 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; 329 while (c1 < c2) { /* CP932 vendor ext1 (13ku) */ 340 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; 341 while (c1 < c2) { /* CP932 vendor ext3 (115ku - 119ku) */
|
| H A D | mbfilter_euc_kr.c | 176 int c1, c2, s; local 197 c2 = s & 0xff; 199 if (c1 < 0xa1 || c2 < 0xa1){
|
| H A D | mbfilter_iso2022_jp_ms.c | 81 #define sjistoidx(c1, c2) \ 83 ? (((c1) - 0xc1) * 188 + (c2) - (((c2) > 0x7e) ? 0x41 : 0x40)) \ 84 : (((c1) - 0x81) * 188 + (c2) - (((c2) > 0x7e) ? 0x41 : 0x40))) 295 int c1, c2, s1, s2; local 310 c2 = s1%94 + 0x21; 311 s1 = (c1 << 8) | c2; 346 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; 347 while (c1 < c2) { /* CP93 [all...] |
| H A D | mbfilter_iso2022_kr.c | 198 int c1, c2, s; local 219 c2 = s & 0xff; 221 if (c1 < 0xa1 || c2 < 0xa1){
|
| H A D | mbfilter_sjis.c | 99 #define SJIS_ENCODE(c1,c2,s1,s2) \ 109 s2 = c2; \ 111 if ((c2) < 0x60) { \ 120 #define SJIS_DECODE(c1,c2,s1,s2) \ 130 s2 = c2; \ 214 int c1, c2, s1, s2; local 262 c2 = s1 & 0xff; 263 SJIS_ENCODE(c1, c2, s1, s2);
|
| H A D | mbfilter_sjis_open.c | 99 #define SJIS_ENCODE(c1,c2,s1,s2) \ 109 s2 = c2; \ 111 if ((c2) < 0x60) { \ 120 #define SJIS_DECODE(c1,c2,s1,s2) \ 130 s2 = c2; \ 234 int c1, c2, s1, s2; local 249 c2 = s1%94 + 0x21; 250 s1 = (c1 << 8) | c2; 286 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; 287 while (c1 < c2) { /* CP93 [all...] |
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | regparse.c | 2750 OnigCodePoint c, c2; local 2821 c2 = PPEEK; 2822 if (c2 == '{' && 2829 PFETCH(c2); 2830 if (c2 == '^') { 2848 c2 = PPEEK; 2849 if (ONIGENC_IS_CODE_XDIGIT(enc, c2))
|
| /PHP_5_3/Zend/ |
| H A D | zend_multibyte.c | 708 unsigned char c1, c2; local 744 c2 = *p++; 747 if (c2 >= 0x9e) { 748 c2 -= 0x7e; 750 } else if (c2 > 0x7f) { 751 c2 -= 0x20; 753 c2 -= 0x1f; 757 c2 |= 0x80; 760 *q++ = c2; 775 c2 828 unsigned char c1, c2; local [all...] |
| H A D | zend_operators.c | 1933 int c1, c2; local 1939 c2 = zend_tolower((int)*(unsigned char *)s2++); 1940 if (c1 != c2) { 1941 return c1 - c2; 1952 int c1, c2; local 1958 c2 = zend_tolower((int)*(unsigned char *)s2++); 1959 if (c1 != c2) { 1960 return c1 - c2;
|