dirfile_add ( DIRFILE* D, gd_entry_t const* entry )Field 'entry->unnamed0->unnamed0->data_type' in 2nd parameter 'entry' (pointer) has type 'gd_type_t'.
dirfile_add_const ( DIRFILE* D, char const* field_code, gd_type_t const_type, gd_type_t data_type, void const* value, int fragment_index )4th parameter 'data_type' has type 'gd_type_t'.
dirfile_add_raw ( DIRFILE* D, char const* field_code, gd_type_t data_type, unsigned int spf, int fragment_index )3rd parameter 'data_type' has type 'gd_type_t'.
dirfile_alter_const ( DIRFILE* D, char const* field_code, gd_type_t const_type )3rd parameter 'const_type' has type 'gd_type_t'.
dirfile_alter_entry ( DIRFILE* D, char const* field_code, gd_entry_t const* entry, int recode )Field 'entry->unnamed0->unnamed0->data_type' in 3rd parameter 'entry' (pointer) has type 'gd_type_t'.
dirfile_alter_raw ( DIRFILE* D, char const* field_code, gd_type_t data_type, unsigned int spf, int recode )3rd parameter 'data_type' has type 'gd_type_t'.
dirfile_free_entry_strings ( gd_entry_t* entry )Field 'entry->unnamed0->unnamed0->data_type' in 1st parameter 'entry' (pointer) has type 'gd_type_t'.
dirfile_madd ( DIRFILE* D, gd_entry_t const* entry, char const* parent )Field 'entry->unnamed0->unnamed0->data_type' in 2nd parameter 'entry' (pointer) has type 'gd_type_t'.
dirfile_madd_const ( DIRFILE* D, char const* parent, char const* field_code, gd_type_t const_type, gd_type_t data_type, void const* value )5th parameter 'data_type' has type 'gd_type_t'.
get_constant ( DIRFILE* D, char const* field_code, gd_type_t return_type, void* data_out )3rd parameter 'return_type' has type 'gd_type_t'.
get_constants ( DIRFILE* dirfile, gd_type_t return_type )2nd parameter 'return_type' has type 'gd_type_t'.
get_entry ( DIRFILE* D, char const* field_code, gd_entry_t* entry )Field 'entry->unnamed0->unnamed0->data_type' in 3rd parameter 'entry' (pointer) has type 'gd_type_t'.
get_mconstants ( DIRFILE* D, char const* parent, gd_type_t return_type )3rd parameter 'return_type' has type 'gd_type_t'.
getdata ( DIRFILE* dirfile, char const* field_code, off_t first_frame, off_t first_sample, size_t num_frames, size_t num_samples, gd_type_t return_type, void* data_out )7th parameter 'return_type' has type 'gd_type_t'.
getdata64 ( DIRFILE* dirfile, char const* field_code, __off64_t first_frame, __off64_t first_samp, size_t num_frames, size_t num_samp, gd_type_t return_type, void* data_out )7th parameter 'return_type' has type 'gd_type_t'.
put_constant ( DIRFILE* D, char const* field_code, gd_type_t data_type, void const* data_in )3rd parameter 'data_type' has type 'gd_type_t'.
putdata ( DIRFILE* dirfile, char const* field_code, off_t first_frame, off_t first_sample, size_t num_frames, size_t num_samples, gd_type_t data_type, void const* data_in )7th parameter 'data_type' has type 'gd_type_t'.
putdata64 ( DIRFILE* dirfile, char const* field_code, __off64_t first_frame, __off64_t first_sample, size_t num_frames, size_t num_samples, gd_type_t data_type, void const* data_in )7th parameter 'data_type' has type 'gd_type_t'.