Home
last modified time | relevance | path

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

1234

/PHP-5.6/ext/spl/
H A Dspl_directory.c2927 str_len = MAX(0, MIN(length, str_len)); in SPL_METHOD()
/PHP-5.6/ext/curl/
H A Dinterface.c1577 length = MIN((int) (size * nmemb), Z_STRLEN_P(retval_ptr)); in curl_read()
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregexec.c3573 int offset = (MIN(start, range) - str); in onig_search()
H A Dregparse.c1965 to = MIN(to1, to2); in and_code_range_buf()
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c8917 #define MIN(A,B) ((A)<(B)?(A):(B)) macro
59393 int nAdd = MIN(nNew,iOld-iNew);
68496 int nCmp = MIN(mem1.n, pRhs->n);
68517 int nCmp = MIN(nStr, pRhs->n);
78718 res = memcmp(v1, v2, MIN(n1, n2));
117955 mxBitCol = MIN(BMS-1,pTable->nCol);
132756 #ifndef MIN
132757 # define MIN(x,y) ((x)<(y)?(x):(y))
147063 int nCmp = MIN(nLhs, nRhs);
151330 #ifndef MIN
[all …]
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch2027 iv[1].iov_len = MIN( c->bytes_to_send - c->bytes_sent, c->limit );
/PHP-5.6/Zend/
H A Dzend_API.c2017 zend_str_tolower_copy(lcname, fptr->common.function_name, MIN(name_len, sizeof(lcname)-1)); in zend_check_magic_method_implementation()
/PHP-5.6/ext/phar/
H A Dphar_object.c229 got = php_stream_read(fp, buf, MIN(8192, info->uncompressed_filesize - position)); in phar_file_action()
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c780 string_write(str, Z_STRVAL_P(zv), MIN(Z_STRLEN_P(zv), 15)); in _parameter_string()
/PHP-5.6/ext/pgsql/
H A Dpgsql.c6797 …smart_str_appendl(querystr, buf, MIN(snprintf(buf, sizeof(buf), "%F", Z_DVAL_PP(val)), sizeof(buf)…

Completed in 637 milliseconds

1234