Home
last modified time | relevance | path

Searched refs:BIT (Results 1 – 25 of 43) sorted by relevance

12

/curl/lib/
H A Drequest.h125 BIT(header); /* incoming data has HTTP header */
129 BIT(content_range); /* set TRUE if Content-Range: was found */
130 BIT(download_done); /* set to TRUE when download is complete */
131 BIT(eos_written); /* iff EOS has been written to client */
133 BIT(eos_sent); /* iff EOS has been sent to the server */
143 BIT(ignore_cl); /* ignore content-length */
146 BIT(getheader); /* TRUE if header parsing is wanted */
147 BIT(no_body); /* the response has no body */
152 BIT(sendbuf_init); /* sendbuf is initialized */
153 BIT(shutdown); /* request end will shutdown connection */
[all …]
H A Durldata.h257 BIT(eof_flag);
326 BIT(falsestart);
384 BIT(userhash);
485 BIT(noauthpersist);
487 BIT(havenegdata);
549 BIT(doh);
554 BIT(tls_upgraded);
1151 BIT(exclusive);
1366 BIT(use_range);
1372 BIT(cookie_engine);
[all …]
H A Dsmtp.h63 BIT(rcpt_had_ok); /* Whether any of RCPT TO commands (depends on
65 BIT(trailing_crlf); /* Specifies if the trailing CRLF is present */
75 BIT(ssldone); /* Is connect() over SSL done? */
76 BIT(tls_supported); /* StartTLS capability supported by server */
77 BIT(size_supported); /* If server supports SIZE extension according to
79 BIT(utf8_supported); /* If server supports SMTPUTF8 extension according
81 BIT(auth_supported); /* AUTH capability supported by server */
H A Dmultihandle.h174 BIT(multiplexing); /* multiplexing wanted */
175 BIT(recheckstate); /* see Curl_multi_connchanged */
176 BIT(in_callback); /* true while executing a callback */
178 BIT(ssl_seeded);
180 BIT(dead); /* a callback returned error, everything needs to crash and
182 BIT(xfer_buf_borrowed); /* xfer_buf is currently being borrowed */
183 BIT(xfer_ulbuf_borrowed); /* xfer_ulbuf is currently being borrowed */
185 BIT(warned); /* true after user warned of DEBUGBUILD */
H A Dimap.h83 BIT(ssldone); /* Is connect() over SSL done? */
84 BIT(preauth); /* Is this connection PREAUTH? */
85 BIT(tls_supported); /* StartTLS capability supported by server */
86 BIT(login_disabled); /* LOGIN command disabled by server */
87 BIT(ir_supported); /* Initial response supported by server */
H A Dftp.h151 BIT(ftp_trying_alternative);
152 BIT(dont_check); /* Set to TRUE to prevent the final (post-transfer)
155 BIT(ctl_valid); /* Tells Curl_ftp_quit() whether or not to do anything. If
158 BIT(cwddone); /* if it has been determined that the proper CWD combo
160 BIT(cwdfail); /* set TRUE if a CWD command fails, as then we must prevent
162 BIT(wait_data_conn); /* this is set TRUE if data connection is waited */
H A Dpop3.h73 BIT(ssldone); /* Is connect() over SSL done? */
74 BIT(tls_supported); /* StartTLS capability supported by server */
H A Dcurl_sasl.h128 BIT(resetprefs); /* For URL auth option parsing. */
129 BIT(mutual_auth); /* Mutual authentication enabled (GSSAPI only) */
130 BIT(force_ir); /* Protocol always supports initial response */
H A Drtsp.h58 BIT(in_header);
H A Dhttp_chunks.h100 BIT(ignore_body); /* never write response body data */
H A Dcurl_setup_once.h254 #define BIT(x) bool x macro
257 #define BIT(x) bit x:1 macro
H A Dselect.h118 BIT(allocated_pfds);
H A Dconncache.h62 BIT(locked);
H A Dsendf.c232 BIT(started_response);
631 BIT(seen_eos);
632 BIT(errored);
633 BIT(has_used_cb);
634 BIT(is_paused);
950 BIT(read_eos); /* we read an EOS from the next reader */
951 BIT(eos); /* we have returned an EOS */
952 BIT(prev_cr); /* the last byte was a CR */
H A Dhttp2.c145 BIT(initialized);
146 BIT(via_h1_upgrade);
147 BIT(conn_closed);
148 BIT(rcvd_goaway);
149 BIT(sent_goaway);
150 BIT(enable_push);
151 BIT(nw_out_blocked);
217 BIT(resp_hds_complete); /* we have a complete, final response */
218 BIT(closed); /* TRUE on stream close */
219 BIT(reset); /* TRUE on stream reset */
[all …]
H A Dcfilters.h233 BIT(connected); /* != 0 iff this filter is connected */
234 BIT(shutdown); /* != 0 iff this filter has shut down */
H A Dcw-out.c105 BIT(paused);
106 BIT(errored);
/curl/lib/vtls/
H A Dwolfssl.h43 BIT(x509_store_setup); /* x509 store has been set up */
44 BIT(shutting_down); /* TLS is being shut down */
H A Dgtls.h54 BIT(trust_setup); /* x509 anchors + CRLs have been set up */
69 BIT(sent_shutdown);
H A Dopenssl.h52 BIT(x509_store_setup); /* x509 store has been set up */
53 BIT(reused_session); /* session-ID was reused for this */
H A Dvtls_int.h95 BIT(use_alpn); /* if ALPN shall be used in handshake */
96 BIT(peer_closed); /* peer has closed connection */
H A Dschannel_int.h163 BIT(sent_shutdown);
/curl/lib/vquic/
H A Dvquic_int.h52 BIT(got_first_byte); /* if first byte was received */
53 BIT(no_gso); /* do not use gso on sending */
H A Dcurl_quiche.c102 BIT(initialized);
103 BIT(goaway); /* got GOAWAY from server */
104 BIT(x509_store_setup); /* if x509 store has been set up */
105 BIT(shutdown_started); /* queued shutdown packets */
174 BIT(opened); /* TRUE after stream has been opened */
175 BIT(closed); /* TRUE on stream close */
176 BIT(reset); /* TRUE on stream reset */
177 BIT(send_closed); /* stream is locally closed */
178 BIT(resp_hds_complete); /* final response has been received */
179 BIT(resp_got_header); /* TRUE when h3 stream has recvd some HEADER */
[all …]
H A Dcurl_osslq.c217 BIT(recvd_eos);
218 BIT(closed);
219 BIT(reset);
220 BIT(send_blocked);
295 BIT(initialized);
296 BIT(got_first_byte); /* if first byte was received */
297 BIT(x509_store_setup); /* if x509 store has been set up */
298 BIT(protocol_shutdown); /* QUIC connection is shut down */
299 BIT(need_recv); /* QUIC connection needs to receive */
300 BIT(need_send); /* QUIC connection needs to send */
[all …]

Completed in 131 milliseconds

12