Home
last modified time | relevance | path

Searched refs:dr_gzopen (Results 1 – 3 of 3) sorted by relevance

/dports/games/simutrans/simutrans-121.0/
H A Dsimsys.h119 gzFile dr_gzopen(const char *path, const char *mode);
H A Dsimsys.cc303 gzFile dr_gzopen(const char *path, const char *mode) in dr_gzopen() function
/dports/games/simutrans/simutrans-121.0/dataobj/
H A Dloadsave.cc320 fd->gzfp = dr_gzopen(filename_utf8, "rb"); in rd_open()
422 fd->gzfp = dr_gzopen(filename_utf8, "wb"); in wr_open()