HomeSort by relevance Sort by last modified time
    Searched refs:close_func (Results 1 - 3 of 3) sorted by null

  /external/libvorbis/include/vorbis/
vorbisfile.h 42 int (*close_func) (void *datasource); member in struct:__anon4286
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 555 static void close_func (LexState *ls) { function
806 close_func(ls);
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 970 if(vf->datasource && vf->callbacks.close_func)
971 (vf->callbacks.close_func)(vf->datasource);
    [all...]

Completed in 202 milliseconds