Lines Matching defs:plugin_kva
188 * get_props_kva_all() - get all properties and fill in the plugin_kva.
192 kva_t **plugin_kva)
305 (*plugin_kva = _str2kva(attr_string, "=", ";")) == NULL) {
374 &(node->plugin_kva))) {
386 if (_kva2str(node_debug->plugin_kva, attr_string,
549 free_static_att_kva(kva_t *plugin_kva)
551 _kva_free_value(plugin_kva, PLUGIN_ACTIVE);
552 _kva_free_value(plugin_kva, PLUGIN_PATH);
553 _kva_free_value(plugin_kva, PLUGIN_QSIZE);
554 _kva_free_value(plugin_kva, "read_authorization");
555 _kva_free_value(plugin_kva, "value_authorization");
1264 _kva_free(node->plugin_kva);