Home
last modified time | relevance | path

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

/dports/devel/clixon/clixon-4.8.0/apps/restconf/
H A Drestconf_methods.c462 if (xml_value_set(xa, xml_operation2str(op)) < 0) /* XXX here is where op is used */ in api_data_write()
819 if (xml_value_set(xa, xml_operation2str(op)) < 0) in api_data_delete()
H A Drestconf_methods_post.c318 if (xml_value_set(xa, xml_operation2str(op)) < 0) in api_data_post()
/dports/devel/clixon/clixon-4.8.0/lib/clixon/
H A Dclixon_xml.h238 char *xml_operation2str(enum operation_type op);
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_proto_client.c443 xml_operation2str(op)); in clicon_rpc_edit_config()
H A Dclixon_xml.c2267 xml_operation2str(enum operation_type op) in xml_operation2str() function
/dports/devel/clixon/clixon-4.8.0/apps/cli/
H A Dcli_common.c290 if (xml_value_set(xa, xml_operation2str(op)) < 0) in cli_dbxml()