Home
last modified time | relevance | path

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

12

/PHP-5.6/main/
H A Dphp_stdint.h117 # elif SIZEOF_LONG >= 4
135 # elif SIZEOF_LONG >= 4
151 # elif SIZEOF_LONG >= 8
163 # elif SIZEOF_LONG >= 8
177 # elif SIZEOF_LONG >= 8
189 # elif SIZEOF_LONG >= 8
/PHP-5.6/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.6/ext/date/lib/
H A Dtimelib_structs.h47 # elif SIZEOF_LONG == 4
55 # elif SIZEOF_LONG == 4
67 # ifndef SIZEOF_LONG
68 # define SIZEOF_LONG 4 macro
/PHP-5.6/ext/dba/libcdb/
H A Duint32.h29 #elif SIZEOF_LONG == 4
/PHP-5.6/ext/standard/
H A Dpack.c85 #if SIZEOF_LONG > 4
213 #if SIZEOF_LONG < 8 in PHP_FUNCTION()
304 #if SIZEOF_LONG > 4 in PHP_FUNCTION()
467 #if SIZEOF_LONG > 4 in PHP_FUNCTION()
693 #if SIZEOF_LONG > 4 in PHP_FUNCTION()
932 #if SIZEOF_LONG > 4 in PHP_FUNCTION()
1066 #if SIZEOF_LONG > 4 in PHP_MINIT_FUNCTION()
1125 #if SIZEOF_LONG > 4 in PHP_MINIT_FUNCTION()
H A Dbasic_functions.h154 #elif SIZEOF_LONG == 4
H A Dvar_unserializer.c1106 #if SIZEOF_LONG == 4 in php_var_unserialize()
1217 #if SIZEOF_LONG == 4 in php_var_unserialize()
H A Dvar_unserializer.re595 #if SIZEOF_LONG == 4
637 #if SIZEOF_LONG == 4
/PHP-5.6/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h38 #if SIZEOF_LONG == 8
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_portability.h114 #if SIZEOF_LONG == 8
116 #elif SIZEOF_LONG == 4
122 #if SIZEOF_LONG == 8
124 #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()
647 #if SIZEOF_LONG==8 in mysqlnd_stmt_execute_store_types()
/PHP-5.6/ext/mbstring/oniguruma/win32/
H A Dconfig.h11 #define SIZEOF_LONG 4 macro
/PHP-5.6/Zend/
H A Dzend_multiply.h71 #elif SIZEOF_LONG == 4 && defined(HAVE_ZEND_LONG64)
H A Dzend_operators.h76 #elif SIZEOF_LONG == 4 in END_EXTERN_C()
205 } 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_language_scanner.l1507 if (len < SIZEOF_LONG * 8) {
1552 if (len < SIZEOF_LONG * 2 || (len == SIZEOF_LONG * 2 && *hex <= '7')) {
/PHP-5.6/win32/build/
H A Dconfig.w32.h.in132 #define SIZEOF_LONG 4 macro
/PHP-5.6/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.6/ext/opcache/
H A Dshared_alloc_win32.c82 #define ZEND_BIN_ID "BIN_" ZEND_TOSTR(SIZEOF_CHAR) ZEND_TOSTR(SIZEOF_INT) ZEND_TOSTR(SIZEOF_LONG) Z…
/PHP-5.6/ext/mbstring/oniguruma/
H A Dconfig.h.in89 #undef SIZEOF_LONG
/PHP-5.6/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()
1043 #if SIZEOF_LONG==4
1107 #if SIZEOF_LONG==8
1109 #elif SIZEOF_LONG==4
/PHP-5.6/ext/zip/
H A Dconfig.m4172 # elif SIZEOF_SIZE_T == SIZEOF_LONG
/PHP-5.6/ext/filter/
H A Dlogical_filters.c96 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { in php_filter_parse_int()

Completed in 149 milliseconds

12