Home
last modified time | relevance | path

Searched refs:SIZEOF_ZEND_LONG (Results 1 – 25 of 32) sorted by relevance

12

/PHP-7.1/Zend/
H A Dzend_long.h42 # define SIZEOF_ZEND_LONG 8 macro
52 # define SIZEOF_ZEND_LONG 4 macro
110 #if SIZEOF_ZEND_LONG == 4
113 #elif SIZEOF_ZEND_LONG == 8
H A Dzend_bitset.h28 #if SIZEOF_ZEND_LONG == 4
31 #elif SIZEOF_ZEND_LONG == 8
46 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
59 return SIZEOF_ZEND_LONG * 8;
66 if (num == Z_UL(0)) return SIZEOF_ZEND_LONG * 8;
69 #if SIZEOF_ZEND_LONG == 8
H A Dzend_range_check.h27 #if SIZEOF_INT < SIZEOF_ZEND_LONG
H A Dzend_string.h353 #if SIZEOF_ZEND_LONG == 8 in zend_inline_hash_func()
355 #elif SIZEOF_ZEND_LONG == 4 in zend_inline_hash_func()
H A Dzend_multiply.h92 #elif SIZEOF_ZEND_LONG == 4
H A Dzend_language_scanner.l1630 if (len < SIZEOF_ZEND_LONG * 8) {
1701 if (len < SIZEOF_ZEND_LONG * 2 || (len == SIZEOF_ZEND_LONG * 2 && *hex <= '7')) {
H A Dzend_operators.c1625 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_left_function()
1661 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_right_function()
3094 # if SIZEOF_ZEND_LONG == 4
H A Dzend_operators.h96 #if SIZEOF_ZEND_LONG == 4
H A Dzend_alloc.c508 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…
531 #if SIZEOF_ZEND_LONG == 8
/PHP-7.1/ext/standard/
H A Dpack.c84 #if SIZEOF_ZEND_LONG > 4
325 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
417 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
580 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
852 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1079 if (SIZEOF_ZEND_LONG > 4 && issigned) { in PHP_FUNCTION()
1084 if (SIZEOF_ZEND_LONG > 4) { in PHP_FUNCTION()
1095 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1250 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
1309 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
H A Dvar_unserializer.c1057 #if SIZEOF_ZEND_LONG == 4 in php_var_unserialize_internal()
1088 #if SIZEOF_ZEND_LONG == 4 in php_var_unserialize_internal()
H A Dvar_unserializer.re679 #if SIZEOF_ZEND_LONG == 4
721 #if SIZEOF_ZEND_LONG == 4
H A Dmath.c369 #if SIZEOF_ZEND_LONG > SIZEOF_INT in PHP_FUNCTION()
/PHP-7.1/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h38 #if SIZEOF_ZEND_LONG == 8 && !defined(PHP_WIN32)
H A Dfirebird_statement.c227 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_describe()
402 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_get_col()
/PHP-7.1/ext/com_dotnet/
H A Dcom_misc.c39 #if SIZEOF_ZEND_LONG == 8 in php_com_throw_exception()
H A Dcom_variant.c153 #if SIZEOF_ZEND_LONG == 4 in php_com_variant_from_zval()
216 #if SIZEOF_ZEND_LONG == 8 in php_com_zval_from_variant()
348 #if SIZEOF_ZEND_LONG == 8 in php_com_copy_variant()
H A Dcom_extension.c463 #if SIZEOF_ZEND_LONG == 8 in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/mysqli/
H A Dmysqli_api.c217 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
219 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
288 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
290 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
989 #if SIZEOF_ZEND_LONG==4
1054 #if SIZEOF_ZEND_LONG==8
1056 #elif SIZEOF_ZEND_LONG==4
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c78 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()
108 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()
639 #if SIZEOF_ZEND_LONG==8 in mysqlnd_stmt_execute_store_types()
H A Dmysqlnd_wireprotocol.c1708 if (perm_bind.pack_len < SIZEOF_ZEND_LONG) { in php_mysqlnd_rowp_read_text_protocol_aux()
1726 #if SIZEOF_ZEND_LONG==8 in php_mysqlnd_rowp_read_text_protocol_aux()
1728 #elif SIZEOF_ZEND_LONG==4 in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_statement.c557 #if SIZEOF_ZEND_LONG==8 in pdo_mysql_stmt_param_hook()
559 #elif SIZEOF_ZEND_LONG==4 in pdo_mysql_stmt_param_hook()
/PHP-7.1/ext/interbase/
H A Dibase_query.c536 #if (SIZEOF_ZEND_LONG < 8) in _php_ibase_bind_array()
550 #if (SIZEOF_ZEND_LONG > 4) in _php_ibase_bind_array()
559 #if (SIZEOF_ZEND_LONG >= 8) in _php_ibase_bind_array()
1334 #if (SIZEOF_ZEND_LONG >= 8) in _php_ibase_var_zval()
H A Dinterbase.c1460 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c28 #if SIZEOF_SIZE_T <= SIZEOF_ZEND_LONG

Completed in 106 milliseconds

12