Searched refs:other (Results 1 – 25 of 135) sorted by relevance
123456
/curl/docs/libcurl/ |
H A D | curl_global_cleanup.md | 39 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 D | curl_global_init.md | 37 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 D | curl_getenv.md | 59 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 D | curl_multi_init.md | 33 all the other multi-functions, sometimes referred to as a multi handle in some 64 other curl functions.
|
H A D | libcurl.md | 49 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 D | curl_global_trace.md | 42 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 D | curl_easy_init.md | 34 as input to other functions in the easy interface. This call must have a 76 other curl functions.
|
/curl/docs/cmdline-opts/ |
H A D | location-trusted.md | 5 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 D | request-target.md | 21 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 D | haproxy-clientip.md | 24 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 D | retry-connrefused.md | 18 In addition to the other conditions, consider ECONNREFUSED as a transient
|
H A D | proxy-http2.md | 24 This has no effect for any other kinds of proxies.
|
H A D | data-urlencode.md | 23 Post data, similar to the other --data options with the exception that this 33 the other cases below.
|
H A D | hostpubsha256.md | 23 other SSH backends.
|
H A D | cacert.md | 38 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 D | CURLOPT_UNRESTRICTED_AUTH.md | 20 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 D | CURLOPT_NOBODY.md | 34 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 D | CURLOPT_FOLLOWLOCATION.md | 49 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 D | test1591 | 48 Trailer: my-super-awesome-trailer, my-other-awesome-trailer 60 my-other-awesome-trailer: trail2
|
H A D | test1598 | 47 Trailer: my-super-awesome-trailer, my-other-awesome-trailer 55 my-other-awesome-trailer: trail2
|
H A D | test1944 | 25 Server: the other one 59 Server == the other one
|
H A D | test1947 | 25 Server: the other one 36 Server: the other one
|
H A D | test1105 | 38 "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 D | test1085 | 34 # Ensure the IPv6 stack is operational before running this test (other tests
|
/curl/m4/ |
H A D | zz50-xc-ovr.m4 | 30 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