/PHP-7.4/ext/standard/ |
H A D | php_random.h | 37 #define php_random_int_throw(min, max, result) \ argument 39 #define php_random_int_silent(min, max, result) \ argument
|
H A D | mt_rand.c | 278 PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max) in php_mt_rand_range() 294 PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max) in php_mt_rand_common() 316 zend_long max; in PHP_FUNCTION() local
|
H A D | random.c | 228 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw) in php_random_int() 276 zend_long max; in PHP_FUNCTION() local
|
H A D | rand.c | 52 zend_long max; in PHP_FUNCTION() local
|
/PHP-7.4/Zend/ |
H A D | zend_stack.h | 24 int size, top, max; member
|
H A D | zend_ptr_stack.h | 24 int top, max; member
|
/PHP-7.4/sapi/fpm/fpm/events/ |
H A D | select.c | 73 static int fpm_event_select_init(int max) /* {{{ */ in fpm_event_select_init()
|
H A D | epoll.c | 66 static int fpm_event_epoll_init(int max) /* {{{ */ in fpm_event_epoll_init()
|
H A D | port.c | 67 static int fpm_event_port_init(int max) /* {{{ */ in fpm_event_port_init()
|
H A D | poll.c | 70 static int fpm_event_poll_init(int max) /* {{{ */ in fpm_event_poll_init()
|
H A D | devpoll.c | 71 static int fpm_event_devpoll_init(int max) /* {{{ */ in fpm_event_devpoll_init()
|
H A D | kqueue.c | 72 static int fpm_event_kqueue_init(int max) /* {{{ */ in fpm_event_kqueue_init()
|
/PHP-7.4/ext/opcache/Optimizer/ |
H A D | optimize_temp_vars_5.c | 54 int max = -1; in zend_optimize_temporary_variables() local
|
H A D | zend_ssa.h | 27 zend_long max; member
|
H A D | zend_inference.c | 517 zend_long min, zend_long max, zend_long *abs_min, zend_long *abs_max) { in zend_abs_range() 1514 …op_array, zend_ssa *ssa, int var, zend_bool underflow, zend_long min, zend_long max, zend_bool ove… in zend_inference_init_range()
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_children.c | 372 int max; in fpm_children_make() local
|
H A D | fpm_events.c | 322 int max; in fpm_event_init_main() local
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_printint.c | 645 unsigned int min, max; in pcre2_printint() local
|
H A D | pcre2_jit_compile.c | 1586 sljit_u32 max; in get_class_iterator_size() local 1623 sljit_s32 min, max, i; in detect_repeat() local 3676 static void peek_char(compiler_common *common, sljit_u32 max, sljit_s32 dst, sljit_sw dstw, jump_li… in peek_char() 3760 static void peek_char_back(compiler_common *common, sljit_u32 max, jump_list **backtracks) in peek_char_back() 3833 static void read_char(compiler_common *common, sljit_u32 min, sljit_u32 max, in read_char() 5790 … check_fast_forward_char_pair_simd(compiler_common *common, fast_forward_char_data *chars, int max) in check_fast_forward_char_pair_simd() 5932 int i, max, from; in fast_forward_first_n_chars() local 7343 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local 9129 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local 11132 sljit_u32 max = 0, exact; in compile_iterator_matchingpath() local [all …]
|
H A D | pcre2_dfa_match.c | 2654 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match() local
|
/PHP-7.4/ext/oci8/ |
H A D | oci8_collection.c | 263 int php_oci_collection_max(php_oci_collection *collection, zend_long *max) in php_oci_collection_max()
|
/PHP-7.4/ext/posix/ |
H A D | posix.c | 1447 zend_long res, cur, max; in PHP_FUNCTION() local
|
/PHP-7.4/ext/ffi/ |
H A D | ffi_parser.c | 2516 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local 2559 static int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *l… in parse_enumerator()
|
/PHP-7.4/ext/zlib/ |
H A D | zlib.c | 373 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds()
|
/PHP-7.4/main/ |
H A D | rfc1867.c | 611 size_t len, max; in multipart_buffer_read() local
|