Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 174) sorted by relevance

1234567

/curl/tests/data/
H A Dtest168339 to stay the same
42 …xist%TESTNUMBER.$i"; open(FH, ">", $filename) or die $!; print FH "to stay the same" ; close(FH) }'
45 …TESTNUMBER.$i"; open(FH, "<", $filename) or die $!; (<FH> eq "to stay the same" and <FH> eq "") or…
56 to stay the same
H A Dtest168139 to stay the same
47 to stay the same
H A Dtest168239 to stay the same
47 to stay the same
H A Dtest52633 FTP RETR same file using different handles but same connection
H A Dtest52733 FTP RETR same file using different handles but same connection
H A Dtest52837 HTTP GET same file using different handles but same connection
H A Dtest95028 # the custom request just does it lowercase to remain the same command
/curl/docs/examples/
H A Dwebsocket.c56 int same = 0; in recv_pong() local
61 same = 1; in recv_pong()
64 if(!same) in recv_pong()
/curl/tests/unit/
H A Dunit1399.c58 bool same = (time_sec == expected_seconds); in usec_matches_seconds() local
61 same ? "Yes" : "No"); in usec_matches_seconds()
62 return same; in usec_matches_seconds()
/curl/tests/libtest/
H A Dlib2304.c49 int same = 0; in recv_pong() local
54 same = 1; in recv_pong()
57 if(!same) in recv_pong()
H A Dlib2301.c49 int same = 0;
54 same = 1;
57 if(!same)
/curl/docs/libcurl/opts/
H A DCURLSHOPT_SHARE.md50 the same multi handle share DNS cache by default without using this option.
56 the same server. Note SSL session IDs are reused within the same easy handle
71 same multi or easy handle. libcurl does not support doing multiplexed streams
77 Note that when you use the multi interface, all easy handles added to the same
88 Note that when you use the multi interface, all easy handles added to the same
H A DCURLOPT_STREAM_DEPENDS.md32 Pass a CURL pointer in *dephandle* to identify the stream within the same
42 *dephandle* must not be the same as *handle*, that makes this function return
44 a transfer that is about to be sent over the same HTTP/2 connection for this
H A DCURLOPT_STREAM_DEPENDS_E.md32 Pass a CURL pointer in *dephandle* to identify the stream within the same
45 *dephandle* must not be the same as *handle*, that makes this function return
47 a transfer that is about to be sent over the same HTTP/2 connection for this
H A DCURLINFO_CONN_ID.md34 The connection id is unique among all connections using the same
36 same multi handle.
H A DCURLINFO_XFER_ID.md35 The transfer id is unique among all transfers performed using the same
37 same multi handle.
H A DCURLMOPT_PIPELINING.md37 same connection when doing parallel transfers to the same hosts.
H A DCURLOPT_ABSTRACT_UNIX_SOCKET.md40 This option shares the same semantics as CURLOPT_UNIX_SOCKET_PATH(3) in
42 share the same storage and therefore only one of them can be set per handle.
H A DCURLOPT_STREAM_WEIGHT.md35 sense and is only usable when doing multiple streams over the same
43 Streams with the same parent should be allocated resources proportionally
H A DCURLOPT_FTP_CREATE_MISSING_DIRS.md44 a handle to the target-location. The creation fails if a file of the same name
51 same server and they all have this option enabled, as then CWD may first fail
/curl/docs/cmdline-opts/
H A Ddata.md25 Sends the specified data in a POST request to the HTTP server, in the same way
30 --data-raw is almost the same but does not have a special interpretation of
35 If any of these options is used more than once on the same command line, the
H A Dremote-time.md20 getting downloaded, and if that is available make the local file get that same
/curl/docs/libcurl/
H A Dcurl_easy_perform.md38 must be called with the same **easy_handle** as input as the curl_easy_init(3)
41 You can do any amount of calls to curl_easy_perform(3) while using the same
50 same **easy_handle**. Let the function return first before invoking it another
H A Dcurl_easy_header.md43 instances of the same header name available to get. Asking for a too big index
48 then have different importance to the user and headers using the same name
61 example two headers with the same name arrive and the latter overrides the
68 previous calls for the same easy handle. The application needs to copy the data if
93 The data **name** field points to, is the same as the requested name, but
/curl/scripts/
H A Drelease-tools.sh66 - Install the same set of tools + versions as listed above

Completed in 20 milliseconds

1234567