Home
last modified time | relevance | path

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

1234

/PHP-7.3/Zend/
H A Dzend_inheritance.c517 smart_str_appendl(&str, Z_STRVAL_P(zv), MIN(Z_STRLEN_P(zv), 10)); in zend_get_function_declaration()
H A Dzend_builtin_functions.c2174 uint32_t first_extra_arg = MIN(num_args, call->func->op_array.num_args); in debug_backtrace_get_args()
H A Dzend_hash.c1173 ht->nInternalPointer = MIN(ht->nInternalPointer, ht->nNumUsed); in _zend_hash_del_el_ex()
H A Dzend_API.c2101 …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.c5451 n = MIN(func->common.num_args, MAX_ARG_FLAG_NUM); in zend_set_function_arg_flags()
/PHP-7.3/ext/sockets/
H A Dsockets.c1228 retval = write(php_sock->bsd_socket, str, MIN(length, str_len));
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1691 mbfl_memory_device_init(&pc.device, MIN(string->len, width), 0); in mbfl_strimwidth()
/PHP-7.3/ext/spl/
H A Dspl_directory.c2895 str_len = MIN((size_t)length, str_len); in SPL_METHOD()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c13789 #ifndef MIN
13790 # define MIN(A,B) ((A)<(B)?(A):(B)) macro
70314 int nAdd = MIN(nNew,iOld-iNew);
140812 mxBitCol = MIN(BMS-1,pTable->nCol);
159995 #ifndef MIN
159996 # define MIN(x,y) ((x)<(y)?(x):(y))
174528 int nCmp = MIN(nLhs, nRhs);
181538 #ifndef MIN
209473 int nCmp = MIN(pLeft->n, nRight);
209489 int nCmp = MIN(pLeft->n, pRight->n);
[all …]
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2243 #ifndef MIN
2244 #define MIN(a,b) (((a) < (b)) ? (a) : (b))
/PHP-7.3/ext/curl/
H A Dinterface.c1742 length = MIN((int) (size * nmemb), Z_STRLEN(retval)); in curl_read()
/PHP-7.3/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.3/ext/standard/
H A Dstring.c3546 MIN(Z_STRLEN_P(from), to_len)));
/PHP-7.3/ext/pgsql/
H A Dpgsql.c6850 …smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_P(val)), sizeof(buf) …
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c631 smart_str_appendl(str, Z_STRVAL(zv), MIN(Z_STRLEN(zv), 15)); in _parameter_string()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c3689 to = MIN(to1, to2); in and_code_range_buf()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic11816 #>>>>>&6 ubeshort <8 MIN STRING
H A Dmagic私はガラスを食べられます11816 #>>>>>&6 ubeshort <8 MIN STRING

Completed in 642 milliseconds

1234