Home
last modified time | relevance | path

Searched refs:SIZEOF_SIZE_T (Results 1 – 12 of 12) sorted by relevance

/PHP-7.0/ext/mbstring/oniguruma/win32/
H A Dconfig.h19 #define SIZEOF_SIZE_T 8 macro
21 #define SIZEOF_SIZE_T 4 macro
/PHP-7.0/Zend/
H A Dzend_range_check.h32 #if SIZEOF_INT < SIZEOF_SIZE_T
H A Dzend_types.h218 #if SIZEOF_SIZE_T == 4
226 #elif SIZEOF_SIZE_T == 8
830 #if SIZEOF_SIZE_T == 4
838 #elif SIZEOF_SIZE_T == 8
H A Dzend_multiply.h238 #elif SIZEOF_SIZE_T == 4
H A Dzend_compile.h61 #if SIZEOF_SIZE_T == 4
/PHP-7.0/win32/build/
H A Dconfig.w32.h.in139 # define SIZEOF_SIZE_T 8 macro
142 # define SIZEOF_SIZE_T 4 macro
/PHP-7.0/sapi/fpm/fpm/events/
H A Depoll.c167 #if SIZEOF_SIZE_T == 4 in fpm_event_epoll_add()
/PHP-7.0/ext/zip/
H A Dconfig.m4178 # if SIZEOF_SIZE_T == SIZEOF_INT
180 # elif SIZEOF_SIZE_T == SIZEOF_LONG
182 # elif SIZEOF_SIZE_T == SIZEOF_LONG_LONG
/PHP-7.0/ext/zip/lib/
H A Dzipint.h160 #if SIZEOF_SIZE_T == 8
162 #elif SIZEOF_SIZE_T == 4
164 #elif SIZEOF_SIZE_T == 2
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregint.h230 #ifdef SIZEOF_SIZE_T
231 # define WORD_ALIGNMENT_SIZE SIZEOF_SIZE_T
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c28 #if SIZEOF_SIZE_T <= SIZEOF_ZEND_LONG
H A DZendAccelerator.c2578 …IZEOF_CHAR) ZEND_TOSTR(SIZEOF_INT) ZEND_TOSTR(SIZEOF_LONG) ZEND_TOSTR(SIZEOF_SIZE_T) ZEND_TOSTR(SI…

Completed in 44 milliseconds