Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_json.c139 LY_PRINT_RET(node->schema->module->ctx); in json_print_attrs()
260 LY_PRINT_RET(node->schema->module->ctx); in json_print_leaf()
296 LY_PRINT_RET(node->schema->module->ctx); in json_print_container()
424 LY_PRINT_RET(node->schema->module->ctx); in json_print_leaf_list()
542 LY_PRINT_RET(node->schema->module->ctx); in json_print_anydataxml()
628 LY_PRINT_RET(root ? root->schema->module->ctx : NULL); in json_print_nodes()
692 LY_PRINT_RET(NULL); in json_print_data()
H A Dprinter_xml.c307 LY_PRINT_RET(node->schema->module->ctx); in xml_print_attrs()
464 LY_PRINT_RET(node->schema->module->ctx); in xml_print_leaf()
508 LY_PRINT_RET(node->schema->module->ctx); in xml_print_container()
557 LY_PRINT_RET(node->schema->module->ctx); in xml_print_list()
655 LY_PRINT_RET(node->schema->module->ctx); in xml_print_anydata()
769 LY_PRINT_RET(NULL); in xml_print_data()
H A Dprinter.h64 #define LY_PRINT_RET(ctx) if (errno) { LOGERR(ctx, LY_ESYS, "Print error (%s).", strerror(errno)); … macro