OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURLMIN
(Results
1 - 8
of
8
) sorted by null
/external/curl/lib/
sendf.c
199
copysize =
CURLMIN
(len, psnd->recv_size - psnd->recv_processed);
740
size_t bytestocopy =
CURLMIN
(conn->buf_len - conn->read_pos,
754
bytesfromsocket =
CURLMIN
(sizerequested, MASTERBUF_SIZE);
758
bytesfromsocket =
CURLMIN
(sizerequested, (size_t)data->set.buffer_size);
sha256.c
200
n =
CURLMIN
(inlen, (block_size - md->curlen));
curl_setup.h
811
#define
CURLMIN
(x,y) ((x)<(y)?(x):(y))
pingpong.c
71
timeout_ms =
CURLMIN
(timeout_ms, timeout2_ms);
http2.c
724
ncopy =
CURLMIN
(stream->len, left);
791
nread =
CURLMIN
(stream->len, len);
[
all
...]
curl_ntlm_core.c
460
size_t len =
CURLMIN
(strlen(password), 14);
transfer.c
522
show =
CURLMIN
(conn->buf_len - conn->read_pos, sizeof(buf)-1);
[
all
...]
http.c
[
all
...]
Completed in 869 milliseconds