Home
last modified time | relevance | path

Searched refs:nm_double (Results 1 – 8 of 8) sorted by relevance

/dports/net-mgmt/collectd5/collectd-5.12.0/src/daemon/
H A Dplugin.h150 double nm_double; member
H A Dplugin.c2530 meta->nm_value.nm_double = *((double *)value); in plugin_notification_meta_add()
2602 meta->nm_value.nm_double); in plugin_notification_meta_copy()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/utils/format_json/
H A Dformat_json.c521 JSON_ADDF(g, JSON_GAUGE_FORMAT, meta->nm_value.nm_double); in format_json_meta()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dexec.c778 fprintf(fh, "%s: %e\n", meta->name, meta->nm_value.nm_double); in exec_notification_one()
H A Dwrite_riemann.c249 (double)meta->nm_value.nm_double, in wrr_notification_to_message()
H A Dperl.c522 m->nm_value.nm_double = SvNVX(*value); in av2notification_meta()
720 value = newSVnv(meta->nm_value.nm_double); in notification_meta2av()
H A Dwrite_sensu.c853 meta->nm_value.nm_double); in sensu_notification_to_json()
H A Dpython.c555 temp = PyFloat_FromDouble(meta->nm_value.nm_double); /* New reference. */ in cpy_notification_callback()