Home
last modified time | relevance | path

Searched refs:state (Results 76 – 100 of 121) sorted by relevance

12345

/curl/docs/libcurl/
H A Dcurl_easy_reset.md32 default values. This puts back the handle to the same state as it was in when
H A Dcurl_easy_duphandle.md40 The new handle does **not** inherit any state information, no connections, no
H A Dcurl_multi_remove_handle.md45 state of it and the internal protocol handler deem it necessary. Otherwise
H A Dcurl_easy_pause.md58 The **bitmask** argument is a set of bits that sets the new state of the
142 code means something wrong occurred after the new state was set. See the
H A Dcurl_easy_header.md56 further redirects or when multi-state authentication is used. Passing in -1 is
77 to call from within libcurl callbacks. It returns the state of the headers at
H A Dcurl_multi_perform.md59 When this function returns error, the state of all transfers are uncertain and
H A Dcurl_easy_nextheader.md45 further redirects or when multi-state authentication is used. Passing in -1 is
/curl/.github/workflows/
H A Dappveyor-status.yml34 state: (.status | sub("queued"; "pending")
/curl/lib/
H A Dsendf.c641 ctx->read_cb = data->state.fread_func; in cr_in_init()
642 ctx->cb_user_data = data->state.in; in cr_in_init()
864 if(data->state.fread_func == (curl_read_callback)fread) { in cr_in_rewind()
865 int err = fseek(data->state.in, 0, SEEK_SET); in cr_in_rewind()
1025 if(!data->set.crlf && (data->state.infilesize != -1)) { in cr_lc_read()
1028 data->state.infilesize++; in cr_lc_read()
1112 || data->state.prefer_ascii in do_init_reader_stack()
1150 result = Curl_creader_set_fread(data, data->state.infilesize); in Curl_creader_add()
1190 result = Curl_creader_set_fread(data, data->state.infilesize); in Curl_client_read()
H A Dcurl_sasl.h123 saslstate state; /* Current machine state */ member
H A Dhttp2.c366 data->state.select_bits = bits; in drain_stream()
876 second->state.priority.weight = data->state.priority.weight; in h2_duphandle()
928 if(data->state.url_alloc) in set_transfer_url()
929 free(data->state.url); in set_transfer_url()
930 data->state.url_alloc = TRUE; in set_transfer_url()
931 data->state.url = url; in set_transfer_url()
1757 data->state.refused_stream = TRUE; in http2_handle_stream_close()
1839 return data->state.priority.weight ? in sweight_in_effect()
1859 data->state.priority = *prio; in h2_pri_spec()
2186 switch(data->state.httpreq) { in h2_submit()
[all …]
H A Dhttp_proxy.c127 if(data->state.aptr.proxyuserpwd) { in Curl_http_proxy_create_CONNECT()
129 data->state.aptr.proxyuserpwd); in Curl_http_proxy_create_CONNECT()
H A Dcurl_path.c47 Curl_urldecode(data->state.up.path, 0, &working_path, in Curl_getworkingpath()
H A Dtelnet.c803 if(data->state.aptr.user) { in check_telnet_options()
1396 n = data->state.fread_func(buffer, 1, buf_size, data->state.in); in telnet_do()
1534 pfd[1].fd = fileno((FILE *)data->state.in); in telnet_do()
1569 if(data->state.os_errno == ECONNRESET) { in telnet_do()
1607 nread = (int)data->state.fread_func(buffer, 1, sizeof(buffer), in telnet_do()
1608 data->state.in); in telnet_do()
H A Dws.c158 dec->state = WS_DEC_INIT; in ws_dec_reset()
302 switch(dec->state) { in ws_dec_pass()
305 dec->state = WS_DEC_HEAD; in ws_dec_pass()
319 dec->state = WS_DEC_PAYLOAD; in ws_dec_pass()
328 dec->state = WS_DEC_INIT; in ws_dec_pass()
338 dec->state = WS_DEC_INIT; in ws_dec_pass()
1277 data->state.httpwant = CURL_HTTP_VERSION_1_1; in ws_setup_conn()
H A Dcf-socket.c649 data->state.os_errno = error = SOCKERRNO; in bindlocal()
759 data->state.errorbuf = FALSE; in bindlocal()
760 data->state.os_errno = error = SOCKERRNO; in bindlocal()
811 data->state.os_errno = error = SOCKERRNO; in bindlocal()
918 data->state.os_errno = error; in socket_connect_result()
1372 data->state.os_errno = ctx->error; in cf_tcp_connect()
1541 data->state.os_errno = sockerr; in cf_socket_send()
1609 data->state.os_errno = sockerr; in cf_socket_recv()
H A Ddict.c187 result = Curl_urldecode(data->state.up.path, 0, &path, NULL, REJECT_CTRL); in dict_do()
H A Dprogress.c513 if(data->state.resume_from) { in progress_meter()
516 data->state.resume_from); in progress_meter()
H A Ddoh.c281 doh->state.internal = true; in doh_run_probe()
283 doh->state.feat = &Curl_doh_trc; in doh_run_probe()
1307 failf(data, "Could not DoH-resolve: %s", data->state.async.hostname); in Curl_doh_is_resolved()
1369 data->state.async.dns = dns; in Curl_doh_is_resolved()
/curl/lib/vssh/
H A Dssh.h143 sshstate state; /* always use ssh.c:state() to change state! */ member
/curl/lib/vtls/
H A Dopenssl.c1366 if(!data->state.engine) { in cert_stuff()
1374 if(data->state.engine) { in cert_stuff()
1573 if(!data->state.engine) { in cert_stuff()
1581 if(data->state.engine) { in cert_stuff()
1819 if(data->state.engine) { in ossl_set_engine()
1821 ENGINE_free(data->state.engine); in ossl_set_engine()
1822 data->state.engine = NULL; in ossl_set_engine()
1832 data->state.engine = e; in ossl_set_engine()
1846 if(data->state.engine) { in ossl_set_engine_default()
2034 if(data->state.engine) { in ossl_close_all()
[all …]
H A Dvtls_int.h92 ssl_connection_state state; member
H A Drustls.c810 CURL_TRC_CF(data, cf, "cr_connect_common, state=%d", connssl->state); in cr_connect_common()
819 connssl->state = ssl_connection_negotiating; in cr_connect_common()
859 connssl->state = ssl_connection_complete; in cr_connect_common()
/curl/src/
H A Dtool_cfgable.h304 struct State state; /* for create_transfer() */ member
/curl/lib/vquic/
H A Dcurl_msh3.c245 if(data->state.select_bits != bits) { in drain_stream_from_other_thread()
246 data->state.select_bits = bits; in drain_stream_from_other_thread()
262 if(data->state.select_bits != bits) { in h3_drain_stream()
263 data->state.select_bits = bits; in h3_drain_stream()

Completed in 100 milliseconds

12345