Home
last modified time | relevance | path

Searched refs:scm_port_from_gzip (Results 1 – 4 of 4) sorted by relevance

/dports/games/trackballs/trackballs-1.3.3/src/
H A Dguile.h30 SCM scm_port_from_gzip(const char* highScorePath, int maxsize);
H A DhighScore.cc40 SCM ip = scm_port_from_gzip(highScorePath, 256 * 10 * 25 * 3); in load()
H A Dgamer.cc140 SCM ip = scm_port_from_gzip(str, 256 * 256 * 128); in doUpdate()
H A Dguile.cc168 SCM scm_port_from_gzip(const char *path, int maxsize) { in scm_port_from_gzip() function