Home
last modified time | relevance | path

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

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dnorthbound.c195 dependency->dep_cbs.get_dependant_xpath = cbs->get_dependant_xpath; in nb_node_set_dependency_cbs()
196 dependant->dep_cbs.get_dependency_xpath = cbs->get_dependency_xpath; in nb_node_set_dependency_cbs()
201 return node->dep_cbs.get_dependency_xpath != NULL; in nb_node_has_dependency()
575 if (nb_node->dep_cbs.get_dependency_xpath) { in nb_candidate_edit()
576 nb_node->dep_cbs.get_dependency_xpath( in nb_candidate_edit()
606 if (nb_node->dep_cbs.get_dependant_xpath) { in nb_candidate_edit()
607 nb_node->dep_cbs.get_dependant_xpath(dnode, dep_xpath); in nb_candidate_edit()
H A Dnorthbound.h525 struct nb_dependency_callbacks dep_cbs; member
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dnorthbound.c195 dependency->dep_cbs.get_dependant_xpath = cbs->get_dependant_xpath; in nb_node_set_dependency_cbs()
196 dependant->dep_cbs.get_dependency_xpath = cbs->get_dependency_xpath; in nb_node_set_dependency_cbs()
201 return node->dep_cbs.get_dependency_xpath != NULL; in nb_node_has_dependency()
575 if (nb_node->dep_cbs.get_dependency_xpath) { in nb_candidate_edit()
576 nb_node->dep_cbs.get_dependency_xpath( in nb_candidate_edit()
606 if (nb_node->dep_cbs.get_dependant_xpath) { in nb_candidate_edit()
607 nb_node->dep_cbs.get_dependant_xpath(dnode, dep_xpath); in nb_candidate_edit()
H A Dnorthbound.h525 struct nb_dependency_callbacks dep_cbs; member