Home
last modified time | relevance | path

Searched refs:refcount_decrement (Results 1 – 25 of 58) sorted by relevance

123

/dports/shells/yash/yash-2.51/
H A Drefcount.h33 static inline _Bool refcount_decrement(refcount_T *r)
43 _Bool refcount_decrement(refcount_T *rc) in refcount_decrement() function
/dports/devel/p5-POE-Component-Schedule/POE-Component-Schedule-0.95/lib/POE/Component/
H A DSchedule.pm71 $k->refcount_decrement($t->[PCS_SESSION], REFCOUNT_COUNTER_NAME);
100 $k->refcount_decrement($t->[PCS_SESSION], REFCOUNT_COUNTER_NAME);
129 $k->refcount_decrement($t->[PCS_SESSION], REFCOUNT_COUNTER_NAME);
/dports/net/p5-POE-Component-Client-Ident/POE-Component-Client-Ident-1.16/lib/POE/Component/Client/
H A DIdent.pm71 $kernel->refcount_decrement( $self->{session_id}, __PACKAGE__ ) unless $self->{alias};
95 $kernel->refcount_decrement( $requester => __PACKAGE__ );
103 $kernel->refcount_decrement( $requester => __PACKAGE__ );
/dports/devel/p5-POE/POE-1.368/t/20_resources/00_base/
H A Dextrefs_gc.pm73 $_[KERNEL]->refcount_decrement($_[SESSION]->ID, "just hold me");
81 $_[KERNEL]->refcount_decrement($bystander_id, "just hold me");
/dports/devel/p5-Object-Pluggable/Object-Pluggable-1.29/examples/
H A Dsynopsis.pl64 $kernel->refcount_decrement($self->{session_id}, __PACKAGE__) if !$self->{alias};
65 $kernel->refcount_decrement($_, __PACKAGE__) for keys %{ $self->{sessions} };
89 $kernel->refcount_decrement($sender_id, __PACKAGE__);
/dports/devel/p5-POE-Component-Pluggable/POE-Component-Pluggable-1.28/examples/
H A Dsynopsis.pl64 $kernel->refcount_decrement($self->{session_id}, __PACKAGE__) if !$self->{alias};
65 $kernel->refcount_decrement($_, __PACKAGE__) for keys %{ $self->{sessions} };
89 $kernel->refcount_decrement($sender_id, __PACKAGE__);
/dports/devel/p5-POE-Test-Loops/POE-Test-Loops-1.360/lib/POE/Test/Loops/
H A Dz_rt39872_sigchld_stop.pm129 $kernel->refcount_decrement( $session->ID, 'USR1' );
147 $kernel->refcount_decrement( $session->ID, 'T2' );
169 $kernel->refcount_decrement( $_[SESSION]->ID, $name );
H A Dk_signals_rerun.pm67 $kernel->refcount_decrement(
/dports/databases/p5-POE-Component-EasyDBI/POE-Component-EasyDBI-1.28/lib/POE/Component/
H A DEasyDBI.pm350 $kernel->refcount_decrement( $queue->{session}, 'EasyDBI' );
879 my $refcount_decrement = 0;
886 $refcount_decrement = 1;
898 $refcount_decrement = 1;
938 if ($refcount_decrement) {
940 $kernel->refcount_decrement($query_copy->{session}, 'EasyDBI');
943 $kernel->refcount_decrement($query_copy->{sendersession}, 'EasyDBI');
/dports/dns/p5-POE-Component-Client-DNSBL/POE-Component-Client-DNSBL-1.08/lib/POE/Component/Client/
H A DDNSBL.pm67 $kernel->refcount_decrement( $self->{session_id} => __PACKAGE__ ) unless $self->{alias};
165 $kernel->refcount_decrement( $sender_id, __PACKAGE__ );
192 $kernel->refcount_decrement( $sender_id, __PACKAGE__ );
/dports/www/p5-POE-Component-Server-SimpleHTTP/POE-Component-Server-SimpleHTTP-2.28/lib/POE/Component/Server/SimpleHTTP/
H A DConnection.pm98 $poe_kernel->refcount_decrement( $sessionID, __PACKAGE__ ) if $data;
106 $poe_kernel->refcount_decrement( $sessionID, __PACKAGE__ );
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/lib/POE/Component/IRC/Plugin/
H A DFollowTail.pm42 $poe_kernel->refcount_decrement( $self->{session_id}, __PACKAGE__ );
69 $kernel->refcount_decrement( $self->{session_id}, __PACKAGE__ ) if $term;
/dports/devel/p5-AnyEvent/AnyEvent-7.17/lib/AnyEvent/Impl/
H A DPOE.pm355 $_[KERNEL]->refcount_decrement ($_[SESSION]->ID => "poe");
383 $_[KERNEL]->refcount_decrement ($_[SESSION]->ID => "poe");
/dports/devel/p5-POE/POE-1.368/t/10_units/03_base/
H A D11_assert_usage.t425 eval { $poe_kernel->refcount_decrement(undef) };
431 eval { $poe_kernel->refcount_decrement("moo", undef) };
H A D12_assert_retval.t69 eval { $poe_kernel->refcount_decrement(999) };
/dports/dns/p5-POE-Component-Server-DNS/POE-Component-Server-DNS-0.32/lib/POE/Component/Server/
H A DDNS.pm172 $kernel->refcount_decrement( $_->{session}, __PACKAGE__ ) for @{ $self->{_handlers} };
173 $kernel->refcount_decrement( $_, __PACKAGE__ ) for keys %{ $self->{_sessions} };
184 $kernel->refcount_decrement( $sender => __PACKAGE__ );
274 $kernel->refcount_decrement( $rec->{session}, __PACKAGE__ );
/dports/devel/p5-POE-Component-Hailo/POE-Component-Hailo-0.11/lib/POE/Component/
H A DHailo.pm131 $kernel->refcount_decrement($input->{sender}, __PACKAGE__);
148 $kernel->refcount_decrement($self->{session_id}, __PACKAGE__);
/dports/news/p5-POE-Component-Server-NNTP/POE-Component-Server-NNTP-1.06/lib/POE/Component/Server/
H A DNNTP.pm201 $kernel->refcount_decrement( $self->{session_id} => __PACKAGE__ ) unless $self->{alias};
258 $poe_kernel->refcount_decrement($sender_id, __PACKAGE__);
271 $poe_kernel->refcount_decrement($session_id, __PACKAGE__)
/dports/devel/p5-Reflex/Reflex-0.100/lib/Reflex/POE/
H A DPostback.pm52 $POE::Kernel::poe_kernel->refcount_decrement(
/dports/devel/p5-POE-Component-Pluggable/POE-Component-Pluggable-1.28/t/
H A D01_basic.t39 $kernel->refcount_decrement( $self->{session_id}, __PACKAGE__ );
40 $kernel->refcount_decrement( $self->{sender_id}, __PACKAGE__ );
/dports/devel/p5-Test-POE-Client-TCP/Test-POE-Client-TCP-1.26/lib/Test/POE/Client/
H A DTCP.pm381 $kernel->refcount_decrement( $self->{session_id} => __PACKAGE__ ) unless $self->{alias};
437 $poe_kernel->refcount_decrement($sender_id, __PACKAGE__);
450 $poe_kernel->refcount_decrement($session_id, __PACKAGE__)
/dports/net/p5-POE-Component-Client-Telnet/POE-Component-Client-Telnet-0.06/lib/POE/Component/Client/
H A DTelnet.pm161 $kernel->refcount_decrement($session => __PACKAGE__);
203 $kernel->refcount_decrement($self->session_id() => __PACKAGE__);
/dports/devel/p5-Test-POE-Server-TCP/Test-POE-Server-TCP-1.20/lib/Test/POE/Server/
H A DTCP.pm371 $kernel->refcount_decrement( $self->{session_id} => __PACKAGE__ ) unless $self->{alias};
428 $poe_kernel->refcount_decrement($sender_id, __PACKAGE__);
441 $poe_kernel->refcount_decrement($session_id, __PACKAGE__)
/dports/news/p5-POE-Component-Client-NNTP/POE-Component-Client-NNTP-2.22/lib/POE/Component/Client/
H A DNNTP.pm116 $kernel->refcount_decrement($sender_id, __PACKAGE__ );
128 $poe_kernel->refcount_decrement($session_id, __PACKAGE__);
/dports/devel/p5-POE/POE-1.368/t/90_regression/
H A Drt1648-tied-stderr.t75 $_[KERNEL]->refcount_decrement( $_[SESSION]->ID, "teapot" );

123