Searched refs:phase (Results 1 – 15 of 15) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CONNECTTIMEOUT_MS.md | 18 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 D | CURLOPT_CONNECTTIMEOUT.md | 18 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 D | CURLINFO_ACTIVESOCKET.md | 39 CURLOPT_CONNECT_ONLY(3), which skips the transfer phase.
|
/curl/lib/ |
H A D | sendf.h | 130 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 D | sendf.c | 383 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 D | content_encoding.c | 946 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 D | connect-timeout.md | 20 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 D | pcsi_gnv_curl_file_list.txt | 10 ! [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 D | curl_gnv_build_steps.txt | 75 The directory NEW_GNU:[usr] should be created. The make install phase should
|
/curl/docs/libcurl/ |
H A D | curl_global_trace.md | 32 This function may be called during the initialization phase of a program. It
|
H A D | curl_easy_setopt.md | 42 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 D | curl-compilers.m4 | 573 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 D | KNOWN_BUGS | 173 SMTP if a failure occurs during the authentication phase of a connection.
|
H A D | TODO | 508 phase. As such any failures during authentication does not trigger the
|
H A D | FAQ | 1087 overall timeout on the connection phase or the entire transfer.
|
Completed in 29 milliseconds