/PHP-7.0/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 | random.c | 215 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw) in php_random_int() 263 zend_long max; in PHP_FUNCTION() local
|
H A D | rand.c | 292 zend_long max; in PHP_FUNCTION() local 313 zend_long max; in PHP_FUNCTION() local
|
H A D | var_unserializer.c | 523 PHPAPI int php_var_unserialize(zval *rval, const unsigned char **p, const unsigned char *max, php_u… in php_var_unserialize()
|
/PHP-7.0/Zend/ |
H A D | zend_stack.h | 26 int size, top, max; member
|
H A D | zend_ptr_stack.h | 26 int top, max; member
|
/PHP-7.0/sapi/fpm/fpm/events/ |
H A D | select.c | 75 static int fpm_event_select_init(int max) /* {{{ */ in fpm_event_select_init()
|
H A D | epoll.c | 68 static int fpm_event_epoll_init(int max) /* {{{ */ in fpm_event_epoll_init()
|
H A D | port.c | 69 static int fpm_event_port_init(int max) /* {{{ */ in fpm_event_port_init()
|
H A D | poll.c | 72 static int fpm_event_poll_init(int max) /* {{{ */ in fpm_event_poll_init()
|
H A D | devpoll.c | 73 static int fpm_event_devpoll_init(int max) /* {{{ */ in fpm_event_devpoll_init()
|
H A D | kqueue.c | 74 static int fpm_event_kqueue_init(int max) /* {{{ */ in fpm_event_kqueue_init()
|
/PHP-7.0/ext/opcache/Optimizer/ |
H A D | optimize_temp_vars_5.c | 54 int max = -1; in optimize_temporary_variables() local
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_printint.c | 643 unsigned int min, max; in pcre_printint() local
|
H A D | pcre_jit_compile.c | 931 int min, max, i; in detect_repeat() local 2576 static void peek_char(compiler_common *common, pcre_uint32 max) in peek_char() 2664 static void read_char_range(compiler_common *common, pcre_uint32 min, pcre_uint32 max, BOOL update_… in read_char_range() 3584 int i, max, from; in fast_forward_first_n_chars() local 4785 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local 6094 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local 7805 …r_common *common, pcre_uchar *cc, pcre_uchar *opcode, pcre_uchar *type, int *max, int *min, pcre_u… in get_iterator_parameters() 7909 int max = -1, min = -1; in compile_iterator_matchingpath() local 8604 int max = -1, min = -1; in compile_iterator_backtrackingpath() local
|
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_children.c | 365 int max; in fpm_children_make() local
|
H A D | fpm_events.c | 311 int max; in fpm_event_init_main() local
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 2147 get_max_match_length(Node* node, OnigDistance *max, ScanEnv* env) in get_max_match_length() 3931 OnigDistance max; /* max byte length */ member 4055 set_mml(MinMaxLen* mml, OnigDistance min, OnigDistance max) in set_mml() 4595 int max; in optimize_node_left() local 4632 OnigDistance max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in optimize_node_left() local 4650 int i, min, max; in optimize_node_left() local 4686 OnigDistance max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in optimize_node_left() local 4732 OnigDistance min, max, tmin, tmax; in optimize_node_left() local 4773 OnigDistance min, max; in optimize_node_left() local 4842 OnigDistance min, max; in optimize_node_left() local
|
/PHP-7.0/ext/interbase/ |
H A D | php_ibase_includes.h | 190 #define max(a,b) ((a)>(b)?(a):(b)) macro
|
/PHP-7.0/ext/oci8/ |
H A D | oci8_collection.c | 259 int php_oci_collection_max(php_oci_collection *collection, zend_long *max) in php_oci_collection_max()
|
/PHP-7.0/ext/zip/lib/ |
H A D | zip_open.c | 432 zip_uint64_t min, max, j; in _zip_checkcons() local
|
/PHP-7.0/ext/posix/ |
H A D | posix.c | 1396 zend_long res, cur, max; in PHP_FUNCTION() local
|
/PHP-7.0/ext/zlib/ |
H A D | zlib.c | 375 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.0/ext/wddx/ |
H A D | wddx.c | 96 int top, max; member
|
/PHP-7.0/main/ |
H A D | rfc1867.c | 619 size_t len, max; in multipart_buffer_read() local
|