Home
last modified time | relevance | path

Searched refs:MIN (Results 76 – 91 of 91) sorted by relevance

1234

/PHP-7.4/ext/sockets/
H A Dsockets.c1242 retval = write(php_sock->bsd_socket, str, MIN(length, str_len));
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1736 #ifndef MIN
1737 #define MIN(a,b) (((a) < (b)) ? (a) : (b))
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1681 mbfl_memory_device_init(&pc.device, MIN(string->len, width), 0); in mbfl_strimwidth()
/PHP-7.4/Zend/
H A Dzend_inheritance.c643 smart_str_appendl(&str, Z_STRVAL_P(zv), MIN(Z_STRLEN_P(zv), 10)); in zend_get_function_declaration()
H A Dzend_hash.c1296 ht->nInternalPointer = MIN(ht->nInternalPointer, ht->nNumUsed); in _zend_hash_del_el_ex()
H A Dzend_API.c2083 …zend_str_tolower_copy(lcname, ZSTR_VAL(fptr->common.function_name), MIN(name_len, sizeof(lcname)-1… in zend_check_magic_method_implementation()
H A Dzend_compile.c5282 n = MIN(func->common.num_args, MAX_ARG_FLAG_NUM); in zend_set_function_arg_flags()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2925 str_len = MIN((size_t)length, str_len); in SPL_METHOD()
/PHP-7.4/ext/curl/
H A Dinterface.c1681 length = MIN((int) (size * nmemb), Z_STRLEN(retval)); in curl_read()
/PHP-7.4/ext/ffi/
H A Dffi.c5601 *min = MIN(*min, value);
5615 *min = MIN((uint64_t)*min, (uint64_t)value);
/PHP-7.4/ext/phar/
H A Dphar_object.c199 got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position)); in phar_file_action()
/PHP-7.4/ext/standard/
H A Dstring.c3534 MIN(Z_STRLEN_P(from), to_len)));
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c646 smart_str_appendl(str, Z_STRVAL(zv), MIN(Z_STRLEN(zv), 15)); in _parameter_string()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c6842 …smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_P(val)), sizeof(buf) …
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12817 #>>>>>&6 ubeshort <8 MIN STRING
H A Dmagic12817 #>>>>>&6 ubeshort <8 MIN STRING

Completed in 321 milliseconds

1234