Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 69) sorted by relevance

123

/curl/tests/unit/
H A Dunit1620.c77 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 Dtest141139 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T %LOGDIR/empty%TESTNUMBER
41 # create an empty file
42 <file name="%LOGDIR/empty%TESTNUMBER">
H A Dtest4668 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 Dtest18223 FTP download an empty file
H A Dtest61723 SCP retrieval of empty file
H A Dtest61623 SFTP retrieval of empty file
H A Dtest127127 --write-out from file with empty file
H A Dtest103731 FTP download resume from end of empty file
H A Dtest119930 MQTT PUBLISH empty payload, no topic
H A Dtest100439 HTTP GET with empty proxy
H A Dtest207829 curl --negotiate should not send empty POST request only
H A Dtest103923 FTP PASV upload resume from end of empty file
H A Dtest119830 MQTT PUBLISH empty payload, single space topic
H A Dtest115736 Get -H headers from empty file
H A Dtest142330 HTTP GET -o fname without Content-Disposition (empty file)
H A Dtest27828 HTTP with proxy string including http:// and user+empty password
H A Dtest142234 HTTP GET with -O -J and Content-Disposition (empty file)
H A Dtest37660 # the file should be empty now
/curl/docs/cmdline-opts/
H A Detag-compare.md24 line with the desired ETag. An empty file is parsed as an empty ETag.
H A Dconnect-to.md24 `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 Ddump-ca-embed.md25 If curl was not built with a default CA bundle embedded, the output is empty.
H A Detag-save.md22 If no ETag is sent by the server, an empty file is created.
/curl/docs/libcurl/
H A Dcurl_mime_addpart.md27 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 DCURLOPT_MAIL_AUTH.md37 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 DCURLOPT_CONNECT_TO.md48 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