Home
last modified time | relevance | path

Searched refs:remote_caps (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/git-gui/git-2.34.1/perl/Git/
H A DPacket.pm150 my ($res, @remote_caps) = packet_read_capabilities();
151 my %remote_caps = map { $_ => 1 } @remote_caps;
153 unless (exists($remote_caps{$_})) {
157 return %remote_caps;
163 my ($remote_caps, @our_caps) = @_;
165 unless (exists($remote_caps->{$_})) {
/dports/devel/git-p4/git-2.34.1/perl/Git/
H A DPacket.pm150 my ($res, @remote_caps) = packet_read_capabilities();
151 my %remote_caps = map { $_ => 1 } @remote_caps;
153 unless (exists($remote_caps{$_})) {
157 return %remote_caps;
163 my ($remote_caps, @our_caps) = @_;
165 unless (exists($remote_caps->{$_})) {
/dports/devel/git-svn/git-2.34.1/perl/Git/
H A DPacket.pm150 my ($res, @remote_caps) = packet_read_capabilities();
151 my %remote_caps = map { $_ => 1 } @remote_caps;
153 unless (exists($remote_caps{$_})) {
157 return %remote_caps;
163 my ($remote_caps, @our_caps) = @_;
165 unless (exists($remote_caps->{$_})) {
/dports/devel/git/git-2.34.1/perl/Git/
H A DPacket.pm150 my ($res, @remote_caps) = packet_read_capabilities();
151 my %remote_caps = map { $_ => 1 } @remote_caps;
153 unless (exists($remote_caps{$_})) {
157 return %remote_caps;
163 my ($remote_caps, @our_caps) = @_;
165 unless (exists($remote_caps->{$_})) {
/dports/devel/git-cvs/git-2.34.1/perl/Git/
H A DPacket.pm150 my ($res, @remote_caps) = packet_read_capabilities();
151 my %remote_caps = map { $_ => 1 } @remote_caps;
153 unless (exists($remote_caps{$_})) {
157 return %remote_caps;
163 my ($remote_caps, @our_caps) = @_;
165 unless (exists($remote_caps->{$_})) {
/dports/devel/cgit/cgit-1.2.3/git/perl/Git/
H A DPacket.pm150 my ($res, @remote_caps) = packet_read_capabilities();
151 my %remote_caps = map { $_ => 1 } @remote_caps;
153 unless (exists($remote_caps{$_})) {
157 return %remote_caps;
163 my ($remote_caps, @our_caps) = @_;
165 unless (exists($remote_caps->{$_})) {
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/jingle/
H A Dpreload-caps-crash.py19 remote_caps = { 'ext': 'sidebar voice-v1', variable in MyJingleTest
30 jt.remote_caps)))
35 jt.remote_caps)))
H A Ddecloak-peer.py28 jt2.remote_caps['node'] = 'http://example.com/fake-client1'
H A Dtest-wait-for-caps.py29 jt2.remote_caps['node'] = 'http://example.com/fake-client1'
H A Dincoming-gmail-modern-jingle.py20 remote_caps = { variable in GMail
/dports/devel/cgit/cgit-1.2.3/git/t/t0021/
H A Drot13-filter.pl81 my %remote_caps = packet_read_and_check_capabilities("clean", "smudge", "delay");
82 packet_check_and_write_capabilities(\%remote_caps, @capabilities);
/dports/devel/git-p4/git-2.34.1/t/t0021/
H A Drot13-filter.pl94 my %remote_caps = packet_read_and_check_capabilities("clean", "smudge", "delay");
95 packet_check_and_write_capabilities(\%remote_caps, @capabilities);
/dports/devel/git-svn/git-2.34.1/t/t0021/
H A Drot13-filter.pl94 my %remote_caps = packet_read_and_check_capabilities("clean", "smudge", "delay");
95 packet_check_and_write_capabilities(\%remote_caps, @capabilities);
/dports/devel/git/git-2.34.1/t/t0021/
H A Drot13-filter.pl94 my %remote_caps = packet_read_and_check_capabilities("clean", "smudge", "delay");
95 packet_check_and_write_capabilities(\%remote_caps, @capabilities);
/dports/devel/git-gui/git-2.34.1/t/t0021/
H A Drot13-filter.pl94 my %remote_caps = packet_read_and_check_capabilities("clean", "smudge", "delay");
95 packet_check_and_write_capabilities(\%remote_caps, @capabilities);
/dports/devel/git-cvs/git-2.34.1/t/t0021/
H A Drot13-filter.pl94 my %remote_caps = packet_read_and_check_capabilities("clean", "smudge", "delay");
95 packet_check_and_write_capabilities(\%remote_caps, @capabilities);
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-channel-client.cpp161 RedChannelCapabilities remote_caps; member
310 red_channel_capabilities_reset(&remote_caps); in RedChannelClientPrivate()
311 red_channel_capabilities_init(&remote_caps, caps); in RedChannelClientPrivate()
316 if (test_capability(remote_caps.common_caps, remote_caps.num_common_caps, in RedChannelClientPrivate()
352 red_channel_capabilities_reset(&remote_caps); in ~RedChannelClientPrivate()
584 return test_capability(priv->remote_caps.common_caps, in test_remote_common_cap()
585 priv->remote_caps.num_common_caps, in test_remote_common_cap()
591 return test_capability(priv->remote_caps.caps, in test_remote_cap()
592 priv->remote_caps.num_caps, in test_remote_cap()
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dspice-channel-priv.h138 GArray *remote_caps; member
H A Dspice-channel.c122 c->remote_caps = g_array_new(FALSE, TRUE, sizeof(guint32)); in spice_channel_init()
189 if (c->remote_caps) in spice_channel_finalize()
190 g_array_free(c->remote_caps, TRUE); in spice_channel_finalize()
1969 store_caps(caps_src, num_channel_caps, c->remote_caps); in spice_channel_recv_link_msg()
2860 g_array_set_size(c->remote_caps, 0); in channel_reset()
2946 return test_capability(c->remote_caps, cap); in spice_channel_test_capability()
3077 SWAP(remote_caps); in spice_channel_swap()
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/
H A Dspeaker.py225 remote_caps = self.recv_open_msg.opt_param
229 remote_mbgp_cap = [cap for cap in remote_caps
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dpackets.c455 if (!conn->remote_caps) in bgp_read_capabilities()
459 caps = conn->remote_caps; in bgp_read_capabilities()
460 conn->remote_caps = NULL; in bgp_read_capabilities()
636 conn->remote_caps = caps; in bgp_read_capabilities()
650 struct bgp_caps *remote = conn->remote_caps; in bgp_check_capabilities()
736 if (!conn->remote_caps) in bgp_read_options()
737 conn->remote_caps = mb_allocz(p->p.pool, sizeof(struct bgp_caps)); in bgp_read_options()
834 struct bgp_caps *caps = conn->remote_caps; in bgp_rx_open()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast113/
H A Dast113.c457 …RAII(struct ast_format_cap *, remote_caps, ast_format_cap_alloc(AST_FORMAT_CAP_FLAG_DEFAULT), ao2_… in __find_joint_capabilities()
461 if (caps && payload_caps && remote_caps && joint && !ast_format_cap_empty(caps)) { in __find_joint_capabilities()
466 ast_format_cap_append_from_cap(remote_caps, cap_native_peer, media_type); in __find_joint_capabilities()
469 if (!ast_format_cap_empty(payload_caps) && !ast_format_cap_empty(remote_caps)) { in __find_joint_capabilities()
473 …esignator, ast_codec_media_type2str(media_type), ast_format_cap_get_names(remote_caps, &codec_buf), in __find_joint_capabilities()
474 (int)ast_format_cap_count(remote_caps)); in __find_joint_capabilities()
477 sccp_astwrap_getSkinnyFormatMultiple(remote_caps, remoteCapabilities, SKINNY_MAX_CAPABILITIES); in __find_joint_capabilities()
482 ast_format_cap_get_compatible(payload_caps, remote_caps, joint); in __find_joint_capabilities()
493 ast_translator_best_choice(remote_caps, caps, &best_fmt_cap, &best_fmt_native); in __find_joint_capabilities()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast115/
H A Dast115.c498 …RAII(struct ast_format_cap *, remote_caps, ast_format_cap_alloc(AST_FORMAT_CAP_FLAG_DEFAULT), ao2_… in __find_joint_capabilities()
502 if (caps && payload_caps && remote_caps && joint && !ast_format_cap_empty(caps)) { in __find_joint_capabilities()
507 ast_format_cap_append_from_cap(remote_caps, cap_native_peer, media_type); in __find_joint_capabilities()
510 if (!ast_format_cap_empty(payload_caps) && !ast_format_cap_empty(remote_caps)) { in __find_joint_capabilities()
514 …esignator, ast_codec_media_type2str(media_type), ast_format_cap_get_names(remote_caps, &codec_buf), in __find_joint_capabilities()
515 (int)ast_format_cap_count(remote_caps)); in __find_joint_capabilities()
518 sccp_astwrap_getSkinnyFormatMultiple(remote_caps, remoteCapabilities, SKINNY_MAX_CAPABILITIES); in __find_joint_capabilities()
523 ast_format_cap_get_compatible(payload_caps, remote_caps, joint); in __find_joint_capabilities()
534 ast_translator_best_choice(remote_caps, caps, &best_fmt_cap, &best_fmt_native); in __find_joint_capabilities()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast117/
H A Dast117.c505 …RAII(struct ast_format_cap *, remote_caps, ast_format_cap_alloc(AST_FORMAT_CAP_FLAG_DEFAULT), ao2_… in __find_joint_capabilities()
509 if (caps && payload_caps && remote_caps && joint && !ast_format_cap_empty(caps)) { in __find_joint_capabilities()
514 ast_format_cap_append_from_cap(remote_caps, cap_native_peer, media_type); in __find_joint_capabilities()
517 if (!ast_format_cap_empty(payload_caps) && !ast_format_cap_empty(remote_caps)) { in __find_joint_capabilities()
521 …esignator, ast_codec_media_type2str(media_type), ast_format_cap_get_names(remote_caps, &codec_buf), in __find_joint_capabilities()
522 (int)ast_format_cap_count(remote_caps)); in __find_joint_capabilities()
525 sccp_astwrap_getSkinnyFormatMultiple(remote_caps, remoteCapabilities, SKINNY_MAX_CAPABILITIES); in __find_joint_capabilities()
530 ast_format_cap_get_compatible(payload_caps, remote_caps, joint); in __find_joint_capabilities()
541 ast_translator_best_choice(remote_caps, caps, &best_fmt_cap, &best_fmt_native); in __find_joint_capabilities()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast118/
H A Dast118.c505 …RAII(struct ast_format_cap *, remote_caps, ast_format_cap_alloc(AST_FORMAT_CAP_FLAG_DEFAULT), ao2_… in __find_joint_capabilities()
509 if (caps && payload_caps && remote_caps && joint && !ast_format_cap_empty(caps)) { in __find_joint_capabilities()
514 ast_format_cap_append_from_cap(remote_caps, cap_native_peer, media_type); in __find_joint_capabilities()
517 if (!ast_format_cap_empty(payload_caps) && !ast_format_cap_empty(remote_caps)) { in __find_joint_capabilities()
521 …esignator, ast_codec_media_type2str(media_type), ast_format_cap_get_names(remote_caps, &codec_buf), in __find_joint_capabilities()
522 (int)ast_format_cap_count(remote_caps)); in __find_joint_capabilities()
525 sccp_astwrap_getSkinnyFormatMultiple(remote_caps, remoteCapabilities, SKINNY_MAX_CAPABILITIES); in __find_joint_capabilities()
530 ast_format_cap_get_compatible(payload_caps, remote_caps, joint); in __find_joint_capabilities()
541 ast_translator_best_choice(remote_caps, caps, &best_fmt_cap, &best_fmt_native); in __find_joint_capabilities()

12