Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dremote.c596 if (url == NULL) return uncompress_method;
603 if (count != 2) return uncompress_method;
611 uncompress_method = USE_GUNZIP;
614 uncompress_method = USE_UNCOMPRESS;
621 uncompress_method = USE_GUNZIP;
628 uncompress_method = USE_UNCOMPRESS;
630 return uncompress_method;
640 int uncompress_method; local
646 uncompress_method = TgifCompressedUrl(url);
648 switch (uncompress_method) {
[all …]