Lines Matching defs:pool

125   apr_pool_t *pool;
133 apr_pool_t *pool)
139 lock_token, pool);
144 reporter_delete_path(void *report_baton, const char *path, apr_pool_t *pool)
149 pool);
157 const char *lock_token, apr_pool_t *pool)
165 ancestor = svn_uri_get_longest_ancestor(url, rb->ancestor, pool);
177 lock_token, pool);
182 reporter_finish_report(void *report_baton, apr_pool_t *pool)
188 apr_pool_t *subpool = svn_pool_create(pool);
199 err = svn_ra_get_locks2(ras, &locks, "", rb->depth, rb->pool);
205 locks = apr_hash_make(rb->pool);
209 SVN_ERR(svn_ra_get_repos_root2(ras, &repos_root, rb->pool));
215 repos_root, rb->pool));
217 return rb->wrapped_reporter->finish_report(rb->wrapped_report_baton, pool);
222 reporter_abort_report(void *report_baton, apr_pool_t *pool)
226 return rb->wrapped_reporter->abort_report(rb->wrapped_report_baton, pool);
344 apr_pool_t *pool) /* ### aka scratch_pool */
359 SVN_ERR(svn_hash_from_cstring_keys(&changelist_hash, changelists, pool));
370 SVN_ERR(svn_dirent_get_absolute(&target_abspath, path, pool));
380 TRUE, FALSE, pool));
391 dir_abspath = svn_dirent_dirname(target_abspath, pool);
393 dir = svn_dirent_dirname(path, pool);
403 FALSE, FALSE, pool);
411 svn_dirent_local_style(path, pool));
435 SVN_ERR(svn_wc_get_default_ignores(&ignores, ctx->config, pool));
452 pool, pool));
458 svn_dirent_local_style(dir, pool));
464 ctx, pool, pool));
467 SVN_RA_CAPABILITY_DEPTH, pool));
477 pool, pool));
485 &kind, pool));
496 dir_abspath, pool));
501 SVN_ERR(editor->close_edit(edit_baton, pool));
522 pool));
534 editor, edit_baton, pool));
537 rb.ancestor = apr_pstrdup(pool, URL); /* Edited later */
540 rb.pool = pool;
559 NULL, NULL, pool));
566 svn_wc_notify_status_completed, pool);
568 (ctx->notify_func2)(ctx->notify_baton2, notify, pool);
581 pool);
590 svn_dirent_local_style(path, pool));
614 pool, pool));
621 status_func, status_baton, pool));