Searched refs:same (Results 1 – 25 of 174) sorted by relevance
1234567
/curl/tests/data/ |
H A D | test1683 | 39 to stay the same 42 …xist%TESTNUMBER.$i"; open(FH, ">", $filename) or die $!; print FH "to stay the same" ; close(FH) }' 53 to stay the same 56 …TESTNUMBER.$i"; open(FH, "<", $filename) or die $!; (<FH> eq "to stay the same" and <FH> eq "") or…
|
H A D | test1681 | 39 to stay the same 47 to stay the same
|
H A D | test1682 | 39 to stay the same 47 to stay the same
|
H A D | test526 | 33 FTP RETR same file using different handles but same connection
|
H A D | test527 | 33 FTP RETR same file using different handles but same connection
|
H A D | test528 | 37 HTTP GET same file using different handles but same connection
|
H A D | test950 | 28 # the custom request just does it lowercase to remain the same command
|
/curl/docs/examples/ |
H A D | websocket.c | 56 int same = 0; in recv_pong() local 61 same = 1; in recv_pong() 64 if(!same) in recv_pong()
|
/curl/tests/libtest/ |
H A D | lib2304.c | 49 int same = 0; in recv_pong() local 54 same = 1; in recv_pong() 57 if(!same) in recv_pong()
|
H A D | lib2301.c | 49 int same = 0; 54 same = 1; 57 if(!same)
|
/curl/tests/unit/ |
H A D | unit1399.c | 58 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/docs/libcurl/opts/ |
H A D | CURLSHOPT_SHARE.md | 50 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 D | CURLOPT_STREAM_DEPENDS.md | 32 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 D | CURLOPT_STREAM_DEPENDS_E.md | 32 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 D | CURLINFO_CONN_ID.md | 34 The connection id is unique among all connections using the same 36 same multi handle.
|
H A D | CURLINFO_XFER_ID.md | 35 The transfer id is unique among all transfers performed using the same 37 same multi handle.
|
H A D | CURLMOPT_PIPELINING.md | 37 same connection when doing parallel transfers to the same hosts.
|
H A D | CURLOPT_ABSTRACT_UNIX_SOCKET.md | 40 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 D | CURLOPT_FTP_CREATE_MISSING_DIRS.md | 44 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
|
H A D | CURLOPT_STREAM_WEIGHT.md | 35 sense and is only usable when doing multiple streams over the same 43 Streams with the same parent should be allocated resources proportionally
|
/curl/docs/cmdline-opts/ |
H A D | data.md | 25 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 D | remote-time.md | 20 getting downloaded, and if that is available make the local file get that same
|
/curl/docs/libcurl/ |
H A D | curl_easy_perform.md | 38 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 D | curl_easy_header.md | 43 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 D | release-tools.sh | 66 - Install the same set of tools + versions as listed above
|
Completed in 31 milliseconds
1234567