Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 135) sorted by relevance

123456

/curl/docs/libcurl/
H A Dcurl_global_cleanup.md39 If this is not thread-safe, you must not call this function when any other
41 This does not just mean no other thread that is using libcurl. Because
42 curl_global_cleanup(3) calls functions of other libraries that are
43 similarly thread unsafe, it could conflict with any other thread that uses
44 these other libraries.
54 still running then your program may crash or other corruption may occur. We
H A Dcurl_global_init.md37 the code that shares a memory space) before the program calls any other
44 In normal operation, you must specify CURL_GLOBAL_ALL. Do not use any other
52 call this function when any other thread in the program (i.e. a thread sharing
53 the same memory) is running. This does not just mean no other thread that is
54 using libcurl. Because curl_global_init(3) calls functions of other libraries
55 that are similarly thread unsafe, it could conflict with any other thread that
56 uses these other libraries.
133 other curl functions.
H A Dcurl_getenv.md59 memory, although other systems does not work properly if this is not done. The
60 Unix implementation thus suffers slightly from the drawbacks of other systems.
H A Dcurl_multi_init.md33 all the other multi-functions, sometimes referred to as a multi handle in some
64 other curl functions.
H A Dlibcurl.md49 The multi interface on the other hand is an asynchronous interface, that you
58 There is also a series of other helpful functions and interface families to
63 gets detailed libcurl (and other used libraries) version info. See
118 a lowercase c). You can find other functions in the library source code, but
160 internal use of other libraries, which are too complicated for the
180 not call them when any other thread in the program is running. It
181 is not good enough that no other thread is using libcurl at the time,
182 because these functions internally call similar functions of other
184 generally know what these libraries are, or whether other threads are
204 other parts of the program -- it does not know whether they use libcurl or
[all …]
H A Dcurl_global_trace.md42 If this is not thread-safe, you must not call this function when any other
44 does not just mean no other thread that is using libcurl. Because
45 curl_global_init(3) may call functions of other libraries that are similarly
46 thread unsafe, it could conflict with any other thread that uses these other
H A Dcurl_easy_init.md34 as input to other functions in the easy interface. This call must have a
76 other curl functions.
/curl/docs/cmdline-opts/
H A Dlocation-trusted.md5 Help: As --location, but send secrets to other hosts
20 send credentials and other secrets along to other hosts than the initial one.
H A Drequest-target.md21 slash or other data that does not follow the regular URL pattern, like
25 filter or other safe guards. That includes white space and control characters.
H A Dhaproxy-clientip.md24 separated by exactly one dot between each other. Heading zeroes are not
27 digits (upper or lower case) delimited by colons between each other, with the
H A Dretry-connrefused.md18 In addition to the other conditions, consider ECONNREFUSED as a transient
H A Dproxy-http2.md24 This has no effect for any other kinds of proxies.
H A Ddata-urlencode.md23 Post data, similar to the other --data options with the exception that this
33 the other cases below.
H A Dhostpubsha256.md23 other SSH backends.
H A Dcacert.md38 option is supported for backward compatibility with other SSL engines, but it
45 other SSL engines; instead it is recommended to use Windows' store of root
/curl/docs/libcurl/opts/
H A DCURLOPT_UNRESTRICTED_AUTH.md20 CURLOPT_UNRESTRICTED_AUTH - send credentials to other hosts too
40 requests done to other hosts than the one used for the initial URL. Another
46 username + password to other sites.
55 client may not want to pass on to other servers than the initially intended
56 host and for all other headers than the two mentioned above, there is no
H A DCURLOPT_NOBODY.md34 libcurl do a HEAD request. For most other protocols it means just not asking
40 CURLOPT_HTTPGET(3) and for other methods, use the POST or UPLOAD
45 If you do a transfer with HTTP that involves a method other than HEAD, you get
H A DCURLOPT_FOLLOWLOCATION.md49 instructs libcurl otherwise. All other redirect response codes make libcurl
59 username + password to other sites. CURLOPT_UNRESTRICTED_AUTH(3) is provided
63 client may not want to pass on to other servers than the initially intended
64 host and for all other headers than the two mentioned above, there is no
/curl/tests/data/
H A Dtest159148 Trailer: my-super-awesome-trailer, my-other-awesome-trailer
60 my-other-awesome-trailer: trail2
H A Dtest159847 Trailer: my-super-awesome-trailer, my-other-awesome-trailer
55 my-other-awesome-trailer: trail2
H A Dtest194425 Server: the other one
59 Server == the other one
H A Dtest194725 Server: the other one
36 Server: the other one
H A Dtest110538 "http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER?parm1=this*that/other/thing&parm2=foobar/%TESTNUMBER"…
49 POST /we/want/%TESTNUMBER?parm1=this*that/other/thing&parm2=foobar/%TESTNUMBER HTTP/1.1
H A Dtest108534 # Ensure the IPv6 stack is operational before running this test (other tests
/curl/m4/
H A Dzz50-xc-ovr.m430 dnl file may override those provided in other files.
56 dnl make macros in this file visible to other macros

Completed in 14 milliseconds

123456