Home
last modified time | relevance | path

Searched refs:max (Results 201 – 225 of 244) sorted by relevance

12345678910

/PHP-7.1/ext/fileinfo/libmagic/
H A Dapprentice.c111 uint32_t max; member
1002 if (mset[i].count == mset[i].max) { in addentry()
1005 mset[i].max += ALLOC_INCR; in addentry()
1007 erealloc(mset[i].me, sizeof(*mp) * mset[i].max))) == in addentry()
1009 file_oomem(ms, sizeof(*mp) * mset[i].max); in addentry()
/PHP-7.1/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt86 2147483647, // max positive integer
H A Dstrspn_variation7.phpt85 2147483647, // max positive integer
H A Dstrcspn_variation8.phpt80 2147483647, // max positive integer
90 2147483647, // max positive integer
H A Dstrspn_variation8.phpt81 2147483647, // max positive integer
91 2147483647, // max positive integer
H A Dstrcspn_variation12.phpt50 2147483647, // max positive integer
60 2147483647, // max positive integer
H A Dstrcspn_variation11.phpt61 2147483647, // max positive integer
H A Dstrspn_variation11.phpt61 2147483647, // max positive integer
H A Dstrspn_variation12.phpt51 2147483647, // max positive integer
61 2147483647, // max positive integer
/PHP-7.1/
H A DREADME.GIT-RULES100 <max 79 characters short description>\n
H A D.gdbinit609 usage: print_zstr <ptr> [max length]
/PHP-7.1/ext/spl/internal/
H A Dsplfileobject.inc240 * @return current setting for max line
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.c110 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range() argument
119 constraint->range.max = max; in pi_range()
/PHP-7.1/ext/gd/libgd/
H A Dgd.c98 static int gdAlphaOverlayColor(int src, int dst, int max);
2988 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor() argument
3000 if( dst > max ) { in gdAlphaOverlayColor()
3002 return dst + (src << 1) - (dst * src / max) - max; in gdAlphaOverlayColor()
3005 return dst * src / max; in gdAlphaOverlayColor()
/PHP-7.1/ext/oci8/
H A Doci8_interface.c2438 zend_long max; in PHP_FUNCTION() local
2453 if (php_oci_collection_max(collection, &max)) { in PHP_FUNCTION()
2456 RETURN_LONG(max); in PHP_FUNCTION()
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt143 …func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * PH…
H A Dmysqli_stmt_bind_result.phpt185 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * P…
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c1608 int max = -1; in read_repeat_counts() local
1620 if (*p == CHAR_RIGHT_CURLY_BRACKET) max = min; else in read_repeat_counts()
1624 max = 0; in read_repeat_counts()
1627 max = max * 10 + (int)(*p++ - CHAR_0); in read_repeat_counts()
1628 if (max > 65535) in read_repeat_counts()
1634 if (max < min) in read_repeat_counts()
1643 *maxp = max; in read_repeat_counts()
/PHP-7.1/ext/standard/
H A Darray.c1312 PHP_FUNCTION(max) in PHP_FUNCTION() argument
1339 zval *max, result; in PHP_FUNCTION() local
1342 max = &args[0]; in PHP_FUNCTION()
1345 is_smaller_or_equal_function(&result, &args[i], max); in PHP_FUNCTION()
1347 max = &args[i]; in PHP_FUNCTION()
1351 ZVAL_DEREF(max); in PHP_FUNCTION()
1352 ZVAL_COPY(return_value, max); in PHP_FUNCTION()
/PHP-7.1/ext/standard/tests/file/
H A Dfgetcsv_variation26.phpt64 // use the right delimiter and enclosure with max length
H A Dfread_basic.phpt83 // reading 1000 bytes within the file max size
/PHP-7.1/ext/date/lib/
H A Dparse_iso_intervals.re405 /*!max:re2c */
/PHP-7.1/sapi/fpm/tests/
H A Dfcgi.inc508 // Pick random number between 1 and max 16 bit unsigned int 65535
/PHP-7.1/ext/exif/
H A Dexif.c86 #ifndef max
87 # define max(a,b) ((a)>(b) ? (a) : (b)) macro
2375 value_ptr = safe_emalloc(max(byte_count, 4), 1, 0); in exif_ifd_make_value()
/PHP-7.1/Zend/
H A DZEND_CHANGES845 return $this->num < $this->obj->max;
865 public $max = 3;

Completed in 170 milliseconds

12345678910