Lines Matching defs:picl_prophdl_t
44 typedef uint64_t picl_prophdl_t;
133 extern int picl_get_propval(picl_prophdl_t proph, void *valbuf,
137 extern int picl_set_propval(picl_prophdl_t proph, void *valbuf,
141 extern int picl_get_propinfo(picl_prophdl_t proph, picl_propinfo_t *pi);
142 extern int picl_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph);
143 extern int picl_get_next_prop(picl_prophdl_t proph, picl_prophdl_t *nexth);
145 picl_prophdl_t *ph);
146 extern int picl_get_next_by_row(picl_prophdl_t thish, picl_prophdl_t *proph);
147 extern int picl_get_next_by_col(picl_prophdl_t thish, picl_prophdl_t *proph);
154 picl_propinfo_t *pinfo, picl_prophdl_t *proph);