Searched refs:empty (Results 1 – 25 of 69) sorted by relevance
123
/curl/tests/unit/ |
H A D | unit1620.c | 77 struct Curl_easy *empty; variable 83 rc = Curl_open(&empty); 88 rc = Curl_connect(empty, &async, &protocol_connect); 92 fail_unless(empty->magic == CURLEASY_MAGIC_NUMBER, 96 rc = Curl_connect(empty, &async, &protocol_connect); 100 rc = Curl_init_userdefined(empty); 103 rc = Curl_init_do(empty, empty->conn); 121 Curl_freeset(empty); 123 fail_unless(empty->set.str[i] == NULL, 127 rc = Curl_close(&empty);
|
/curl/tests/data/ |
H A D | test1411 | 39 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T %LOGDIR/empty%TESTNUMBER 41 # create an empty file 42 <file name="%LOGDIR/empty%TESTNUMBER">
|
H A D | test46 | 68 domain..tld FALSE /want FALSE 0 empty 82 Cookie: empty=; mooo2=indeed2; mooo=indeed 96 domain..tld FALSE /want FALSE 0 empty 103 domain..tld FALSE /want FALSE 0 empty
|
H A D | test182 | 23 FTP download an empty file
|
H A D | test617 | 23 SCP retrieval of empty file
|
H A D | test616 | 23 SFTP retrieval of empty file
|
H A D | test1271 | 27 --write-out from file with empty file
|
H A D | test1037 | 31 FTP download resume from end of empty file
|
H A D | test1199 | 30 MQTT PUBLISH empty payload, no topic
|
H A D | test1004 | 39 HTTP GET with empty proxy
|
H A D | test2078 | 29 curl --negotiate should not send empty POST request only
|
H A D | test1039 | 23 FTP PASV upload resume from end of empty file
|
H A D | test1198 | 30 MQTT PUBLISH empty payload, single space topic
|
H A D | test1157 | 36 Get -H headers from empty file
|
H A D | test1423 | 30 HTTP GET -o fname without Content-Disposition (empty file)
|
H A D | test278 | 28 HTTP with proxy string including http:// and user+empty password
|
H A D | test1422 | 34 HTTP GET with -O -J and Content-Disposition (empty file)
|
H A D | test376 | 60 # the file should be empty now
|
/curl/docs/cmdline-opts/ |
H A D | etag-compare.md | 24 line with the desired ETag. An empty file is parsed as an empty ETag.
|
H A D | connect-to.md | 24 `HOST1` and `PORT1` may be empty strings, meaning any host or any port number. 25 `HOST2` and `PORT2` may also be empty strings, meaning use the request's
|
H A D | dump-ca-embed.md | 25 If curl was not built with a default CA bundle embedded, the output is empty.
|
H A D | etag-save.md | 22 If no ETag is sent by the server, an empty file is created.
|
/curl/docs/libcurl/ |
H A D | curl_mime_addpart.md | 27 curl_mime_addpart - append a new empty part to a mime structure 39 curl_mime_addpart(3) creates and appends a new empty part to the given
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_MAIL_AUTH.md | 37 and the AUTH address is not known or is invalid, then an empty string should 41 be specified within a pair of angled brackets (\<\>). However, if an empty
|
H A D | CURLOPT_CONNECT_TO.md | 48 Any of the four values may be empty. When the HOST or PORT is empty, the host 50 CONNECT-TO-HOST or CONNECT-TO-PORT is empty, the "connect to" feature is
|
Completed in 21 milliseconds
123