MCPcopy Create free account
hub / github.com/assaultcube/AC / oggcallbacktell

Function oggcallbacktell

source/src/oggstream.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29static long oggcallbacktell(void *datasource)
30{
31 stream *s = (stream *)datasource;
32 return s ? s->tell() : -1;
33}
34
35ov_callbacks oggcallbacks = { oggcallbackread, oggcallbackseek, oggcallbackclose, oggcallbacktell };
36

Callers

nothing calls this directly

Calls 1

tellMethod · 0.45

Tested by

no test coverage detected