Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 37) sorted by last modified time

12

/PHP-7.4/ext/standard/
H A Darray.c1306 PHP_FUNCTION(max) in PHP_FUNCTION() argument
1332 zval *max, result; in PHP_FUNCTION() local
H A Dstring.c3603 …size_t len1, const char *txt2, size_t len2, size_t *pos1, size_t *pos2, size_t *max, size_t *count)
3631 size_t pos1 = 0, pos2 = 0, max, count; local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c372 int max; in fpm_children_make() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1586 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 Dpcre2_dfa_match.c2654 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match() local
H A Dpcre2_compile.c923 int max, min; in show_parsed() local
1404 int32_t max = REPEAT_UNLIMITED; /* This value is larger than MAX_REPEAT_COUNT */ in read_repeat_counts() local
H A Dpcre2_printint.c645 unsigned int min, max; in pcre2_printint() local
/PHP-7.4/ext/gd/libgd/
H A Dgd.c3003 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor()
H A Dgd_interpolation.c2411 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
/PHP-7.4/ext/ffi/
H A Dffi_parser.c2516 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()
H A Dffi.c5541 …, const char *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, int64_t *last)…
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1045 static int php_openssl_get_proto_version_flags(int flags, int min, int max) /* {{{ */ in php_openssl_get_proto_version_flags()
/PHP-7.4/sapi/fpm/fpm/events/
H A Dport.c67 static int fpm_event_port_init(int max) /* {{{ */ in fpm_event_port_init()
H A Ddevpoll.c71 static int fpm_event_devpoll_init(int max) /* {{{ */ in fpm_event_devpoll_init()
H A Depoll.c66 static int fpm_event_epoll_init(int max) /* {{{ */ in fpm_event_epoll_init()
H A Dkqueue.c72 static int fpm_event_kqueue_init(int max) /* {{{ */ in fpm_event_kqueue_init()
H A Dpoll.c70 static int fpm_event_poll_init(int max) /* {{{ */ in fpm_event_poll_init()
H A Dselect.c73 static int fpm_event_select_init(int max) /* {{{ */ in fpm_event_select_init()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c119 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range()
H A Dzend_inference.c517 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()
H A Dzend_ssa.h27 zend_long max; member
/PHP-7.4/ext/posix/
H A Dposix.c1447 zend_long res, cur, max; in PHP_FUNCTION() local
/PHP-7.4/main/
H A Drfc1867.c611 size_t len, max; in multipart_buffer_read() local
/PHP-7.4/ext/gmp/
H A Dgmp.c596 const unsigned char *p, *max; in gmp_unserialize() local
/PHP-7.4/ext/exif/
H A Dexif.c62 # define max(a,b) ((a)>(b) ? (a) : (b)) macro

Completed in 320 milliseconds

12