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

/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DSnackOgg.c123 extern int ov_clear(OggVorbis_File *vf);
128 extern int ov_clear(Tcl_Interp *interp, OggVorbis_File *vf);
986 /* ov_clear(vf);*/
987 ov_clear(interp,vf);
1000 /*ov_clear(vf);*/
1001 ov_clear(interp,vf);
1010 /*int ov_clear(OggVorbis_File *vf){*/
1011 int ov_clear(Tcl_Interp *interp,OggVorbis_File *vf){ function
1073 ov_clear to close/free it. Same return codes as open. */
2066 ov_clear(inter
[all...]

Completed in 62 milliseconds