Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 16 of 16) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_CONNECTTIMEOUT_MS.md18 CURLOPT_CONNECTTIMEOUT_MS - timeout for the connect phase
32 connection phase to take. This timeout only limits the connection phase, it
33 has no impact once libcurl has connected. The connection phase includes the
50 connection phase cannot last longer than 3000 milliseconds.
54 the connection phase.
H A DCURLOPT_CONNECTTIMEOUT.md18 CURLOPT_CONNECTTIMEOUT - timeout for the connect phase
31 phase to take. This timeout only limits the connection phase, it has no impact
32 once libcurl has connected. The connection phase includes the name resolve
49 phase cannot last longer than 3 seconds.
53 connection phase.
H A DCURLINFO_ACTIVESOCKET.md39 CURLOPT_CONNECT_ONLY(3), which skips the transfer phase.
/curl/lib/
H A Dsendf.h130 Curl_cwriter_phase phase; /* phase at which it operates */ member
141 Curl_cwriter_phase phase);
153 size_t Curl_cwriter_count(struct Curl_easy *data, Curl_cwriter_phase phase);
246 Curl_creader_phase phase; /* phase at which it operates */ member
293 Curl_creader_phase phase);
H A Dsendf.c383 Curl_cwriter_phase phase) in Curl_cwriter_create() argument
397 writer->phase = phase; in Curl_cwriter_create()
422 if(w->phase == phase) in Curl_cwriter_count()
471 while(*anchor && (*anchor)->phase < writer->phase) in Curl_cwriter_add()
915 Curl_creader_phase phase) in Curl_creader_create() argument
929 reader->phase = phase; in Curl_creader_create()
1103 DEBUGASSERT(r->phase == CURL_CR_CLIENT); in do_init_reader_stack()
1157 while(*anchor && (*anchor)->phase < reader->phase) in Curl_creader_add()
1170 DEBUGASSERT(r->phase == CURL_CR_CLIENT); in Curl_creader_set()
1385 while(r && r->phase != CURL_CR_CLIENT) in Curl_creader_client_length()
[all …]
H A Dcontent_encoding.c946 Curl_cwriter_phase phase) in find_unencode_writer() argument
950 if(phase == CURL_CW_TRANSFER_DECODE) { in find_unencode_writer()
974 Curl_cwriter_phase phase = is_transfer ? in Curl_build_unencoding_stack() local
1011 if(Curl_cwriter_count(data, phase) + 1 >= MAX_ENCODE_STACK) { in Curl_build_unencoding_stack()
1017 cwt = find_unencode_writer(name, namelen, phase); in Curl_build_unencoding_stack()
1047 result = Curl_cwriter_create(&writer, data, cwt, phase); in Curl_build_unencoding_stack()
/curl/docs/cmdline-opts/
H A Dconnect-timeout.md20 limits the connection phase, so if curl connects within the given period it
27 The connection phase is considered complete when the DNS lookup and requested
/curl/packages/vms/
H A Dpcsi_gnv_curl_file_list.txt10 ! [xxx.yyy]foo.dir is a directory file for the rename phase.
11 ! [xxx.yyy.foo] is a directory file for the create phase.
H A Dcurl_gnv_build_steps.txt75 The directory NEW_GNU:[usr] should be created. The make install phase should
/curl/docs/libcurl/
H A Dcurl_global_trace.md32 This function may be called during the initialization phase of a program. It
H A Dcurl_easy_setopt.md42 curl_easy_setopt(3) calls in the setup phase.
154 Timeout for the connection phase. See CURLOPT_CONNECTTIMEOUT(3)
158 Millisecond timeout for the connection phase. See CURLOPT_CONNECTTIMEOUT_MS(3)
/curl/m4/
H A Dcurl-compilers.m4573 dnl Force compiler to stop after the compilation phase, without
1258 dnl compilation phase without generating any object
1280 dnl compilation phase without generating any object
1475 dnl compilation phase without generating any object
/curl/docs/
H A DKNOWN_BUGS172 SMTP if a failure occurs during the authentication phase of a connection.
H A DTODO508 phase. As such any failures during authentication does not trigger the
H A DFAQ1087 overall timeout on the connection phase or the entire transfer.
/curl/.github/workflows/
H A Dmacos.yml509 # They pass through a generator phase at build-time which seems to

Completed in 49 milliseconds