Home
last modified time | relevance | path

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

12

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_trace.c21 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()
H A Dfpm_php_trace.c36 #if SIZEOF_LONG == 4
38 #elif SIZEOF_LONG == 8
/PHP-5.5/ext/hash/
H A Dphp_hash_types.h33 #if SIZEOF_LONG == 8
48 #elif SIZEOF_LONG == 4
/PHP-5.5/ext/mysqlnd/
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 Dconfig-win.h59 #define SIZEOF_LONG 4 macro
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()
/PHP-5.5/ext/dba/libcdb/
H A Duint32.h29 #elif SIZEOF_LONG == 4
/PHP-5.5/ext/standard/
H A Dcrypt_freesec.h21 # elif SIZEOF_LONG == 4
H A Dbasic_functions.h154 #elif SIZEOF_LONG == 4
H A Dvar_unserializer.c1044 #if SIZEOF_LONG == 4 in php_var_unserialize()
1155 #if SIZEOF_LONG == 4 in php_var_unserialize()
H A Dvar_unserializer.re554 #if SIZEOF_LONG == 4
596 #if 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/pdo_firebird/
H A Dphp_pdo_firebird_int.h38 #if SIZEOF_LONG == 8
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dconfig.h11 #define SIZEOF_LONG 4 macro
/PHP-5.5/Zend/
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.h269 #if SIZEOF_LONG == 4
272 #elif SIZEOF_LONG == 8
H A Dzend_hash.h322 || (SIZEOF_LONG == 4 && \ in END_EXTERN_C()
H A Dzend_language_scanner.l1507 if (len < SIZEOF_LONG * 8) {
1553 if (len < SIZEOF_LONG * 2 || (len == SIZEOF_LONG * 2 && *hex <= '7')) {
/PHP-5.5/win32/build/
H A Dconfig.w32.h.in132 #define SIZEOF_LONG 4 macro
/PHP-5.5/ext/mbstring/oniguruma/
H A Dconfig.h.in82 #undef SIZEOF_LONG
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c538 #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
/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/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/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()

Completed in 64 milliseconds

12