Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dcommon.c459 struct lyxml_elem *xml, int inst_id, int use_ctx_data_clb) in transform_xml2json_subexp() argument
500 if (use_ctx_data_clb && ctx->data_clb) { in transform_xml2json_subexp()
552 …transform_xml2json_subexp(ctx, literal, out, out_used, out_size, xml, inst_id, use_ctx_data_clb)) { in transform_xml2json_subexp()
578 …on(struct ly_ctx *ctx, const char *expr, struct lyxml_elem *xml, int inst_id, int use_ctx_data_clb) in transform_xml2json() argument
592 …= transform_xml2json_subexp(ctx, expr, &out, &out_used, &out_size, xml, inst_id, use_ctx_data_clb); in transform_xml2json()
H A Dcommon.h.in350 …* @param[in] use_ctx_data_clb Whether to use data_clb in \p ctx if an unknown module namespace is …
355 int use_ctx_data_clb);