Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 41) sorted by relevance

12

/PHP-7.3/ext/standard/
H A Dphp_random.h37 #define php_random_int_throw(min, max, result) \ argument
39 #define php_random_int_silent(min, max, result) \ argument
H A Dmt_rand.c278 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 Drandom.c220 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw) in php_random_int()
268 zend_long max; in PHP_FUNCTION() local
H A Drand.c52 zend_long max; in PHP_FUNCTION() local
/PHP-7.3/Zend/
H A Dzend_stack.h24 int size, top, max; member
H A Dzend_ptr_stack.h24 int top, max; member
/PHP-7.3/sapi/fpm/fpm/events/
H A Dselect.c73 static int fpm_event_select_init(int max) /* {{{ */ in fpm_event_select_init()
H A Depoll.c66 static int fpm_event_epoll_init(int max) /* {{{ */ in fpm_event_epoll_init()
H A Dport.c67 static int fpm_event_port_init(int max) /* {{{ */ in fpm_event_port_init()
H A Dpoll.c70 static int fpm_event_poll_init(int max) /* {{{ */ in fpm_event_poll_init()
H A Ddevpoll.c71 static int fpm_event_devpoll_init(int max) /* {{{ */ in fpm_event_devpoll_init()
H A Dkqueue.c72 static int fpm_event_kqueue_init(int max) /* {{{ */ in fpm_event_kqueue_init()
/PHP-7.3/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c54 int max = -1; in zend_optimize_temporary_variables() local
H A Dzend_ssa.h27 zend_long max; member
H A Dzend_inference.c517 zend_long min, zend_long max, zend_long *abs_min, zend_long *abs_max) { in zend_abs_range()
1524 …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.3/sapi/fpm/fpm/
H A Dfpm_children.c372 int max; in fpm_children_make() local
H A Dfpm_events.c322 int max; in fpm_event_init_main() local
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c642 unsigned int min, max; in pcre2_printint() local
H A Dpcre2_jit_compile.c1166 sljit_u32 max; in get_class_iterator_size() local
1203 sljit_s32 min, max, i; in detect_repeat() local
3162 static void peek_char(compiler_common *common, sljit_u32 max) in peek_char()
3250 static void read_char_range(compiler_common *common, sljit_u32 min, sljit_u32 max, BOOL update_str_… in read_char_range()
4916 … check_fast_forward_char_pair_sse2(compiler_common *common, fast_forward_char_data *chars, int max) in check_fast_forward_char_pair_sse2()
5080 int i, max, from; in fast_forward_first_n_chars() local
6441 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local
7947 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local
9747 …mmon *common, PCRE2_SPTR cc, PCRE2_UCHAR *opcode, PCRE2_UCHAR *type, sljit_u32 *max, sljit_u32 *ex… in get_iterator_parameters()
9898 sljit_u32 max = 0, exact; in compile_iterator_matchingpath() local
[all …]
/PHP-7.3/ext/interbase/
H A Dphp_ibase_includes.h190 #define max(a,b) ((a)>(b)?(a):(b)) macro
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c5303 OnigLen max; /* max byte length */ member
5422 set_mml(MinMax* l, OnigLen min, OnigLen max) in set_mml()
5967 int max, min; in optimize_nodes() local
5994 OnigLen max = ONIGENC_MBC_MAXLEN_DIST(enc); in optimize_nodes() local
6012 int min, max; in optimize_nodes() local
6091 OnigLen min, max, tmin, tmax; in optimize_nodes() local
6127 OnigLen min, max; in optimize_nodes() local
6192 OnigLen min, max; in optimize_nodes() local
/PHP-7.3/ext/oci8/
H A Doci8_collection.c263 int php_oci_collection_max(php_oci_collection *collection, zend_long *max) in php_oci_collection_max()
/PHP-7.3/ext/zip/lib/
H A Dzip_open.c432 zip_uint64_t min, max, j; in _zip_checkcons() local
/PHP-7.3/ext/posix/
H A Dposix.c1429 zend_long res, cur, max; in PHP_FUNCTION() local
/PHP-7.3/ext/zlib/
H A Dzlib.c373 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds()

Completed in 109 milliseconds

12