Searched refs:SIZEOF_LONG (Results 1 – 25 of 34) sorted by relevance
12
21 i = l % SIZEOF_LONG; in fpm_trace_get_strz()23 for (addr = l; ; addr += SIZEOF_LONG) { in fpm_trace_get_strz()27 for ( ; i < SIZEOF_LONG; i++) { in fpm_trace_get_strz()
36 #if SIZEOF_LONG == 438 #elif SIZEOF_LONG == 8
33 #if SIZEOF_LONG == 848 #elif SIZEOF_LONG == 4
113 #elif SIZEOF_LONG == 4125 #elif SIZEOF_LONG == 4137 #elif SIZEOF_LONG == 8155 #elif SIZEOF_LONG == 8219 #if SIZEOF_LONG == 8221 #elif SIZEOF_LONG == 4227 #if SIZEOF_LONG == 8229 #elif SIZEOF_LONG == 4
59 #define SIZEOF_LONG 4 macro
80 #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()
29 #elif SIZEOF_LONG == 4
21 # elif SIZEOF_LONG == 4
154 #elif SIZEOF_LONG == 4
1044 #if SIZEOF_LONG == 4 in php_var_unserialize()1155 #if SIZEOF_LONG == 4 in php_var_unserialize()
554 #if SIZEOF_LONG == 4596 #if SIZEOF_LONG == 4
44 # elif SIZEOF_LONG == 452 # elif SIZEOF_LONG == 4
38 #if SIZEOF_LONG == 8
11 #define SIZEOF_LONG 4 macro
71 #elif SIZEOF_LONG == 4 && defined(HAVE_ZEND_LONG64)
75 #elif SIZEOF_LONG == 4 in END_EXTERN_C()204 } else if (!(digits < SIZEOF_LONG * 2 || (digits == SIZEOF_LONG * 2 && ptr[-digits] <= '7'))) {
269 #if SIZEOF_LONG == 4272 #elif SIZEOF_LONG == 8
322 || (SIZEOF_LONG == 4 && \ in END_EXTERN_C()
1507 if (len < SIZEOF_LONG * 8) {1553 if (len < SIZEOF_LONG * 2 || (len == SIZEOF_LONG * 2 && *hex <= '7')) {
132 #define SIZEOF_LONG 4 macro
82 #undef SIZEOF_LONG
538 #if SIZEOF_LONG==8 in pdo_mysql_stmt_param_hook()540 #elif SIZEOF_LONG==4 in pdo_mysql_stmt_param_hook()860 #if SIZEOF_LONG==8
216 #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==41099 #if SIZEOF_LONG==81101 #elif SIZEOF_LONG==4
96 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { in php_filter_parse_int()
546 #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()
Completed in 78 milliseconds