Lines Matching refs:nodeh
37 int ptree_get_root(picl_nodehdl_t *nodeh);
39 picl_nodehdl_t *nodeh);
40 int ptree_destroy_node(picl_nodehdl_t nodeh);
42 int ptree_delete_node(picl_nodehdl_t nodeh);
48 int ptree_add_prop(picl_nodehdl_t nodeh, picl_prophdl_t proph);
52 int ptree_update_propval_by_name(picl_nodehdl_t nodeh, const char *name,
57 int ptree_get_propval_by_name(picl_nodehdl_t nodeh, const char *name,
60 int ptree_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph);
62 int ptree_get_prop_by_name(picl_nodehdl_t nodeh, const char *name,
67 int ptree_get_node_by_path(const char *prl, picl_nodehdl_t *nodeh);
73 int ptree_create_and_add_prop(picl_nodehdl_t nodeh,
77 const char *classname, picl_nodehdl_t *nodeh);