Searched refs:CURLMIN (Results 1 – 5 of 5) sorted by relevance
565 size_t bytestocopy = CURLMIN(conn->buf_len - conn->read_pos, in Curl_read()579 bytesfromsocket = CURLMIN(sizerequested, BUFSIZE * sizeof (char)); in Curl_read()583 bytesfromsocket = CURLMIN((long)sizerequested, in Curl_read()
72 timeout_ms = CURLMIN(timeout_ms, timeout2_ms); in Curl_pp_state_timeout()
428 size_t len = CURLMIN(strlen(password), 14); in Curl_ntlm_core_mk_lm_hash()
205 #define CURLMIN(x,y) ((x)<(y)?(x):(y)) macro
339 show = CURLMIN(conn->buf_len - conn->read_pos, sizeof(buf)-1); in read_rewind()