Home
last modified time | relevance | path

Searched refs:c (Results 26 – 50 of 2617) sorted by relevance

12345678910>>...105

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_open.c153 if (c >= 0 && c < 0x80) { /* latin */ in mbfl_filt_conv_sjis_open_wchar()
155 } else if (c > 0xa0 && c < 0xe0) { /* kana */ in mbfl_filt_conv_sjis_open_wchar()
157 } else if (c > 0x80 && c < 0xfd && c != 0xa0) { /* kanji first char */ in mbfl_filt_conv_sjis_open_wchar()
170 if (c >= 0x40 && c <= 0xfc && c != 0x7f) { in mbfl_filt_conv_sjis_open_wchar()
210 } else if ((c >= 0 && c < 0x21) || c == 0x7f) { /* CTLs */ in mbfl_filt_conv_sjis_open_wchar()
225 return c; in mbfl_filt_conv_sjis_open_wchar()
327 return c; in mbfl_filt_conv_wchar_sjis_open()
333 if (c < 0x40 || c > 0xfc || c == 0x7f) { /* bad */ in mbfl_filt_ident_sjis_open()
337 } else if (c >= 0 && c < 0x80) { /* latin ok */ in mbfl_filt_ident_sjis_open()
339 } else if (c > 0xa0 && c < 0xe0) { /* kana ok */ in mbfl_filt_ident_sjis_open()
[all …]
H A Dmbfilter_iso2022_jp_ms.c85 #define idxtojis1(c) (((c) / 94) + 0x21) argument
86 #define idxtojis2(c) (((c) % 94) + 0x21) argument
111 } else if (c >= 0 && c < 0x80) { /* latin, CTLs */ in mbfl_filt_conv_2022jpms_wchar()
113 } else if (c > 0xa0 && c < 0xe0) { /* GR kana */ in mbfl_filt_conv_2022jpms_wchar()
128 if (c > 0x20 && c < 0x7f) { in mbfl_filt_conv_2022jpms_wchar()
178 } else if ((c >= 0 && c < 0x21) || c == 0x7f) { /* CTLs */ in mbfl_filt_conv_2022jpms_wchar()
213 if (c == 0x40 || c == 0x42) { /* '@' or 'B' */ in mbfl_filt_conv_2022jpms_wchar()
232 if (c == 0x40 || c == 0x42) { /* '@' or 'B' */ in mbfl_filt_conv_2022jpms_wchar()
271 return c; in mbfl_filt_conv_2022jpms_wchar()
463 } else if (c < 0x21 || c > 0x7e) { /* bad */ in mbfl_filt_ident_2022jpms()
[all …]
H A Dmbfilter_hz.c89 if (c == 0x7e) { in mbfl_filt_conv_hz_wchar()
94 } else if (c >= 0 && c < 0x80) { /* latin, CTLs */ in mbfl_filt_conv_hz_wchar()
107 if (c1 > 0x20 && c1 < 0x7f && c > 0x20 && c < 0x7f) { in mbfl_filt_conv_hz_wchar()
120 } else if ((c >= 0 && c < 0x21) || c == 0x7f) { /* CTLs */ in mbfl_filt_conv_hz_wchar()
147 return c; in mbfl_filt_conv_hz_wchar()
159 if (c >= ucs_a1_cp936_table_min && c < ucs_a1_cp936_table_max) { in mbfl_filt_conv_wchar_hz()
175 if (c == 0) { in mbfl_filt_conv_wchar_hz()
209 return c; in mbfl_filt_conv_wchar_hz()
234 } else if (c >= 0 && c < 0x80) { /* latin, CTLs */ in mbfl_filt_ident_hz()
244 if (c < 0x21 || c > 0x7e) { /* bad */ in mbfl_filt_ident_hz()
[all …]
H A Dmbfilter_cp5022x.c258 } else if (c > 0xa0 && c < 0xe0) { /* GR kana */ in mbfl_filt_conv_jis_ms_wchar()
272 if (c > 0x20 && c < 0x7f) { in mbfl_filt_conv_jis_ms_wchar()
312 } else if ((c >= 0 && c < 0x21) || c == 0x7f) { /* CTLs */ in mbfl_filt_conv_jis_ms_wchar()
347 if (c == 0x40 || c == 0x42) { /* '@' or 'B' */ in mbfl_filt_conv_jis_ms_wchar()
366 if (c == 0x40 || c == 0x42) { /* '@' or 'B' */ in mbfl_filt_conv_jis_ms_wchar()
386 if (c == 0x42 || c == 0x48) { /* 'B' or 'H' */ in mbfl_filt_conv_jis_ms_wchar()
405 return c; in mbfl_filt_conv_jis_ms_wchar()
1001 } else if (c < 0x21 || c > 0x7e) { /* bad */ in mbfl_filt_ident_jis_ms()
1093 if (c < 0x21 || c > 0x7e) { /* bad */ in mbfl_filt_ident_cp50220()
1169 if (c < 0x21 || c > 0x7e) { /* bad */ in mbfl_filt_ident_cp50221()
[all …]
H A Dmbfilter_iso2022_kr.c99 } else if ((filter->status & 0x10) == 0 && c >= 0 && c < 0x80) { in mbfl_filt_conv_2022kr_wchar()
118 if (flag > 0 && c > 0x20 && c < 0x7f) { in mbfl_filt_conv_2022kr_wchar()
143 } else if ((c >= 0 && c < 0x21) || c == 0x7f) { /* CTLs */ in mbfl_filt_conv_2022kr_wchar()
189 return c; in mbfl_filt_conv_2022kr_wchar()
202 if (c >= ucs_a1_uhc_table_min && c < ucs_a1_uhc_table_max) { in mbfl_filt_conv_wchar_2022kr()
222 s = c; in mbfl_filt_conv_wchar_2022kr()
233 if (c == 0) { in mbfl_filt_conv_wchar_2022kr()
269 return c; in mbfl_filt_conv_wchar_2022kr()
303 } else if (c >= 0 && c < 0x80) { /* latin, CTLs */ in mbfl_filt_ident_2022kr()
313 if (c < 0x21 || c > 0x7e) { /* bad */ in mbfl_filt_ident_2022kr()
[all …]
H A Dmbfilter_armscii8.c84 if (c >= 0 && c < armscii8_ucs_table_min) { in mbfl_filt_conv_armscii8_wchar()
85 s = c; in mbfl_filt_conv_armscii8_wchar()
86 } else if (c >= armscii8_ucs_table_min && c < 0x100) { in mbfl_filt_conv_armscii8_wchar()
89 s = c; in mbfl_filt_conv_armscii8_wchar()
94 s = c; in mbfl_filt_conv_armscii8_wchar()
101 return c; in mbfl_filt_conv_armscii8_wchar()
112 if (c >= 0x28 && c < 0x30) { in mbfl_filt_conv_wchar_armscii8()
115 s = c; in mbfl_filt_conv_wchar_armscii8()
139 return c; in mbfl_filt_conv_wchar_armscii8()
144 if (c >= armscii8_ucs_table_min && c <= 0xff) in mbfl_filt_ident_armscii8()
[all …]
H A DMakefile.am6 mbfilter_hz.c \
7 mbfilter_euc_tw.c \
8 mbfilter_big5.c \
9 mbfilter_euc_jp.c \
10 mbfilter_jis.c \
13 mbfilter_cp1254.c \
14 mbfilter_cp1252.c \
15 mbfilter_cp1251.c \
16 mbfilter_ascii.c \
34 mbfilter_sjis.c \
[all …]
H A Dmbfilter_utf7.c100 if (c >= 0x41 && c <= 0x5a) { /* A - Z */ in mbfl_filt_conv_utf7_wchar()
102 } else if (c >= 0x61 && c <= 0x7a) { /* a - z */ in mbfl_filt_conv_utf7_wchar()
104 } else if (c >= 0x30 && c <= 0x39) { /* 0 - 9 */ in mbfl_filt_conv_utf7_wchar()
134 } else if (c >= 0 && c < 0x80) { /* ASCII */ in mbfl_filt_conv_utf7_wchar()
241 return c; in mbfl_filt_conv_utf7_wchar()
252 if (c >= 0 && c < 0x80) { /* ASCII */ in mbfl_filt_conv_wchar_utf7()
253 if (c >= 0x41 && c <= 0x5a) { /* A - Z */ in mbfl_filt_conv_wchar_utf7()
255 } else if (c >= 0x61 && c <= 0x7a) { /* a - z */ in mbfl_filt_conv_wchar_utf7()
425 } else if (c == 0x5c || c == 0x7e || c < 0 || c > 0x7f) { /* illegal character */ in mbfl_filt_ident_utf7()
434 if (c >= 0x41 && c <= 0x5a) { /* A - Z */ in mbfl_filt_ident_utf7()
[all …]
H A Dmbfilter_cp1252.c85 if (c >= 0x100) { in mbfl_filt_conv_wchar_cp1252()
90 if (c == cp1252_ucs_table[n] && c != 0xfffe) { in mbfl_filt_conv_wchar_cp1252()
98 s = c & MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_cp1252()
101 else if (c >= 0 && c < 0x100) { in mbfl_filt_conv_wchar_cp1252()
102 s = c; in mbfl_filt_conv_wchar_cp1252()
111 return c; in mbfl_filt_conv_wchar_cp1252()
121 if (c >= 0x80 && c < 0xa0) { in mbfl_filt_conv_cp1252_wchar()
124 s = c; in mbfl_filt_conv_cp1252_wchar()
129 return c; in mbfl_filt_conv_cp1252_wchar()
140 if (c >= 0x80 && c < 0xa0) in mbfl_filt_ident_cp1252()
[all …]
H A Dmbfilter_ucs4.c134 n = c & 0xff; in mbfl_filt_conv_ucs4_wchar()
163 n = c & 0xff; in mbfl_filt_conv_ucs4_wchar()
180 return c; in mbfl_filt_conv_ucs4_wchar()
200 n = (c & 0xff) << 8; in mbfl_filt_conv_ucs4be_wchar()
207 return c; in mbfl_filt_conv_ucs4be_wchar()
215 if (c >= 0 && c < MBFL_WCSGROUP_UCS4MAX) { in mbfl_filt_conv_wchar_ucs4be()
226 return c; in mbfl_filt_conv_wchar_ucs4be()
238 n = (c & 0xff); in mbfl_filt_conv_ucs4le_wchar()
253 return c; in mbfl_filt_conv_ucs4le_wchar()
261 if (c >= 0 && c < MBFL_WCSGROUP_UCS4MAX) { in mbfl_filt_conv_wchar_ucs4le()
[all …]
H A Dmbfilter_cp1254.c87 s = c; in mbfl_filt_conv_wchar_cp1254()
92 if (c == cp1254_ucs_table[n] && c != 0xfffe) { in mbfl_filt_conv_wchar_cp1254()
111 return c; in mbfl_filt_conv_wchar_cp1254()
122 if (c >= 0 && c < cp1254_ucs_table_min) { in mbfl_filt_conv_cp1254_wchar()
123 s = c; in mbfl_filt_conv_cp1254_wchar()
124 } else if (c >= cp1254_ucs_table_min && c < 0x100) { in mbfl_filt_conv_cp1254_wchar()
127 s = c; in mbfl_filt_conv_cp1254_wchar()
132 s = c; in mbfl_filt_conv_cp1254_wchar()
139 return c; in mbfl_filt_conv_cp1254_wchar()
150 if (c >= 0x80 && c < 0xff) in mbfl_filt_ident_cp1254()
[all …]
/PHP-5.3/ext/sqlite/
H A Dconfig.w3223 EXTENSION("sqlite", "sqlite.c sess_sqlite.c pdo_sqlite2.c", null,
28 ADD_SOURCES(configure_module_dirname + "/libsqlite/src", "opcodes.c parse.c encode.c \
29 auth.c btree.c build.c delete.c expr.c func.c hash.c insert.c \
30 main.c os.c pager.c printf.c random.c select.c table.c tokenize.c \
31 update.c util.c vdbe.c attach.c btree_rb.c pragma.c vacuum.c \
32 copy.c where.c trigger.c vdbeaux.c date.c", "sqlite");
/PHP-5.3/ext/bcmath/libbcmath/src/
H A DMakefile.am7 libbcmath_a_SOURCES= add.c compare.c debug.c div.c divmod.c doaddsub.c \
8 init.c int2num.c nearzero.c neg.c num2long.c num2str.c output.c \
9 raise.c raisemod.c recmul.c rmzero.c sqrt.c str2num.c sub.c zero.c \
10 outofmem.c rt.c
/PHP-5.3/ext/bcmath/
H A Dconfig.w327 EXTENSION("bcmath", "bcmath.c", null, "-Iext/bcmath/libbcmath/src");
8 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
9 outofmem.c raisemod.c rt.c sub.c compare.c divmod.c int2num.c \
10 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
11 nearzero.c num2str.c raise.c rmzero.c str2num.c", "bcmath");
H A Dconfig.m49 PHP_NEW_EXTENSION(bcmath, bcmath.c \
10 ….c libbcmath/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/outofmem.c libbcmath…
11 …math/src/compare.c libbcmath/src/divmod.c libbcmath/src/int2num.c libbcmath/src/num2long.c libbcma…
12 …/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/src/nearzero…
13 libbcmath/src/rmzero.c libbcmath/src/str2num.c,
/PHP-5.3/ext/dom/
H A Dconfig.m421 PHP_NEW_EXTENSION(dom, [php_dom.c attr.c document.c domerrorhandler.c \
22 domstringlist.c domexception.c namelist.c \
23 processinginstruction.c cdatasection.c \
24 documentfragment.c domimplementation.c \
25 element.c node.c string_extend.c characterdata.c \
26 documenttype.c domimplementationlist.c entity.c \
27 nodelist.c text.c comment.c domconfiguration.c \
28 domimplementationsource.c entityreference.c \
29 notation.c xpath.c dom_iterators.c \
30 typeinfo.c domerror.c domlocator.c namednodemap.c userdatahandler.c],
/PHP-5.3/ext/zip/
H A Dconfig.m474 PHP_ZIP_SOURCES="$PHP_ZIP_SOURCES lib/zip_add.c lib/zip_error.c lib/zip_fclose.c \
75 lib/zip_fread.c lib/zip_open.c lib/zip_source_filep.c \
76 lib/zip_strerror.c lib/zip_close.c lib/zip_error_get.c \
77 lib/zip_file_error_get.c lib/zip_free.c lib/zip_rename.c \
85 lib/zip_entry_free.c lib/zip_error_to_str.c lib/zip_fopen.c \
89 lib/zip_new.c lib/zip_source_file.c lib/zip_stat_index.c \
91 … lib/zip_unchange_archive.c lib/zip_memdup.c lib/zip_stat_init.c lib/zip_add_dir.c \
93 lib/zip_fdopen.c lib/zip_fopen_encrypted.c lib/zip_fopen_index_encrypted.c \
96 lib/zip_set_file_extra.c lib/zip_source_close.c lib/zip_source_crc.c \
97 lib/zip_source_deflate.c lib/zip_source_error.c lib/zip_source_layered.c \
[all …]
/PHP-5.3/ext/dba/libcdb/
H A Dcdb.c90 c->loop = 0; in cdb_findstart()
99 c->fp = fp; in cdb_init()
135 if (!c->loop) { in cdb_findnext()
143 c->khash = u; in cdb_findnext()
147 c->kpos = c->hpos + u; in cdb_findnext()
150 while (c->loop < c->hslots) { in cdb_findnext()
151 if (cdb_read(c, buf, 8, c->kpos TSRMLS_CC) == -1) in cdb_findnext()
156 c->loop += 1; in cdb_findnext()
157 c->kpos += 8; in cdb_findnext()
158 if (c->kpos == c->hpos + (c->hslots << 3)) in cdb_findnext()
[all …]
/PHP-5.3/ext/phar/
H A Dbuild_precommand.php33 $c = count($f); variable
34 while ($c && (strlen($f[$c]) == 0 || $f[$c] == "\n" || $f[$c] == "\r\n")) {
35 unset($f[$c--]);
37 if (substr($f[$c], -2) == "\r\n") {
38 $f[$c] = substr($f[$c], 0, -2);
40 if (substr($f[$c], -1) == "\n") {
41 $f[$c] = substr($f[$c], 0, -1);
43 if (substr($f[$c], -2) == '?>') {
44 $f[$c] = substr($f[$c], 0,-2);
46 while ($c && (strlen($f[$c]) == 0 || $f[$c] == "\n" || $f[$c] == "\r\n")) {
[all …]
/PHP-5.3/ext/intl/collator/
H A Dcollator_is_numeric.c42 c = *++u; in collator_u_strtod()
46 if (c == 0x2D /*'-'*/ || c == 0x2B /*'+'*/) { in collator_u_strtod()
47 c = *++u; in collator_u_strtod()
50 while (c >= 0x30 /*'0'*/ && c <= 0x39 /*'9'*/) { in collator_u_strtod()
52 c = *++u; in collator_u_strtod()
56 c = *++u; in collator_u_strtod()
57 while (c >= 0x30 /*'0'*/ && c <= 0x39 /*'9'*/) { in collator_u_strtod()
67 c = *++u; in collator_u_strtod()
68 if (c == 0x2D /*'-'*/ || c == 0x2B /*'+'*/) { in collator_u_strtod()
72 while (c >= 0x30 /*'0'*/ && c <= 0x39 /*'9'*/) { in collator_u_strtod()
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation25.phpt37 "%Lc", " %c", "%c ",
38 "\t%c", "\n%c", "%4c",
39 "%30c", "%[a-bA-B@#$&]", "%*c"
59 string(1) "c"
61 string(1) "c"
70 string(1) "c"
74 string(1) "c"
76 string(1) "c"
85 string(1) "c"
89 string(1) "c"
[all …]
H A Dsprintf_variation27.phpt19 "%Lc", " %c", "%c ",
20 "\t%c", "\n%c", "%4c",
21 "%30c", "%[a-bA-B@#$&]", "%*c"
41 string(1) "c"
43 string(1) "c"
52 string(1) "c"
56 string(1) "c"
58 string(1) "c"
67 string(1) "c"
71 string(1) "c"
[all …]
H A Dsprintf_variation21.phpt37 "%Lc", " %c", "%c ",
38 "\t%c", "\n%c", "%4c",
39 "%30c", "%[a-bA-B@#$&]", "%*c"
59 string(1) "c"
61 string(1) "c"
70 string(1) "c"
74 string(1) "c"
76 string(1) "c"
85 string(1) "c"
89 string(1) "c"
[all …]
H A Dsprintf_variation24.phpt31 "%Lc", " %c", "%c ",
32 "\t%c", "\n%c", "%4c",
33 "%30c", "%[a-bA-B@#$&]", "%*c"
53 string(1) "c"
55 string(1) "c"
64 string(1) "c"
68 string(1) "c"
70 string(1) "c"
79 string(1) "c"
83 string(1) "c"
[all …]
/PHP-5.3/Zend/
H A Dzend_constants.c35 free(c->name); in free_zend_constant()
41 c->name = zend_strndup(c->name, c->name_len - 1); in copy_zend_constant()
179 zend_constant c; in zend_register_long_constant() local
183 c.flags = flags; in zend_register_long_constant()
193 zend_constant c; in zend_register_double_constant() local
197 c.flags = flags; in zend_register_double_constant()
207 zend_constant c; in zend_register_stringl_constant() local
212 c.flags = flags; in zend_register_stringl_constant()
425 lowercase_name = estrndup(c->name, c->name_len-1); in zend_register_constant()
431 lowercase_name = estrndup(c->name, c->name_len-1); in zend_register_constant()
[all …]

Completed in 63 milliseconds

12345678910>>...105