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

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgs.h403 hpgs_istream_seek_func_t seek_func; member in struct:hpgs_istream_vtable_st
465 { return _this->vtable->seek_func(_this->stream,pos); }
509 hpgs_ostream_seek_func_t seek_func; member in struct:hpgs_ostream_vtable_st
576 { return _this->vtable->seek_func ? _this->vtable->seek_func(_this->stream,pos) : -1; }

Completed in 38 milliseconds