Lines Matching refs:picl_nodehdl_t
49 picl_nodehdl_t nodeh;
55 picl_nodehdl_t nodeh;
84 extern int ptree_get_root(picl_nodehdl_t *nodeh);
86 picl_nodehdl_t *nodeh);
87 extern int ptree_destroy_node(picl_nodehdl_t nodeh);
88 extern int ptree_add_node(picl_nodehdl_t parh, picl_nodehdl_t chdh);
89 extern int ptree_delete_node(picl_nodehdl_t nodeh);
95 extern int ptree_add_prop(picl_nodehdl_t nodeh, picl_prophdl_t proph);
99 extern int ptree_update_propval_by_name(picl_nodehdl_t nodeh,
105 extern int ptree_get_propval_by_name(picl_nodehdl_t nodeh,
108 extern int ptree_get_first_prop(picl_nodehdl_t nodeh,
112 extern int ptree_get_prop_by_name(picl_nodehdl_t nodeh, const char *name,
122 extern int ptree_create_and_add_prop(picl_nodehdl_t nodeh,
125 extern int ptree_create_and_add_node(picl_nodehdl_t rooth,
127 picl_nodehdl_t *nodeh);
129 picl_nodehdl_t *handle);
130 extern int ptree_walk_tree_by_class(picl_nodehdl_t rooth,
132 int (*callback_fn)(picl_nodehdl_t hdl, void *args));
133 extern int ptree_find_node(picl_nodehdl_t rooth, char *pname,
135 picl_nodehdl_t *retnodeh);
145 extern int ptree_get_frutree_parent(picl_nodehdl_t nodeh,
146 picl_nodehdl_t *retnodeh);