Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dcommon.c401 _transform_json2xml(const struct lys_module *module, const char *expr, int schema, int inst_id, con… in _transform_json2xml() function
448 return _transform_json2xml(module, expr, 0, inst_id, prefixes, namespaces, ns_count); in transform_json2xml()
454 return _transform_json2xml(module, expr, 1, 0, NULL, NULL, NULL); in transform_json2schema()