MIN                72 bcmath/libbcmath/src/bcmath.h #ifdef MIN
MIN                87 bcmath/libbcmath/src/compare.c   count = n1->n_len + MIN (n1->n_scale, n2->n_scale);
MIN               112 bcmath/libbcmath/src/div.c 		  n1->n_len + MIN(n1->n_scale,scale));
MIN               152 bcmath/libbcmath/src/doaddsub.c   min_len = MIN  (n1->n_len, n2->n_len);
MIN               153 bcmath/libbcmath/src/doaddsub.c   min_scale = MIN (n1->n_scale, n2->n_scale);
MIN                81 bcmath/libbcmath/src/raise.c        rscale = MIN (num1->n_scale*exponent, MAX(scale, num1->n_scale));
MIN               101 bcmath/libbcmath/src/recmul.c       n2ptr = (char *) (n2end - MIN(indx, n2len-1));
MIN               291 bcmath/libbcmath/src/recmul.c   prod_scale = MIN(full_scale,MAX(scale,MAX(n1->n_scale,n2->n_scale)));
MIN               114 bcmath/libbcmath/src/sqrt.c 	    cscale = MIN (cscale*3, rscale+1);
MIN                70 bcmath/libbcmath/src/str2num.c   strscale = MIN(strscale, scale);
MIN              1200 curl/interface.c 					length = MIN((int) (size * nmemb), Z_STRLEN_P(retval_ptr));
MIN               112 fileinfo/libmagic/file.h #ifndef MIN
MIN              1820 fileinfo/libmagic/softmagic.c 		slen = MIN(m->vallen, sizeof(m->value.s));
MIN               303 gd/libgd/gd.c  #ifndef MIN
MIN               306 gd/libgd/gd.c  #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c)))
MIN               263 gd/libgd/gd_filter.c 				int yv = MIN(MAX(y - 1 + j, 0), src->sy - 1);
MIN               265 gd/libgd/gd_filter.c 				        pxl = f(srcback, MIN(MAX(x - 1 + i, 0), src->sx - 1), yv);
MIN                 3 gd/libgd/gd_intern.h #ifndef MIN
MIN                 6 gd/libgd/gd_intern.h #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c)))
MIN               113 gd/libgd/gdft.c #ifndef MIN
MIN                14 gd/libgd/gdtestft.c 	((MIN((x),(y))) < (MIN((z),(w))) ? (MIN((x),(y))) : (MIN((z),(w))))
MIN               768 hash/hash.c    	salt_len = MIN(salt_len, SALT_SIZE);
MIN               219 mbstring/oniguruma/regerror.c     len = MIN((end - s), buf_size);
MIN              3720 mbstring/oniguruma/regexec.c     int offset = (MIN(start, range) - str);
MIN               243 mbstring/oniguruma/regint.h #ifdef MIN
MIN              1929 mbstring/oniguruma/regparse.c 	to   = MIN(to1, to2);
MIN              1200 mcrypt/mcrypt.c 		memcpy(key_s, key, MIN(key_len, key_length_sizes[0]));
MIN              1213 mcrypt/mcrypt.c 		memcpy(key_s, key, MIN(key_len, use_key_length));
MIN              2240 mssql/php_mssql.c 	dbconvert(NULL, SQLBINARY, (BYTE*) binary, MIN(16, binary_len), SQLCHAR, buffer, -1);
MIN              1347 mysqli/mysqli.c 	memcpy(source, dest, MIN(strlen(dest), LOCAL_INFILE_ERROR_LEN-1));\
MIN              1454 mysqli/mysqli.c 				memcpy(buf, Z_STRVAL_P(*callback_args[1]), MIN(rc, Z_STRLEN_P(*callback_args[1])));
MIN              1308 mysqlnd/mysqlnd.c 				size_t to_copy = MIN(table_len, MYSQLND_MAX_ALLOWED_DB_LEN);
MIN              1315 mysqlnd/mysqlnd.c 				size_t to_copy = MIN(wild_len, MYSQLND_MAX_ALLOWED_DB_LEN);
MIN                78 mysqlnd/mysqlnd_debug.c 	i = MIN(level, sizeof(pipe_buffer) / 2  - 1);
MIN               176 mysqlnd/mysqlnd_debug.c 	i = MIN(level, sizeof(pipe_buffer) / 2  - 1);
MIN               591 mysqlnd/mysqlnd_debug.c 								unsigned int func_name_len = MIN(sizeof(func_name) - 1, j - i - 1);
MIN                77 mysqlnd/mysqlnd_net.c 	net->stream->chunk_size = MIN(to_read, net->options.net_read_buffer_size);
MIN               315 mysqlnd/mysqlnd_net.c 		size_t comp_buf_size = MYSQLND_HEADER_SIZE + COMPRESSED_HEADER_SIZE + MYSQLND_HEADER_SIZE + MIN(left, MYSQLND_MAX_PACKET_SIZE);
MIN               321 mysqlnd/mysqlnd_net.c 		to_be_sent = MIN(left, MYSQLND_MAX_PACKET_SIZE);
MIN               595 mysqlnd/mysqlnd_net.c 			size_t to_read_from_buffer = MIN(net->uncompressed_data->bytes_left(net->uncompressed_data), to_read);
MIN               246 mysqlnd/mysqlnd_wireprotocol.c 			error_msg_len = MIN((int)((buf_len - (p - buf))), (int) (error_buf_len - 1));
MIN               490 mysqlnd/mysqlnd_wireprotocol.c 		len = MIN(strlen(packet->user), MYSQLND_MAX_ALLOWED_USER_LEN);
MIN               521 mysqlnd/mysqlnd_wireprotocol.c 			size_t real_db_len = MIN(MYSQLND_MAX_ALLOWED_DB_LEN, packet->db_len);
MIN               538 mysqlnd/mysqlnd_wireprotocol.c 			size_t len = MIN(strlen(packet->auth_plugin_name), sizeof(buffer) - (p - buffer) - 1);
MIN               646 mysqlnd/mysqlnd_wireprotocol.c 			packet->message_len = MIN(i, buf_len - (p - begin));
MIN               785 mysqlnd/mysqlnd_wireprotocol.c 		packet->message_len = MIN(i, buf_len - (p - begin));
MIN               532 oci8/oci8_interface.c 			data_len = MIN(data_len, write_len);
MIN               541 oci8/oci8_interface.c 			data_len = MIN(data_len, write_len);
MIN              6119 pgsql/pgsql.c  				smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)), sizeof(buf)-1));
MIN               112 phar/dirstream.c 	to_read = MIN(keylen, count);
MIN               229 phar/phar_object.c 				got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position));
MIN               379 phar/stream.c  	got = php_stream_read(data->fp, buf, MIN(count, entry->uncompressed_filesize - data->position));
MIN                93 readline/readline_cli.c 		return fwrite(str, 1, MIN(str_length, 16384), pager_pipe);
MIN               744 reflection/php_reflection.c 				string_write(str, Z_STRVAL_P(zv), MIN(Z_STRLEN_P(zv), 15));
MIN               370 session/session.c 				n = read(fd, rbuf, MIN(to_read, sizeof(rbuf)));
MIN              1222 sockets/sockets.c 	retval = write(php_sock->bsd_socket, str, MIN(length, str_len));
MIN              2834 spl/spl_directory.c 		str_len = MAX(0, MIN(length, str_len));
MIN              55706 sqlite3/libsqlite/sqlite3.c #ifndef MIN
MIN              55906 sqlite3/libsqlite/sqlite3.c   const int nCopy = MIN(nSrcPgsz, nDestPgsz);
MIN              56163 sqlite3/libsqlite/sqlite3.c         iEnd = MIN(PENDING_BYTE + pgszDest, iSize);
MIN              69657 sqlite3/libsqlite/sqlite3.c #ifndef MIN
MIN              69723 sqlite3/libsqlite/sqlite3.c     int nCopy = MIN(nRead, (JOURNAL_CHUNKSIZE - iChunkOffset));
MIN              69757 sqlite3/libsqlite/sqlite3.c     int iSpace = MIN(nWrite, JOURNAL_CHUNKSIZE - iChunkOffset);
MIN              111827 sqlite3/libsqlite/sqlite3.c #ifndef MIN
MIN              120654 sqlite3/libsqlite/sqlite3.c   nRead = MIN(pReader->nNode - pReader->nPopulate, FTS3_NODE_CHUNKSIZE);
MIN              124695 sqlite3/libsqlite/sqlite3.c #ifndef MIN
MIN              125832 sqlite3/libsqlite/sqlite3.c       p1->aCoord[ii].f = MIN(p1->aCoord[ii].f, p2->aCoord[ii].f);
MIN              125837 sqlite3/libsqlite/sqlite3.c       p1->aCoord[ii].i = MIN(p1->aCoord[ii].i, p2->aCoord[ii].i);
MIN              125899 sqlite3/libsqlite/sqlite3.c         x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1]));
MIN               167 standard/crypt.c 		memcpy(salt, salt_in, MIN(PHP_MAX_SALT_LEN, salt_in_len));
MIN               183 standard/crypt.c 		salt_in_len = MIN(PHP_MAX_SALT_LEN, salt_in_len);
MIN                61 standard/crypt_sha256.c #ifndef MIN
MIN               384 standard/crypt_sha256.c 			rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX));
MIN               389 standard/crypt_sha256.c 	salt_len = MIN(strcspn(salt, "$"), SALT_LEN_MAX);
MIN               537 standard/crypt_sha256.c 	cp = __php_stpncpy(cp, salt, MIN ((size_t) MAX (0, buflen), salt_len));
MIN               538 standard/crypt_sha256.c 	buflen -= MIN((size_t) MAX (0, buflen), salt_len);
MIN                49 standard/crypt_sha512.c #ifndef MIN
MIN               418 standard/crypt_sha512.c 			rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX));
MIN               423 standard/crypt_sha512.c 	salt_len = MIN(strcspn(salt, "$"), SALT_LEN_MAX);
MIN               572 standard/crypt_sha512.c 	cp = __php_stpncpy(cp, salt, MIN((size_t) MAX(0, buflen), salt_len));
MIN               573 standard/crypt_sha512.c 	buflen -= (int) MIN((size_t) MAX(0, buflen), salt_len);
MIN              1180 standard/file.c 		num_bytes = MAX(0, MIN((int)arg3, arg2len));
MIN                78 standard/formatted_print.c 	copy_len = (expprec ? MIN(max_width, len) : len);
MIN               639 standard/ftp_fopen_wrapper.c 	tmp_len = MIN(sizeof(ent->d_name), basename_len - 1);
MIN              2918 standard/string.c 				  MIN(Z_STRLEN_PP(from),
MIN               273 sybase_ct/php_sybase_ct.c 		for (i = 0; i < (result->store ? result->num_rows : MIN(1, result->num_rows)); i++) {