Home
last modified time | relevance | path

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

/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_trace.c16 i = l % SIZEOF_LONG; in fpm_trace_get_strz()
18 for (addr = l; ; addr += SIZEOF_LONG) { in fpm_trace_get_strz()
22 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-7.1/main/
H A Dphp_stdint.h137 # elif SIZEOF_LONG >= 4
155 # elif SIZEOF_LONG >= 4
171 # elif SIZEOF_LONG >= 8
183 # elif SIZEOF_LONG >= 8
197 # elif SIZEOF_LONG >= 8
209 # elif SIZEOF_LONG >= 8
/PHP-7.1/Zend/
H A Dzend_strtod_int.h54 # elif SIZEOF_LONG == 4
62 # elif SIZEOF_LONG == 4
H A Dzend_bitset.h46 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
H A Dzend_alloc.c508 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…
/PHP-7.1/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-7.1/ext/dba/libcdb/
H A Duint32.h29 #elif SIZEOF_LONG == 4
/PHP-7.1/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
/PHP-7.1/ext/mbstring/oniguruma/win32/
H A Dconfig.h11 #define SIZEOF_LONG 4 macro
/PHP-7.1/win32/build/
H A Dconfig.w32.h.in123 #define SIZEOF_LONG 4 macro
/PHP-7.1/ext/mbstring/oniguruma/
H A Dconfig.h.in89 #undef SIZEOF_LONG
H A Dregint.h233 # define WORD_ALIGNMENT_SIZE SIZEOF_LONG
/PHP-7.1/ext/zip/
H A Dconfig.m4180 # elif SIZEOF_SIZE_T == SIZEOF_LONG
/PHP-7.1/ext/filter/
H A Dlogical_filters.c113 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { in php_filter_parse_int()
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_statement.c879 #if SIZEOF_LONG==8
/PHP-7.1/ext/fileinfo/libmagic/
H A Dapprentice.c45 #if SIZEOF_LONG == 8
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c2629 #define ZEND_BIN_ID "BIN_" ZEND_TOSTR(SIZEOF_CHAR) ZEND_TOSTR(SIZEOF_INT) ZEND_TOSTR(SIZEOF_LONG) Z…
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch23 +#if SIZEOF_LONG == 8

Completed in 93 milliseconds