Home
last modified time | relevance | path

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

12

/PHP-5.3/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.c35 #if SIZEOF_LONG == 4
37 #elif SIZEOF_LONG == 8
/PHP-5.3/ext/hash/
H A Dphp_hash_types.h33 #if SIZEOF_LONG == 8
48 #elif SIZEOF_LONG == 4
/PHP-5.3/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()
701 #if SIZEOF_LONG==8 in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_wireprotocol.c1393 if (perm_bind.pack_len < SIZEOF_LONG) { in php_mysqlnd_rowp_read_text_protocol()
1411 #if SIZEOF_LONG==8 in php_mysqlnd_rowp_read_text_protocol()
1413 #elif SIZEOF_LONG==4 in php_mysqlnd_rowp_read_text_protocol()
/PHP-5.3/ext/dba/libcdb/
H A Duint32.h29 #elif SIZEOF_LONG == 4
/PHP-5.3/ext/standard/
H A Dcrypt_freesec.h21 # elif SIZEOF_LONG == 4
H A Dbasic_functions.h154 #elif SIZEOF_LONG == 4
H A Dvar_unserializer.re470 #if SIZEOF_LONG == 4
512 #if SIZEOF_LONG == 4
H A Dvar_unserializer.c927 #if SIZEOF_LONG == 4 in php_var_unserialize()
1038 #if SIZEOF_LONG == 4 in php_var_unserialize()
/PHP-5.3/ext/date/lib/
H A Dtimelib_structs.h44 # elif SIZEOF_LONG == 4
52 # elif SIZEOF_LONG == 4
/PHP-5.3/Zend/
H A Dzend_multiply.h34 #elif SIZEOF_LONG == 4 && defined(HAVE_ZEND_LONG64)
H A Dzend_operators.h68 #elif SIZEOF_LONG == 4 && defined(HAVE_ZEND_LONG64) in END_EXTERN_C()
168 } else if (!(digits < SIZEOF_LONG * 2 || (digits == SIZEOF_LONG * 2 && ptr[-digits] <= '7'))) {
H A Dzend.h253 #if SIZEOF_LONG == 4
256 #elif SIZEOF_LONG == 8
H A Dzend_hash.h320 || (SIZEOF_LONG == 4 && \ in END_EXTERN_C()
/PHP-5.3/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h40 #if SIZEOF_LONG == 8
/PHP-5.3/ext/mbstring/oniguruma/win32/
H A Dconfig.h11 #define SIZEOF_LONG 4 macro
/PHP-5.3/win32/build/
H A Dconfig.w32.h.in134 #define SIZEOF_LONG 4 macro
/PHP-5.3/ext/mbstring/oniguruma/
H A Dconfig.h.in82 #undef SIZEOF_LONG
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_statement.c559 #if SIZEOF_LONG==8 in pdo_mysql_stmt_param_hook()
561 #elif SIZEOF_LONG==4 in pdo_mysql_stmt_param_hook()
883 #if SIZEOF_LONG==8
/PHP-5.3/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()
896 #if SIZEOF_LONG==4
946 #if SIZEOF_LONG==8
948 #elif SIZEOF_LONG==4
/PHP-5.3/ext/filter/
H A Dlogical_filters.c91 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { in php_filter_parse_int()
/PHP-5.3/ext/interbase/
H A Dibase_query.c548 #if (SIZEOF_LONG > 4) in _php_ibase_bind_array()
557 #if (SIZEOF_LONG >= 8) in _php_ibase_bind_array()
1339 #if (SIZEOF_LONG >= 8) in _php_ibase_var_zval()

Completed in 74 milliseconds

12