HomeSort by relevance Sort by last modified time
    Searched refs:CURLMIN (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
sendf.c 182 copysize = CURLMIN(len, psnd->recv_size - psnd->recv_processed);
681 size_t bytestocopy = CURLMIN(conn->buf_len - conn->read_pos,
695 bytesfromsocket = CURLMIN(sizerequested, BUFSIZE * sizeof (char));
699 bytesfromsocket = CURLMIN((long)sizerequested,
pingpong.c 72 timeout_ms = CURLMIN(timeout_ms, timeout2_ms);
curl_ntlm_core.c 423 size_t len = CURLMIN(strlen(password), 14);
urldata.h 216 #define CURLMIN(x,y) ((x)<(y)?(x):(y))
    [all...]
transfer.c 335 show = CURLMIN(conn->buf_len - conn->read_pos, sizeof(buf)-1);
    [all...]

Completed in 38 milliseconds