Searched defs:uncompress (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/metadata/
H A Dmod_mime_magic.c232 static int uncompress(request_rec *, int,
2043 * and prints information if recognized uncompress(s, method, old, n, newch)
2044 * - uncompress old into new, using method, return sizeof new
2055 /* we use gzip here rather than uncompress because we have to pass
2056 * it a full filename -- and uncompress only considers filenames
2098 if ((newsize = uncompress(r, i, &newbuf, HOWMANY)) > 0) {
2168 static int uncompress(request_rec *r, int method, function
2188 MODNAME ": couldn't spawn uncompress process: %s", r->uri);
2197 MODNAME ": read failed from uncompress of %s", r->filename);

Completed in 468 milliseconds