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

/httpd/modules/metadata/
H A Dmod_mime_magic.c2043 * and prints information if recognized uncompress(s, method, old, n, newch)
2169 unsigned char **newch, apr_size_t n)
2192 *newch = (unsigned char *) apr_palloc(r->pool, n);
2193 rv = apr_file_read(pipe_out, *newch, &n);
2168 uncompress(request_rec *r, int method, unsigned char **newch, apr_size_t n) argument

Completed in 17 milliseconds