Home
last modified time | relevance | path

Searched refs:larger (Results 1 – 25 of 37) sorted by relevance

12

/curl/lib/
H A Dsplay.c61 y->larger = t; in Curl_splay()
71 if(!t->larger) in Curl_splay()
78 if(!t->larger) in Curl_splay()
83 t = t->larger; in Curl_splay()
136 node->larger = t; in Curl_splayinsert()
141 node->larger = t->larger; in Curl_splayinsert()
143 t->larger = NULL; in Curl_splayinsert()
185 x->larger = t->larger; in Curl_splaygetbest()
195 x = t->larger; in Curl_splaygetbest()
265 x->larger = t->larger; in Curl_splayremove()
[all …]
H A Dsplay.h32 struct Curl_tree *larger; /* larger node */ member
/curl/tests/data/
H A Dtest13091451 Removing nodes not larger than 0
1453 Removing nodes not larger than 100
1463 Removing nodes not larger than 200
1473 Removing nodes not larger than 300
1486 Removing nodes not larger than 400
1494 Removing nodes not larger than 500
1503 Removing nodes not larger than 600
1516 Removing nodes not larger than 700
1526 Removing nodes not larger than 800
1536 Removing nodes not larger than 900
[all …]
H A Dtest59932 this data is slightly larger than the first piece
54 this data is slightly larger than the first piece
69 # Bug 3510057 pointed out that when following a location to a larger chunked
H A Dtest230541 WebSocket curl_ws_recv() loop reading three larger frames
H A Dtest301831 MQTT SUBSCRIBE with PUBLISH larger than --max-filesize
H A Dtest107040 rather large (larger than your typical TCP packet) so that not all of it can nor
/curl/docs/libcurl/opts/
H A DCURLOPT_MAXFILESIZE.md30 bytes) of a file to download. If the file requested is found larger than this
37 ends up being larger than this given limit.
59 /* refuse to download if larger than 1000 bytes! */
H A DCURLOPT_MAXFILESIZE_LARGE.md33 (in bytes) of a file to download. If the file requested is found larger than
40 ends up being larger than this given limit.
61 /* refuse to download if larger than ridiculous */
H A DCURLOPT_UPLOAD_BUFFERSIZE.md31 buffer in libcurl. It makes libcurl uses a larger buffer that gets passed to
33 protocols, there is a huge performance benefit of having a larger upload
65 /* ask libcurl to allocate a larger upload buffer */
H A DCURLOPT_BUFFERSIZE.md34 is a benefit of having a larger buffer for performance.
69 /* ask libcurl to allocate a larger receive buffer */
H A DCURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.md33 currently processing a request with a Content-Length larger than this
H A DCURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.md35 current chunk length larger than CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE(3),
H A DCURLOPT_TCP_KEEPIDLE.md34 The maximum value this accepts is 2147483648. Any larger value is capped to
H A DCURLOPT_TCP_KEEPINTVL.md33 The maximum value this accepts is 2147483648. Any larger value is capped to
H A DCURLOPT_TFTP_BLKSIZE.md50 /* try using larger blocks */
H A DCURLOPT_PROXYPORT.md41 While this accepts a 'long', the port number is 16 bit so it cannot be larger
H A DCURLOPT_KEEP_SENDING_ON_ERROR.md32 if the HTTP code returned is equal to or larger than 300. The default action
H A DCURLOPT_TCP_KEEPCNT.md36 Any larger value is capped to this amount.
H A DCURLOPT_FAILONERROR.md31 code returned is equal to or larger than 400. The default action would be to
/curl/docs/cmdline-opts/
H A Dmax-filesize.md20 file to download. If the file requested is larger than this value, the
31 ends up being larger than this given limit.
H A Dtftp-blksize.md19 Set the TFTP **BLKSIZE** option (must be 512 or larger). This is the block
H A Dignore-content-length.md20 files larger than 2 gigabytes.
/curl/tests/unit/
H A Dunit1309.c48 splayprint(t->larger, d + 1, output); in splayprint()
/curl/docs/libcurl/
H A Dcurl_multi_fdset.md74 If one of the sockets used by libcurl happens to be larger than what can be
76 is larger than **FD_SETSIZE**, then libcurl tries to not set it. Setting a

Completed in 26 milliseconds

12