Searched refs:close_func (Results 1 - 6 of 6) sorted by relevance

/external/grub/stage2/
H A Dfilesys.h154 void (*close_func) (void); member in struct:fsys_entry
H A Ddisk_io.c1788 if (fsys_table[fsys_type].close_func != 0)
1789 (*(fsys_table[fsys_type].close_func)) ();
/external/tremolo/Tremolo/
H A Divorbisfile.h62 int (*close_func) (void *datasource); member in struct:__anon26368
H A Dvorbisfile.c793 if(vf->datasource)(vf->callbacks.close_func)(vf->datasource);
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h42 int (*close_func) (void *datasource); member in struct:__anon20493
/external/libvorbis/lib/
H A Dvorbisfile.c970 if(vf->datasource && vf->callbacks.close_func)
971 (vf->callbacks.close_func)(vf->datasource);

Completed in 86 milliseconds