Home
last modified time | relevance | path

Searched refs:SIZEOF_LONG (Results 1 – 25 of 34) sorted by path

12

/PHP-5.5/Zend/
H A Dzend.h269 #if SIZEOF_LONG == 4
272 #elif SIZEOF_LONG == 8
H A Dzend_compile.h142 #if SIZEOF_LONG == 8
H A Dzend_hash.h322 || (SIZEOF_LONG == 4 && \ in END_EXTERN_C()
H A Dzend_language_scanner.c3328 if (len < SIZEOF_LONG * 8) { in lex_scan()
3365 if (len < SIZEOF_LONG * 2 || (len == SIZEOF_LONG * 2 && *hex <= '7')) { in lex_scan()
H A Dzend_language_scanner.l1507 if (len < SIZEOF_LONG * 8) {
1553 if (len < SIZEOF_LONG * 2 || (len == SIZEOF_LONG * 2 && *hex <= '7')) {
H A Dzend_multiply.h71 #elif SIZEOF_LONG == 4 && defined(HAVE_ZEND_LONG64)
H A Dzend_operators.h75 #elif SIZEOF_LONG == 4 in END_EXTERN_C()
204 } else if (!(digits < SIZEOF_LONG * 2 || (digits == SIZEOF_LONG * 2 && ptr[-digits] <= '7'))) {
H A Dzend_strtod.c126 # elif SIZEOF_LONG == 4
134 # elif SIZEOF_LONG == 4
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h44 # elif SIZEOF_LONG == 4
52 # elif SIZEOF_LONG == 4
/PHP-5.5/ext/dba/libcdb/
H A Duint32.h29 #elif SIZEOF_LONG == 4
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch22 +#if SIZEOF_LONG == 8
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c45 #if SIZEOF_LONG == 8
/PHP-5.5/ext/filter/
H A Dlogical_filters.c96 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { in php_filter_parse_int()
/PHP-5.5/ext/hash/
H A Dphp_hash_types.h33 #if SIZEOF_LONG == 8
48 #elif SIZEOF_LONG == 4
/PHP-5.5/ext/interbase/
H A Dibase_query.c546 #if (SIZEOF_LONG > 4) in _php_ibase_bind_array()
555 #if (SIZEOF_LONG >= 8) in _php_ibase_bind_array()
1332 #if (SIZEOF_LONG >= 8) in _php_ibase_var_zval()
H A Dinterbase.c1457 #if SIZEOF_LONG < 8 in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dconfig.h.in82 #undef SIZEOF_LONG
H A Dregint.h230 #define WORD_ALIGNMENT_SIZE SIZEOF_LONG
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dconfig.h11 #define SIZEOF_LONG 4 macro
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c216 #if SIZEOF_LONG==8 in mysqli_stmt_bind_param_do_bind()
218 #elif SIZEOF_LONG==4 in mysqli_stmt_bind_param_do_bind()
288 #if SIZEOF_LONG==8 in mysqli_stmt_bind_param_do_bind()
290 #elif SIZEOF_LONG==4 in mysqli_stmt_bind_param_do_bind()
1035 #if SIZEOF_LONG==4
1099 #if SIZEOF_LONG==8
1101 #elif SIZEOF_LONG==4
/PHP-5.5/ext/mysqlnd/
H A Dconfig-win.h59 #define SIZEOF_LONG 4 macro
H A Dmysqlnd_portability.h113 #elif SIZEOF_LONG == 4
125 #elif SIZEOF_LONG == 4
137 #elif SIZEOF_LONG == 8
155 #elif SIZEOF_LONG == 8
219 #if SIZEOF_LONG == 8
221 #elif SIZEOF_LONG == 4
227 #if SIZEOF_LONG == 8
229 #elif SIZEOF_LONG == 4
H A Dmysqlnd_ps_codec.c80 #if SIZEOF_LONG==4 in ps_fetch_from_1_to_8_bytes()
109 #if SIZEOF_LONG==4 in ps_fetch_from_1_to_8_bytes()
651 #if SIZEOF_LONG==8 in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_wireprotocol.c1675 if (perm_bind.pack_len < SIZEOF_LONG) { in php_mysqlnd_rowp_read_text_protocol()
1693 #if SIZEOF_LONG==8 in php_mysqlnd_rowp_read_text_protocol()
1695 #elif SIZEOF_LONG==4 in php_mysqlnd_rowp_read_text_protocol()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c32 #if SIZEOF_SIZE_T <= SIZEOF_LONG

Completed in 114 milliseconds

12