Lines Matching refs:pool
136 apr_pool_t * pool;
155 if (apr_pool_create(&pool, NULL) != APR_SUCCESS) {
158 apr_file_open_stderr(&errfile, pool);
159 apr_getopt_init(&o, pool, argc, argv);
182 stats = apr_pstrdup(pool, arg);
188 apr_file_open_stdout(&outfile, pool);
189 apr_file_open_stdin(&infile, pool);
192 if ( (outbuffer = apr_palloc(pool, WRITE_BUF_SIZE)) == NULL
193 || (inbuffer = apr_palloc(pool, READ_BUF_SIZE)) == NULL
194 || (line = apr_palloc(pool, LINE_BUF_SIZE)) == NULL) {
202 cache = apr_hash_make(pool);
203 if(apr_pool_create(&pline, pool) != APR_SUCCESS){
319 APR_OS_DEFAULT, pool) != APR_SUCCESS) {