Home
last modified time | relevance | path

Searched refs:all (Results 301 – 325 of 343) sorted by relevance

1...<<11121314

/curl/docs/libcurl/opts/
H A DCURLMOPT_SOCKETFUNCTION.md64 callback returns error, **all** transfers currently in progress in this
H A DCURLOPT_RESOLVE.md50 Specify the host as a single ampersand (`*`) to match all names. This wildcard
H A DCURLOPT_NETRC.md94 can be only one default token, and it must be after all machine tokens. To
H A DCURLINFO_TLS_SSL_PTR.md66 forks are all reported as just OpenSSL here.)
/curl/docs/libcurl/
H A Dcurl_url_get.md150 possibly cleaned up version using all available URL parts.
190 like all other parts. That string is guaranteed to hold a valid port number in
H A Dlibcurl-env.md44 This is a setting to set proxy for all URLs, independently of what scheme is
H A Dlibcurl-env-dbg.md141 Make a blocking, graceful shutdown of all remaining connections when
H A Dlibcurl-thread.md71 option to 1L for all handles. Everything works fine except that timeouts
H A Dcurl_mprintf.md105 If the style using '$' is used, it must be used throughout for all conversions
106 taking an argument and all width and precision arguments, but it may be mixed
H A Dcurl_easy_pause.md38 data at all, and that data is then delivered again to the callback when the
H A Dcurl_easy_header.md76 This function can be used before (all) headers have been received and is fine
/curl/docs/
H A DKNOWN_BUGS28 3.4 AUTH PLAIN for SMTP is not working on all servers
174 3.4 AUTH PLAIN for SMTP is not working on all servers
241 number of the Windows builds are flaky. This means that we rarely get all CI
251 However, as a workaround, the Windows path prefix \\?\ which disables all
495 should monitor all socket descriptors involved. Currently, these secondary
H A DTODO15 all agree it is still a good idea for the project.
263 for the hostname on all port numbers.
296 consider calling res_init() + retry once unconditionally on all name resolve
328 significant amount of connections. Currently, libcurl leaves all connections
394 Sometimes applications want to flush all the existing connections kept alive.
396 close all connections that have been closed by the server already.
591 After switching to passive mode (EPSV), curl could try all IP addresses for
652 next etc and if all alternatives fail go back to the original.
1009 all until PR https://github.com/curl/curl/pull/6021 brought the
1147 This is extra tricky if the original URL has no filename part at all since
/curl/packages/vms/
H A Dstage_curl_install.com29 $! copyright notice and this permission notice appear in all copies.
H A Dbuild_gnv_curl_pcsi_desc.com24 $! all destination files with the same name come from the same source file.
36 $! copyright notice and this permission notice appear in all copies.
H A Dbuild_vms.com17 $! CLEAN_ALL Delete product files for all host architectures. (No
47 $! /list/show=(all, nomessages)/machine
H A Dpcsi_gnv_curl_file_list.txt20 ! copyright notice and this permission notice appear in all copies.
H A Dgnv_libcurl_symbols.opt46 ! copyright notice and this permission notice appear in all copies.
H A Dcompare_curl_source.com74 $! copyright notice and this permission notice appear in all copies.
/curl/.github/workflows/
H A Dlinux-old.yml129 run: make -C bld-am/tests all
/curl/
H A DRELEASE-NOTES83 o tests: remove all valgrind disable instructions [21]
99 For all changes ever done in curl:
H A DCMakeLists.txt113 function(curl_dumpvars) # Dump all defined variables with their values
311 option(CURL_DISABLE_HTTP_AUTH "Disable all HTTP authentication methods" OFF)
370 option(HTTP_ONLY "Disable all protocols except HTTP (This overrides all CURL_DISABLE_* options)" OF…
453 # Include all the necessary files for macros
479 # Check for all needed libraries
1686 # For Windows, all compilers used by CMake should support large files
/curl/.circleci/
H A Dconfig.yml60 …./configure --disable-dependency-tracking --enable-tls13 --enable-all --enable-harden --prefix=$HO…
/curl/m4/
H A Dcurl-compilers.m4797 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [all extra])
931 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [all])
981 dnl Also, on gcc 4.0.X it is totally unbearable and complains all
1114 dnl Issue all warnings
1197 dnl Activate all warnings
1198 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [all])
/curl/lib/
H A Dsetopt.c635 char all[256]; in Curl_vsetopt() local
636 Curl_all_content_encodings(all, sizeof(all)); in Curl_vsetopt()
637 result = Curl_setstropt(&data->set.str[STRING_ENCODING], all); in Curl_vsetopt()

Completed in 42 milliseconds

1...<<11121314