Home
last modified time | relevance | path

Searched refs:FC_TARGET_RETURN (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/collectd5/collectd-5.12.0/src/daemon/
H A Dfilter_chain.c615 return FC_TARGET_RETURN; in fc_bit_return_invoke()
913 else if (status == FC_TARGET_RETURN) in fc_process_chain()
922 if ((status == FC_TARGET_STOP) || (status == FC_TARGET_RETURN)) { in fc_process_chain()
933 if ((status == FC_TARGET_STOP) || (status == FC_TARGET_RETURN)) in fc_process_chain()
951 else if (status == FC_TARGET_RETURN) in fc_process_chain()
960 if ((status == FC_TARGET_STOP) || (status == FC_TARGET_RETURN)) { in fc_process_chain()
H A Dfilter_chain.h39 #define FC_TARGET_RETURN 2 macro
/dports/net-mgmt/collectd5/collectd-5.12.0/bindings/java/org/collectd/api/
H A DCollectd.java140 public static final int FC_TARGET_RETURN = 2; field in Collectd
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dcollectd-java.pod516 B<Collectd.FC_TARGET_RETURN>
H A Dcollectd-perl.pod626 =item B<FC_TARGET_RETURN>
H A Dperl.c250 {"Collectd::FC_TARGET_RETURN", FC_TARGET_RETURN},