Lines Matching refs:pool

155   apr_pool_t *pool;
162 anything added to the hash is allocated in the hash's pool. */
191 apr_pool_t *pool)
198 SVN_ERR(svn_cmdline_printf(pool, "* Loaded revision %ld.\n",
230 apr_pool_t *pool)
232 return svn_cmdline_printf(pool,
338 apr_pool_t *pool)
341 svn_delta_shim_callbacks_default(pool);
365 apr_pool_t *pool)
371 pool));
386 cancel_func, cancel_baton, pool);
393 apr_pool_t *pool)
400 rb = apr_pcalloc(pool, sizeof(*rb));
402 rb->pool = svn_pool_create(pool);
406 for (hi = apr_hash_first(pool, headers); hi; hi = apr_hash_next(hi))
415 SVN_ERR(svn_ra_get_latest_revnum(pb->session, &head_rev, pool));
431 rb->revprop_table = apr_hash_make(rb->pool);
440 apr_pool_t *pool)
448 apr_pool_t *pool)
469 struct directory_baton *child_db = apr_pcalloc(rb->pool, sizeof (*child_db));
482 rb->pool);
498 apr_pool_t *pool)
508 nb = apr_pcalloc(rb->pool, sizeof(*nb));
514 nb->prop_changes = apr_hash_make(rb->pool);
532 get_shim_callbacks(rb, rb->pool)));
536 NULL, FALSE, rb->pool));
543 rb->pool, &child_baton));
550 for (hi = apr_hash_first(rb->pool, headers); hi; hi = apr_hash_next(hi))
558 nb->path = apr_pstrdup(rb->pool, hval);
573 nb->base_checksum = apr_pstrdup(rb->pool, hval);
577 nb->copyfrom_path = apr_pstrdup(rb->pool, hval);
583 nb_dirname = svn_relpath_dirname(nb->path, pool);
595 rb->db->relpath, pool);
601 nb_dirname), pool);
608 since the pool we're using has the lifetime of one
610 SVN_ERR(commit_editor->close_directory(rb->db->baton, rb->pool));
619 rb->pool);
623 rb->pool, &child_baton));
652 nb->copyfrom_path, rb->pool);
656 rb->pool);
666 rb->db->baton, rb->pool));
679 rb->pool, &(nb->file_baton)));
685 rb->pool, &child_baton));
698 SVN_INVALID_REVNUM, rb->pool,
704 rb->pool, &child_baton));
723 SVN_ERR(svn_rdump__normalize_prop(name, &value, rb->pool));
725 SVN_ERR(svn_repos__validate_prop(name, value, rb->pool));
731 apr_pstrdup(rb->pool, name),
732 svn_string_dup(value, rb->pool));
741 name, NULL, value, rb->pool));
747 rb->datestamp = svn_string_dup(value, rb->pool);
749 rb->author = svn_string_dup(value, rb->pool);
762 apr_pool_t *pool = nb->rb->pool;
776 pool, pool);
786 SVN_ERR(svn_rdump__normalize_prop(name, &value, pool));
788 SVN_ERR(svn_repos__validate_prop(name, value, pool));
790 prop = apr_palloc(nb->rb->pool, sizeof (*prop));
791 prop->name = apr_pstrdup(pool, name);
792 prop->value = svn_string_dup(value, pool);
803 apr_pool_t *pool = nb->rb->pool;
806 SVN_ERR(svn_repos__validate_prop(name, NULL, pool));
808 prop = apr_palloc(pool, sizeof (*prop));
809 prop->name = apr_pstrdup(pool, name);
829 apr_pool_t *pool = nb->rb->pool;
850 rb->pool);
870 orig_path, orig_rev, NULL, NULL, &props, pool));
875 orig_path, orig_rev, 0, pool));
878 for (hi = apr_hash_first(pool, props); hi; hi = apr_hash_next(hi))
898 apr_pool_t *pool = nb->rb->pool;
901 pool, &handler, &handler_baton));
903 svn_stream_empty(pool), pool);
914 apr_pool_t *pool = nb->rb->pool;
917 pool, handler, handler_baton));
927 apr_pool_t *pool = nb->rb->pool;
930 for (hi = apr_hash_first(pool, nb->prop_changes);
940 name, prop->value, pool));
944 name, prop->value, pool));
955 SVN_ERR(commit_editor->close_file(nb->file_baton, NULL, nb->rb->pool));
976 SVN_ERR(svn_cmdline_printf(rb->pool, "* Loaded revision 0.\n"));
984 SVN_ERR(commit_editor->close_directory(rb->db->baton, rb->pool));
988 SVN_ERR(commit_editor->close_directory(rb->db->baton, rb->pool));
989 SVN_ERR(commit_editor->close_edit(commit_edit_baton, rb->pool));
999 NULL, FALSE, rb->pool));
1003 rb->pool, &child_baton));
1005 SVN_ERR(commit_editor->close_directory(child_baton, rb->pool));
1006 SVN_ERR(commit_editor->close_edit(commit_edit_baton, rb->pool));
1027 rb->datestamp, rb->pool));
1030 NULL, rb->datestamp, rb->pool));
1035 rb->author, rb->pool));
1038 NULL, rb->author, rb->pool));
1042 svn_pool_destroy(rb->pool);
1055 apr_pool_t *pool)
1066 pool));
1067 SVN_ERR(get_lock(&lock_string, session, cancel_func, cancel_baton, pool));
1068 SVN_ERR(svn_ra_get_repos_root2(session, &root_url, pool));
1069 SVN_ERR(svn_ra_get_session_url(session, &session_url, pool));
1071 session_url, pool));
1073 parser = apr_pcalloc(pool, sizeof(*parser));
1087 parse_baton = apr_pcalloc(pool, sizeof(*parse_baton));
1093 parse_baton->rev_map = apr_hash_make(pool);
1099 cancel_func, cancel_baton, pool);
1106 lock_string, pool),