Lines Matching refs:ctf_next_t
308 typedef struct ctf_next ctf_next_t; typedef
309 extern ctf_next_t *ctf_next_create (void);
310 extern void ctf_next_destroy (ctf_next_t *);
311 extern ctf_next_t *ctf_next_copy (ctf_next_t *);
402 extern ctf_id_t ctf_symbol_next (ctf_dict_t *, ctf_next_t **,
438 extern ssize_t ctf_member_next (ctf_dict_t *, ctf_id_t, ctf_next_t **,
442 extern const char *ctf_enum_next (ctf_dict_t *, ctf_id_t, ctf_next_t **,
446 extern ctf_id_t ctf_type_next (ctf_dict_t *, ctf_next_t **,
449 extern int ctf_label_next (ctf_dict_t *, ctf_next_t **, const char **); /* TBD */
451 extern ctf_id_t ctf_variable_next (ctf_dict_t *, ctf_next_t **,
455 extern ctf_dict_t *ctf_archive_next (const ctf_archive_t *, ctf_next_t **,
471 extern char *ctf_errwarning_next (ctf_dict_t *, ctf_next_t **,