Lines Matching refs:method
2043 * and prints information if recognized uncompress(s, method, old, n, newch)
2044 * - uncompress old into new, using method, return sizeof new
2114 int method;
2129 * what happens when !compr[parm->method].silent?
2144 new_argv[0] = compr[parm->method].argv[0];
2145 new_argv[1] = compr[parm->method].argv[1];
2150 rc = apr_proc_create(procnew, compr[parm->method].argv[0],
2157 compr[parm->method].argv[0]);
2168 static int uncompress(request_rec *r, int method,
2177 parm.method = method;