Home
last modified time | relevance | path

Searched refs:in_tx (Results 1 – 25 of 105) sorted by relevance

12345

/dports/security/suricata/suricata-6.0.4/libhtp/htp/
H A Dhtp_request.c95 d.tx = connp->in_tx; in htp_connp_req_receiver_send_data()
154 switch (connp->in_tx->request_progress) { in htp_req_handle_state_change()
391 …if ((connp->in_tx->response_status_number >= 200) && (connp->in_tx->response_status_number <= 299)… in htp_connp_REQ_CONNECT_WAIT_RESPONSE()
419 connp->in_tx->request_message_len++; in htp_connp_REQ_BODY_CHUNKED_DATA_END()
729 if (connp->in_tx->is_protocol_0_9 == 0) { in htp_connp_REQ_PROTOCOL()
741 connp->in_tx->is_protocol_0_9 = 0; in htp_connp_REQ_PROTOCOL()
786 connp->in_tx->request_ignored_lines++; in htp_connp_REQ_LINE_complete()
798 if (connp->in_tx->request_line == NULL) in htp_connp_REQ_LINE_complete()
941 connp->in_tx = htp_connp_tx_create(connp); in htp_connp_REQ_IDLE()
942 if (connp->in_tx == NULL) return HTP_ERROR; in htp_connp_REQ_IDLE()
[all …]
H A Dhtp_parsers.c117 …return htp_extract_quoted_string_as_bstr(data + pos, len - pos, &(connp->in_tx->request_auth_usern… in htp_parse_authorization_digest()
146 connp->in_tx->request_auth_username = bstr_dup_ex(decoded, 0, i); in htp_parse_authorization_basic()
147 if (connp->in_tx->request_auth_username == NULL) { in htp_parse_authorization_basic()
152 connp->in_tx->request_auth_password = bstr_dup_ex(decoded, i + 1, bstr_len(decoded) - i - 1); in htp_parse_authorization_basic()
153 if (connp->in_tx->request_auth_password == NULL) { in htp_parse_authorization_basic()
155 bstr_free(connp->in_tx->request_auth_username); in htp_parse_authorization_basic()
170 htp_header_t *auth_header = htp_table_get_c(connp->in_tx->request_headers, "authorization"); in htp_parse_authorization()
172 connp->in_tx->request_auth_type = HTP_AUTH_NONE; in htp_parse_authorization()
180 connp->in_tx->request_auth_type = HTP_AUTH_BASIC; in htp_parse_authorization()
184 connp->in_tx->request_auth_type = HTP_AUTH_DIGEST; in htp_parse_authorization()
[all …]
H A Dhtp_request_generic.c79 connp->in_tx->req_header_repetitions++; in htp_process_request_header_generic()
124 if (htp_table_add(connp->in_tx->request_headers, h->name, h) != HTP_OK) { in htp_process_request_header_generic()
161 if (!(connp->in_tx->flags & HTP_FIELD_UNPARSEABLE)) { in htp_parse_request_header_generic()
162 connp->in_tx->flags |= HTP_FIELD_UNPARSEABLE; in htp_parse_request_header_generic()
190 if (!(connp->in_tx->flags & HTP_FIELD_INVALID)) { in htp_parse_request_header_generic()
191 connp->in_tx->flags |= HTP_FIELD_INVALID; in htp_parse_request_header_generic()
209 if (!(connp->in_tx->flags & HTP_FIELD_INVALID)) { in htp_parse_request_header_generic()
210 connp->in_tx->flags |= HTP_FIELD_INVALID; in htp_parse_request_header_generic()
249 if (!(connp->in_tx->flags & HTP_FIELD_INVALID)) { in htp_parse_request_header_generic()
250 connp->in_tx->flags |= HTP_FIELD_INVALID; in htp_parse_request_header_generic()
[all …]
H A Dhtp_cookies.c77 htp_table_addn(connp->in_tx->request_cookies, name, value); in htp_parse_single_cookie_v0()
89 htp_header_t *cookie_header = htp_table_get_c(connp->in_tx->request_headers, "cookie"); in htp_parse_cookies_v0()
93 connp->in_tx->request_cookies = htp_table_create(4); in htp_parse_cookies_v0()
94 if (connp->in_tx->request_cookies == NULL) return HTP_ERROR; in htp_parse_cookies_v0()
H A Dhtp_connection_parser.c149 return connp->in_tx; in htp_connp_get_in_tx()
209 connp->in_tx = tx; in htp_connp_tx_create()
225 if (connp->in_tx == tx) { in htp_connp_tx_remove()
226 connp->in_tx = NULL; in htp_connp_tx_remove()
/dports/devel/libhtp/libhtp-0.5.33/htp/
H A Dhtp_request.c95 d.tx = connp->in_tx; in htp_connp_req_receiver_send_data()
154 switch (connp->in_tx->request_progress) { in htp_req_handle_state_change()
391 …if ((connp->in_tx->response_status_number >= 200) && (connp->in_tx->response_status_number <= 299)… in htp_connp_REQ_CONNECT_WAIT_RESPONSE()
419 connp->in_tx->request_message_len++; in htp_connp_REQ_BODY_CHUNKED_DATA_END()
729 if (connp->in_tx->is_protocol_0_9 == 0) { in htp_connp_REQ_PROTOCOL()
741 connp->in_tx->is_protocol_0_9 = 0; in htp_connp_REQ_PROTOCOL()
782 connp->in_tx->request_ignored_lines++; in htp_connp_REQ_LINE_complete()
794 if (connp->in_tx->request_line == NULL) in htp_connp_REQ_LINE_complete()
940 connp->in_tx = htp_connp_tx_create(connp); in htp_connp_REQ_IDLE()
941 if (connp->in_tx == NULL) return HTP_ERROR; in htp_connp_REQ_IDLE()
[all …]
H A Dhtp_parsers.c117 …return htp_extract_quoted_string_as_bstr(data + pos, len - pos, &(connp->in_tx->request_auth_usern… in htp_parse_authorization_digest()
146 connp->in_tx->request_auth_username = bstr_dup_ex(decoded, 0, i); in htp_parse_authorization_basic()
147 if (connp->in_tx->request_auth_username == NULL) { in htp_parse_authorization_basic()
152 connp->in_tx->request_auth_password = bstr_dup_ex(decoded, i + 1, bstr_len(decoded) - i - 1); in htp_parse_authorization_basic()
153 if (connp->in_tx->request_auth_password == NULL) { in htp_parse_authorization_basic()
155 bstr_free(connp->in_tx->request_auth_username); in htp_parse_authorization_basic()
170 htp_header_t *auth_header = htp_table_get_c(connp->in_tx->request_headers, "authorization"); in htp_parse_authorization()
172 connp->in_tx->request_auth_type = HTP_AUTH_NONE; in htp_parse_authorization()
180 connp->in_tx->request_auth_type = HTP_AUTH_BASIC; in htp_parse_authorization()
184 connp->in_tx->request_auth_type = HTP_AUTH_DIGEST; in htp_parse_authorization()
[all …]
H A Dhtp_request_generic.c79 connp->in_tx->req_header_repetitions++; in htp_process_request_header_generic()
124 if (htp_table_add(connp->in_tx->request_headers, h->name, h) != HTP_OK) { in htp_process_request_header_generic()
161 if (!(connp->in_tx->flags & HTP_FIELD_UNPARSEABLE)) { in htp_parse_request_header_generic()
162 connp->in_tx->flags |= HTP_FIELD_UNPARSEABLE; in htp_parse_request_header_generic()
190 if (!(connp->in_tx->flags & HTP_FIELD_INVALID)) { in htp_parse_request_header_generic()
191 connp->in_tx->flags |= HTP_FIELD_INVALID; in htp_parse_request_header_generic()
209 if (!(connp->in_tx->flags & HTP_FIELD_INVALID)) { in htp_parse_request_header_generic()
210 connp->in_tx->flags |= HTP_FIELD_INVALID; in htp_parse_request_header_generic()
249 if (!(connp->in_tx->flags & HTP_FIELD_INVALID)) { in htp_parse_request_header_generic()
250 connp->in_tx->flags |= HTP_FIELD_INVALID; in htp_parse_request_header_generic()
[all …]
H A Dhtp_cookies.c77 htp_table_addn(connp->in_tx->request_cookies, name, value); in htp_parse_single_cookie_v0()
89 htp_header_t *cookie_header = htp_table_get_c(connp->in_tx->request_headers, "cookie"); in htp_parse_cookies_v0()
93 connp->in_tx->request_cookies = htp_table_create(4); in htp_parse_cookies_v0()
94 if (connp->in_tx->request_cookies == NULL) return HTP_ERROR; in htp_parse_cookies_v0()
H A Dhtp_connection_parser.c149 return connp->in_tx; in htp_connp_get_in_tx()
209 connp->in_tx = tx; in htp_connp_tx_create()
225 if (connp->in_tx == tx) { in htp_connp_tx_remove()
226 connp->in_tx = NULL; in htp_connp_tx_remove()
/dports/sysutils/vector/vector-0.10.0/tests/
H A Dbuffering.rs46 let (in_tx, source_config, source_event_counter) = support::source_with_event_counter(); in test_buffering()
66 let send = in_tx in test_buffering()
89 let (in_tx, source_config) = support::source(); in test_buffering()
110 let send = in_tx in test_buffering()
148 let (in_tx, source_config, source_event_counter) = support::source_with_event_counter(); in test_max_size()
166 let send = in_tx in test_max_size()
230 let (in_tx, source_config, source_event_counter) = support::source_with_event_counter(); in test_reclaim_disk_space()
250 let send = in_tx in test_reclaim_disk_space()
275 let (in_tx, source_config) = support::source(); in test_reclaim_disk_space()
296 let send = in_tx in test_reclaim_disk_space()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Daciacore.c174 acia.in_tx = ACIA_TX_STATE_NO_TRANSMIT; in acia_preinit()
654 acia.in_tx = ACIA_TX_STATE_NO_TRANSMIT; in myacia_reset()
756 || SMW_B(m, (uint8_t)(acia.in_tx)) < 0 in myacia_snapshot_write_module()
847 acia.in_tx = byte; in myacia_snapshot_read_module()
916 if (acia.in_tx == ACIA_TX_STATE_DR_WRITTEN) { in myacia_store()
920 acia.in_tx = ACIA_TX_STATE_DR_WRITTEN; in myacia_store()
939 acia.in_tx = ACIA_TX_STATE_NO_TRANSMIT; in myacia_store()
1116 if ((acia.in_tx == ACIA_TX_STATE_DR_WRITTEN) && (acia.fd >= 0)) { in int_acia_tx()
1129 if (acia.in_tx != ACIA_TX_STATE_NO_TRANSMIT) { in int_acia_tx()
1134 acia.in_tx--; in int_acia_tx()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-core-0.1.17/benches/
H A Dlatency.rs99 let (mut in_tx, in_rx) = mpsc::channel(32); in futures_channel_latency()
109 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
114 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
118 drop(in_tx); in futures_channel_latency()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/tokio-core/benches/
H A Dlatency.rs99 let (mut in_tx, in_rx) = mpsc::channel(32); in futures_channel_latency()
109 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
114 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
118 drop(in_tx); in futures_channel_latency()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-0.1.11/benches/
H A Dlatency.rs96 let (mut in_tx, in_rx) = mpsc::channel(32); in futures_channel_latency()
106 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
111 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
115 drop(in_tx); in futures_channel_latency()
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-0.1.14/benches/
H A Dlatency.rs96 let (mut in_tx, in_rx) = mpsc::channel(32); in futures_channel_latency()
106 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
111 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
115 drop(in_tx); in futures_channel_latency()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-0.1.11/benches/
H A Dlatency.rs96 let (mut in_tx, in_rx) = mpsc::channel(32); in futures_channel_latency()
106 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
111 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
115 drop(in_tx); in futures_channel_latency()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-core-0.1.17/benches/
H A Dlatency.rs99 let (mut in_tx, in_rx) = mpsc::channel(32); in futures_channel_latency()
109 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
114 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
118 drop(in_tx); in futures_channel_latency()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-0.1.11/benches/
H A Dlatency.rs96 let (mut in_tx, in_rx) = mpsc::channel(32); in futures_channel_latency()
106 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
111 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
115 drop(in_tx); in futures_channel_latency()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio-0.1.11/benches/
H A Dlatency.rs96 let (mut in_tx, in_rx) = mpsc::channel(32); in futures_channel_latency()
106 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
111 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
115 drop(in_tx); in futures_channel_latency()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-core-0.1.17/benches/
H A Dlatency.rs99 let (mut in_tx, in_rx) = mpsc::channel(32); in futures_channel_latency()
109 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
114 in_tx.start_send(Ok(1usize)).unwrap(); in futures_channel_latency()
118 drop(in_tx); in futures_channel_latency()
/dports/emulators/vice/vice-3.5/src/
H A Daciacore.c175 acia.in_tx = ACIA_TX_STATE_NO_TRANSMIT; in acia_preinit()
695 acia.in_tx = ACIA_TX_STATE_NO_TRANSMIT; in myacia_reset()
797 || SMW_B(m, (uint8_t)(acia.in_tx)) < 0 in myacia_snapshot_write_module()
888 acia.in_tx = byte; in myacia_snapshot_read_module()
957 if (acia.in_tx == ACIA_TX_STATE_DR_WRITTEN) { in myacia_store()
961 acia.in_tx = ACIA_TX_STATE_DR_WRITTEN; in myacia_store()
980 acia.in_tx = ACIA_TX_STATE_NO_TRANSMIT; in myacia_store()
1159 if ((acia.in_tx == ACIA_TX_STATE_DR_WRITTEN) && (acia.fd >= 0)) { in int_acia_tx()
1172 if (acia.in_tx != ACIA_TX_STATE_NO_TRANSMIT) { in int_acia_tx()
1177 acia.in_tx--; in int_acia_tx()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/control_lib/
H A Dgpio_atr.v30 wire [WIDTH-1:0] ddr, in_idle, in_tx, in_rx, in_fdx; net
43 .out(in_tx),.changed());
57 2'b10: rgpio <= in_tx;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/control/
H A Dgpio_atr.v27 wire [WIDTH-1:0] in_idle, in_tx, in_rx, in_fdx, ddr_reg, atr_disable, fabric_ctrl; net
40 .out(in_tx),.changed());
73 3'b010: ogpio[i] <= in_tx[i];
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/x86/
H A Drtm.rs152 let in_tx = _xtest(); in test_xtest() localVariable
157 assert_eq!(in_tx, 1); in test_xtest()

12345