Lines Matching defs:cntxt
65 apr_pool_t *cntxt;
202 apr_pool_create(&cntxt, NULL);
203 apr_file_open_stderr(&errfile, cntxt);
206 rv = apr_xlate_open(&to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, cntxt);
219 APR_OS_DEFAULT, cntxt);
236 if (apr_temp_dir_get((const char**)&dirname, cntxt) != APR_SUCCESS) {
241 dirname = apr_psprintf(cntxt, "%s/%s", dirname, tn);
243 if (apr_file_mktemp(&tfp, dirname, 0, cntxt) != APR_SUCCESS) {
248 if (apr_file_open(&f, argv[1], APR_READ, APR_OS_DEFAULT, cntxt) != APR_SUCCESS) {
285 if (apr_file_copy(dirname, argv[1], APR_FILE_SOURCE_PERMS, cntxt) !=