Home
last modified time | relevance | path

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

12

/curl/lib/
H A Durldata.h246 BIT(eof_flag);
331 BIT(falsestart);
389 BIT(userhash);
489 BIT(noauthpersist);
491 BIT(havenegdata);
555 BIT(doh);
560 BIT(tls_upgraded);
1166 BIT(exclusive);
1393 BIT(use_range);
1399 BIT(cookie_engine);
[all …]
H A Drequest.h124 BIT(header); /* incoming data has HTTP header */
128 BIT(content_range); /* set TRUE if Content-Range: was found */
129 BIT(download_done); /* set to TRUE when download is complete */
130 BIT(eos_written); /* iff EOS has been written to client */
131 BIT(eos_read); /* iff EOS has been read from the client */
132 BIT(rewind_read); /* iff reader needs rewind at next start */
136 BIT(ignorebody); /* we read a response-body but we ignore it! */
140 BIT(ignore_cl); /* ignore content-length */
143 BIT(getheader); /* TRUE if header parsing is wanted */
144 BIT(no_body); /* the response has no body */
[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.h173 BIT(multiplexing); /* multiplexing wanted */
174 BIT(recheckstate); /* see Curl_multi_connchanged */
175 BIT(in_callback); /* true while executing a callback */
177 BIT(ssl_seeded);
179 BIT(dead); /* a callback returned error, everything needs to crash and
181 BIT(xfer_buf_borrowed); /* xfer_buf is currently being borrowed */
182 BIT(xfer_ulbuf_borrowed); /* xfer_ulbuf is currently being borrowed */
184 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 Dsendf.c232 BIT(started_response);
622 BIT(seen_eos);
623 BIT(errored);
624 BIT(has_used_cb);
920 BIT(read_eos); /* we read an EOS from the next reader */
921 BIT(eos); /* we have returned an EOS */
H A Dcw-out.c105 BIT(paused);
106 BIT(errored);
H A Dconnect.c357 BIT(rewinded); /* if we rewinded the addr list */
358 BIT(has_started); /* attempts have started */
359 BIT(is_done); /* out of addresses/time */
360 BIT(connected); /* cf has connected */
361 BIT(inconclusive); /* connect was not a hard failure, we
H A Dcf-h2-proxy.c78 BIT(has_final_response);
79 BIT(closed);
80 BIT(reset);
183 BIT(conn_closed);
184 BIT(goaway);
185 BIT(nw_out_blocked);
H A Dhttp2.c138 BIT(conn_closed);
139 BIT(goaway);
140 BIT(enable_push);
141 BIT(nw_out_blocked);
199 BIT(resp_hds_complete); /* we have a complete, final response */
200 BIT(closed); /* TRUE on stream close */
201 BIT(reset); /* TRUE on stream reset */
202 BIT(close_handled); /* TRUE if stream closure is handled by libcurl */
203 BIT(bodystarted);
204 BIT(send_closed); /* transfer is done sending, we might have still
H A Dhttp_chunks.c480 BIT(read_eos); /* we read an EOS from the next reader */
481 BIT(eos); /* we have returned an EOS */
H A Dcf-socket.c801 BIT(got_first_byte); /* if first byte was received */
802 BIT(accepted); /* socket was accepted, not connected */
803 BIT(sock_connected); /* socket is "connected", e.g. in UDP */
804 BIT(active);
805 BIT(buffer_recv);
H A Dcfilters.h215 BIT(connected); /* != 0 iff this filter is connected */
/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.c104 BIT(goaway); /* got GOAWAY from server */
105 BIT(x509_store_setup); /* if x509 store has been set up */
152 BIT(opened); /* TRUE after stream has been opened */
153 BIT(closed); /* TRUE on stream close */
154 BIT(reset); /* TRUE on stream reset */
155 BIT(send_closed); /* stream is locally closed */
156 BIT(resp_hds_complete); /* final response has been received */
157 BIT(resp_got_header); /* TRUE when h3 stream has recvd some HEADER */
158 BIT(quic_flow_blocked); /* stream is blocked by QUIC flow control */
H A Dcurl_osslq.c217 BIT(recvd_eos);
218 BIT(closed);
219 BIT(reset);
220 BIT(send_blocked);
296 BIT(got_first_byte); /* if first byte was received */
298 BIT(x509_store_setup); /* if x509 store has been set up */
299 BIT(protocol_shutdown); /* QUIC connection is shut down */
497 BIT(quic_flow_blocked); /* stream is blocked by QUIC flow control */
/curl/lib/vtls/
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 Dgtls.h55 BIT(trust_setup); /* x509 anchors + CRLs have been set up */
H A Dvtls_int.h76 BIT(use_alpn); /* if ALPN shall be used in handshake */
77 BIT(peer_closed); /* peer has closed connection */

Completed in 169 milliseconds

12