Searched refs:file_pool (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dreplay.c95 /*file_pool is cleared after completion of each file. */
96 apr_pool_t *file_pool;
200 ctx->file_pool = svn_pool_create(ctx->dst_rev_pool);
347 svn_pool_clear(ctx->file_pool);
365 ctx->file_pool, &info->baton));
374 svn_pool_clear(ctx->file_pool);
393 ctx->file_pool, &info->baton));
413 ctx->file_pool,
459 info->name = apr_pstrdup(ctx->file_pool, prop_name);
545 prop_val = svn_base64_decode_string(morph, ctx->file_pool);
94 apr_pool_t *file_pool; member in struct:replay_context_t
[all...]
H A Dcommit.c1860 apr_pool_t *file_pool,
1867 new_file = apr_pcalloc(file_pool, sizeof(*new_file));
1868 new_file->pool = file_pool;
1907 deleted_parent = svn_relpath_dirname(deleted_parent, file_pool);
1944 apr_pool_t *file_pool,
1950 new_file = apr_pcalloc(file_pool, sizeof(*new_file));
1951 new_file->pool = file_pool;
1853 add_file(const char *path, void *parent_baton, const char *copy_path, svn_revnum_t copy_revision, apr_pool_t *file_pool, void **file_baton) argument
1938 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *file_pool, void **file_baton) argument
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c80 apr_pool_t *file_pool;
89 file_pool member of the driver state structure), which is cleared
673 file_entry = store_token(ds, NULL, file_token, TRUE, ds->file_pool);
675 ds->file_pool, &file_entry->baton));
693 file_entry = store_token(ds, NULL, file_token, TRUE, ds->file_pool);
694 SVN_CMD_ERR(ds->editor->open_file(path, entry->baton, rev, ds->file_pool,
717 entry->pool = svn_pool_create(ds->file_pool);
797 svn_pool_clear(ds->file_pool);
924 state.file_pool = svn_pool_create(pool);
79 apr_pool_t *file_pool; member in struct:ra_svn_driver_state_t
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy_foreign.c266 apr_pool_t *file_pool = svn_pool_create(pb->pool); local
267 struct file_baton_t *fb = apr_pcalloc(file_pool, sizeof(*fb));
272 fb->pool = file_pool;
H A Drepos_diff.c285 apr_pool_t *file_pool = svn_pool_create(result_pool); local
286 struct file_baton *file_baton = apr_pcalloc(file_pool, sizeof(*file_baton));
293 file_baton->pool = file_pool;
294 file_baton->path = apr_pstrdup(file_pool, path);
295 file_baton->propchanges = apr_array_make(file_pool, 8, sizeof(svn_prop_t));
H A Dcommit_util.c1467 apr_pool_t *file_pool = NULL;
1489 file_pool = apr_hash_pool_get(file_mods);
1491 file_pool = pool;
1604 file_pool, &file_baton);
1654 file_pool, &file_baton);
1725 struct file_mod_t *mod = apr_palloc(file_pool, sizeof(*mod));
1732 file_pool, &file_baton);
1747 err = editor->close_file(file_baton, NULL, file_pool);
1466 apr_pool_t *file_pool = NULL; local
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c487 apr_pool_t *file_pool,
495 file_pool));
509 apr_pool_t *file_pool,
518 file_pool));
527 eb->pool, file_pool));
533 file_pool));
481 add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_revision, apr_pool_t *file_pool, void **file_baton) argument
504 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *file_pool, void **file_baton) argument
H A Ddiff_editor.c363 apr_pool_t *file_pool = svn_pool_create(result_pool);
364 struct file_baton_t *fb = apr_pcalloc(file_pool, sizeof(*fb));
372 fb->local_abspath = svn_dirent_join(eb->anchor_abspath, path, file_pool);
377 fb->pool = file_pool;
378 fb->propchanges = apr_array_make(file_pool, 8, sizeof(svn_prop_t));
1798 apr_pool_t *file_pool,
1805 fb = make_file_baton(path, TRUE, pb, file_pool);
1818 SVN_ERR(ensure_local_info(pb, file_pool));
1858 apr_pool_t *file_pool,
1865 fb = make_file_baton(path, FALSE, pb, file_pool);
362 apr_pool_t *file_pool = svn_pool_create(result_pool); local
1792 add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_revision, apr_pool_t *file_pool, void **file_baton) argument
1853 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *file_pool, void **file_baton) argument
[all...]
H A Dupdate_editor.c771 apr_pool_t *file_pool = svn_pool_create(pb->pool);
772 struct file_baton *f = apr_pcalloc(file_pool, sizeof(*f));
777 f->name = svn_dirent_basename(path, file_pool);
780 pb->local_abspath, f->name, file_pool));
798 file_pool);
803 f->new_relpath = svn_relpath_join(pb->new_relpath, f->name, file_pool);
808 file_pool, scratch_pool));
813 f->pool = file_pool;
815 f->propchanges = apr_array_make(file_pool, 1, sizeof(svn_prop_t));
3129 /* The file_pool ca
768 apr_pool_t *file_pool = svn_pool_create(pb->pool); local
[all...]

Completed in 163 milliseconds