Home
last modified time | relevance | path

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

12

/PHP-5.4/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.4/ext/hash/
H A Dphp_hash_types.h33 #if SIZEOF_LONG == 8
48 #elif SIZEOF_LONG == 4
/PHP-5.4/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.c79 #if SIZEOF_LONG==4 in ps_fetch_from_1_to_8_bytes()
108 #if SIZEOF_LONG==4 in ps_fetch_from_1_to_8_bytes()
750 #if SIZEOF_LONG==8 in mysqlnd_stmt_execute_store_params()
/PHP-5.4/ext/dba/libcdb/
H A Duint32.h29 #elif SIZEOF_LONG == 4
/PHP-5.4/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.4/ext/date/lib/
H A Dtimelib_structs.h44 # elif SIZEOF_LONG == 4
52 # elif SIZEOF_LONG == 4
/PHP-5.4/Zend/
H A Dzend_multiply.h46 #elif SIZEOF_LONG == 4 && defined(HAVE_ZEND_LONG64)
H A Dzend_operators.h71 #elif SIZEOF_LONG == 4 && defined(HAVE_ZEND_LONG64) in END_EXTERN_C()
182 } else if (!(digits < SIZEOF_LONG * 2 || (digits == SIZEOF_LONG * 2 && ptr[-digits] <= '7'))) {
H A Dzend.h254 #if SIZEOF_LONG == 4
257 #elif SIZEOF_LONG == 8
H A Dzend_hash.h319 || (SIZEOF_LONG == 4 && \ in END_EXTERN_C()
H A Dzend_language_scanner.l1495 if (len < SIZEOF_LONG * 8) { in lex_scan()
1541 if (len < SIZEOF_LONG * 2 || (len == SIZEOF_LONG * 2 && *hex <= '7')) { in lex_scan()
/PHP-5.4/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h38 #if SIZEOF_LONG == 8
/PHP-5.4/ext/mbstring/oniguruma/win32/
H A Dconfig.h11 #define SIZEOF_LONG 4 macro
/PHP-5.4/win32/build/
H A Dconfig.w32.h.in132 #define SIZEOF_LONG 4 macro
/PHP-5.4/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.4/ext/mbstring/oniguruma/
H A Dconfig.h.in82 #undef SIZEOF_LONG
/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c109 #if SIZEOF_LONG==8 in mysqli_stmt_bind_param_do_bind()
111 #elif SIZEOF_LONG==4 in mysqli_stmt_bind_param_do_bind()
181 #if SIZEOF_LONG==8 in mysqli_stmt_bind_param_do_bind()
183 #elif SIZEOF_LONG==4 in mysqli_stmt_bind_param_do_bind()
900 #if SIZEOF_LONG==4
950 #if SIZEOF_LONG==8
952 #elif SIZEOF_LONG==4
/PHP-5.4/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.4/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 63 milliseconds

12