Home
last modified time | relevance | path

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

/dports/devel/clixon/clixon-4.8.0/apps/backend/
H A Dbackend_commit.c279 xml_flag_set(x, XML_FLAG_ADD); /* Also down */ in startup_common()
280 xml_apply(x, CX_ELMNT, (xml_applyfn_t*)xml_flag_set, (void*)XML_FLAG_ADD); in startup_common()
514 xml_flag_set(xn, XML_FLAG_DEL); in from_validate_common()
515 xml_apply(xn, CX_ELMNT, (xml_applyfn_t*)xml_flag_set, (void*)XML_FLAG_DEL); in from_validate_common()
520 xml_flag_set(xn, XML_FLAG_ADD); in from_validate_common()
526 xml_flag_set(xn, XML_FLAG_CHANGE); in from_validate_common()
529 xml_flag_set(xn, XML_FLAG_CHANGE); in from_validate_common()
930 xml_flag_set(xn, XML_FLAG_DEL); in from_client_restart_one()
936 xml_flag_set(xn, XML_FLAG_ADD); in from_client_restart_one()
942 xml_flag_set(xn, XML_FLAG_CHANGE); in from_client_restart_one()
[all …]
H A Dbackend_client.c1170 xml_flag_set(xvec[i], XML_FLAG_MARK); in from_client_get()
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_datastore_read.c309 xml_flag_set(xf2, XML_FLAG_DEL); in text_read_modstate()
323 xml_flag_set(xf2, XML_FLAG_CHANGE); in text_read_modstate()
339 xml_flag_set(xs2, XML_FLAG_ADD); in text_read_modstate()
559 xml_flag_set(x, XML_FLAG_MARK); in xmldb_get_nocache()
699 xml_flag_set(x0, XML_FLAG_MARK); in xmldb_get_cache()
700 xml_apply_ancestor(x0, (xml_applyfn_t*)xml_flag_set, (void*)XML_FLAG_CHANGE); in xmldb_get_cache()
810 xml_flag_set(x0, XML_FLAG_MARK); in xmldb_get_zerocopy()
811 xml_apply_ancestor(x0, (xml_applyfn_t*)xml_flag_set, (void*)XML_FLAG_CHANGE); in xmldb_get_zerocopy()
H A Dclixon_xml_map.c1040 xml_flag_set(xc, XML_FLAG_DEFAULT); in xml_default_create()
1332 xml_flag_set(x0, XML_FLAG_MARK); in xml_global_defaults()
1333 xml_apply_ancestor(x0, (xml_applyfn_t*)xml_flag_set, (void*)XML_FLAG_CHANGE); in xml_global_defaults()
1403 xml_flag_set(x, (intptr_t)arg); in xml_nopresence_default_mark()
1468 xml_flag_set(x, XML_FLAG_MARK); /* behaviour 2: mark and continue */ in xml_non_config_data()
H A Dclixon_datastore_write.c388 xml_flag_set(x0, XML_FLAG_NONE); /* Mark for potential deletion */ in text_modify()
592 xml_flag_set(x0, XML_FLAG_NONE); /* Mark for potential deletion */ in text_modify()
H A Dclixon_nacm.c798 xml_flag_set(xn, XML_FLAG_DEL); in nacm_data_read_action()
800 xml_flag_set(xn, XML_FLAG_MARK); in nacm_data_read_action()
H A Dclixon_yang_module.c348 xml_flag_set(xvec[i], XML_FLAG_MARK); in yang_modules_state_get()
H A Dclixon_xml.c600 xml_flag_set(cxobj *xn, in xml_flag_set() function
1887 xml_flag_set(x1, xml_flag(x0, XML_FLAG_DEFAULT)); /* Maybe more flags */ in xml_copy_one()
/dports/devel/clixon/clixon-4.8.0/lib/clixon/
H A Dclixon_xml.h173 int xml_flag_set(cxobj *xn, uint16_t flag);
/dports/devel/clixon/clixon-4.8.0/example/main/
H A Dexample_backend.c411 xml_flag_set(x1, XML_FLAG_MARK); in example_statedata()
/dports/devel/clixon/clixon-4.8.0/apps/restconf/
H A Drestconf_methods_post.c228 xml_flag_set(x, XML_FLAG_MARK); in api_data_post()