Home
last modified time | relevance | path

Searched refs:is_outbound (Results 1 – 17 of 17) sorted by relevance

/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dbitcoin-cli.cpp335 bool is_outbound; member
336 … operator<(const Peer& rhs) const { return std::tie(is_outbound, min_ping) < std::tie(rhs.is_outbo… in operator <()
388 const bool is_outbound{!peer["inbound"].get_bool()}; in ProcessReply() local
390 ++m_counts.at(is_outbound).at(network_id); // in/out by network in ProcessReply()
391 ++m_counts.at(is_outbound).at(m_networks_size); // in/out overall in ProcessReply()
395 ++m_counts.at(is_outbound).at(m_networks_size + 1); // in/out block-relay in ProcessReply()
413 …_blck, last_recv, last_send, last_trxn, peer_id, mapped_as, version, is_block_relay, is_outbound}); in ProcessReply()
434 peer.is_outbound ? "out" : "in", in ProcessReply()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dbitcoin-cli.cpp335 bool is_outbound; member
336 … operator<(const Peer& rhs) const { return std::tie(is_outbound, min_ping) < std::tie(rhs.is_outbo… in operator <()
388 const bool is_outbound{!peer["inbound"].get_bool()}; in ProcessReply() local
390 ++m_counts.at(is_outbound).at(network_id); // in/out by network in ProcessReply()
391 ++m_counts.at(is_outbound).at(m_networks_size); // in/out overall in ProcessReply()
395 ++m_counts.at(is_outbound).at(m_networks_size + 1); // in/out block-relay in ProcessReply()
413 …_blck, last_recv, last_send, last_trxn, peer_id, mapped_as, version, is_block_relay, is_outbound}); in ProcessReply()
434 peer.is_outbound ? "out" : "in", in ProcessReply()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dbitcoin-cli.cpp335 bool is_outbound; member
336 … operator<(const Peer& rhs) const { return std::tie(is_outbound, min_ping) < std::tie(rhs.is_outbo… in operator <()
388 const bool is_outbound{!peer["inbound"].get_bool()}; in ProcessReply() local
390 ++m_counts.at(is_outbound).at(network_id); // in/out by network in ProcessReply()
391 ++m_counts.at(is_outbound).at(m_networks_size); // in/out overall in ProcessReply()
395 ++m_counts.at(is_outbound).at(m_networks_size + 1); // in/out block-relay in ProcessReply()
413 …_blck, last_recv, last_send, last_trxn, peer_id, mapped_as, version, is_block_relay, is_outbound}); in ProcessReply()
434 peer.is_outbound ? "out" : "in", in ProcessReply()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dbitcoin-cli.cpp398 bool is_outbound;
399 … operator<(const Peer& rhs) const { return std::tie(is_outbound, min_ping) < std::tie(rhs.is_outbo…
461 const bool is_outbound{!peer["inbound"].get_bool()};
464 ++m_counts.at(is_outbound).at(network_id); // in/out by network
465 ++m_counts.at(is_outbound).at(m_networks.size()); // in/out overall
487 …xn, peer_id, mapped_as, version, is_bip152_hb_from, is_bip152_hb_to, is_block_relay, is_outbound});
508 peer.is_outbound ? "out" : "in",
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dbitcoin-cli.cpp398 bool is_outbound; member
399 … operator<(const Peer& rhs) const { return std::tie(is_outbound, min_ping) < std::tie(rhs.is_outbo… in operator <()
461 const bool is_outbound{!peer["inbound"].get_bool()}; in ProcessReply() local
464 ++m_counts.at(is_outbound).at(network_id); // in/out by network in ProcessReply()
465 ++m_counts.at(is_outbound).at(m_networks.size()); // in/out overall in ProcessReply()
487 …xn, peer_id, mapped_as, version, is_bip152_hb_from, is_bip152_hb_to, is_block_relay, is_outbound}); in ProcessReply()
508 peer.is_outbound ? "out" : "in", in ProcessReply()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dbitcoin-cli.cpp398 bool is_outbound;
399 … operator<(const Peer& rhs) const { return std::tie(is_outbound, min_ping) < std::tie(rhs.is_outbo…
461 const bool is_outbound{!peer["inbound"].get_bool()};
464 ++m_counts.at(is_outbound).at(network_id); // in/out by network
465 ++m_counts.at(is_outbound).at(m_networks.size()); // in/out overall
487 …xn, peer_id, mapped_as, version, is_bip152_hb_from, is_bip152_hb_to, is_block_relay, is_outbound});
508 peer.is_outbound ? "out" : "in",
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account_check_printing/models/
H A Daccount_payment.py223 if invoice.is_outbound():
247 .filtered(lambda x: x.is_outbound())
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-proto-0.1.1/src/streaming/multiplex/
H A Dadvanced.rs460 } else if exchange.is_outbound() { in process_out_err()
598 assert!(e.get().is_outbound()); in write_in_message()
856 fn is_outbound(&self) -> bool { in is_outbound() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-proto-0.1.1/src/streaming/multiplex/
H A Dadvanced.rs460 } else if exchange.is_outbound() { in process_out_err()
598 assert!(e.get().is_outbound()); in write_in_message()
856 fn is_outbound(&self) -> bool { in is_outbound() method
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DSecretChatsManager.cpp337 …_secret_chat(int64 access_hash, UserId user_id, SecretChatState state, bool is_outbound, int32 ttl, in make_secret_chat_context() argument
340 user_id, state, is_outbound, ttl, date, key_hash, layer, initial_folder_id); in make_secret_chat_context()
H A DSecretChatActor.h78 …d on_update_secret_chat(int64 access_hash, UserId user_id, SecretChatState state, bool is_outbound,
H A DContactsManager.h566 bool is_outbound, int32 ttl, int32 date, string key_hash, int32 layer,
913 bool is_outbound = false; member
H A DContactsManager.cpp4303 STORE_FLAG(is_outbound); in store()
4328 PARSE_FLAG(is_outbound); in parse()
4797 return c->is_outbound; in get_secret_chat_is_outbound()
14734 … SecretChatState state, bool is_outbound, int32 ttl, int32 date, in on_update_secret_chat() argument
14757 if (is_outbound != secret_chat->is_outbound) { in on_update_secret_chat()
14758 secret_chat->is_outbound = is_outbound; in on_update_secret_chat()
16145 … secret_chat->is_outbound, secret_chat->key_hash, secret_chat->layer); in get_secret_chat_object_const()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/test/
H A Dsecret.cpp534 …_secret_chat(int64 access_hash, UserId user_id, SecretChatState state, bool is_outbound, int32 ttl, in on_update_secret_chat() argument
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/models/
H A Daccount_move.py1308 if move.is_outbound():
1384 if move.move_type == 'entry' or move.is_outbound():
2154 def is_outbound(self, include_receipts=True): member in AccountMove
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c10212 int is_outbound = switch_channel_direction(session->channel) == SWITCH_CALL_DIRECTION_OUTBOUND; in switch_core_media_gen_local_sdp() local
10262 if (is_outbound || switch_channel_test_flag(session->channel, CF_RECOVERING) || in switch_core_media_gen_local_sdp()
10721 …if (a_engine->rtcp_mux < 1 || is_outbound || switch_channel_test_flag(session->channel, CF_RECOVER… in switch_core_media_gen_local_sdp()
11136 if ((is_outbound || switch_channel_test_flag(session->channel, CF_RECOVERING)) in switch_core_media_gen_local_sdp()
11270 …if (v_engine->rtcp_mux < 1 || is_outbound || switch_channel_test_flag(session->channel, CF_RECOVER… in switch_core_media_gen_local_sdp()
11559 if ((is_outbound || switch_channel_test_flag(session->channel, CF_RECOVERING)) in switch_core_media_gen_local_sdp()
11630 …if (t_engine->rtcp_mux < 1 || is_outbound || switch_channel_test_flag(session->channel, CF_RECOVER… in switch_core_media_gen_local_sdp()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtd_api.tl698 //@is_outbound True, if the chat was created by the current user; otherwise false
702 secretChat id:int32 user_id:int53 state:SecretChatState is_outbound:Bool key_hash:bytes layer:int32…