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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drev_file.c208 apr_pool_t *file_pool = get_file_pool(file); local
219 err = writable ? auto_make_writable(path, file_pool, scratch_pool)
225 file_pool);
231 file_pool);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c1521 apr_pool_t *file_pool;
1561 apr_pool_t *file_pool = NULL;
1582 file_pool = apr_hash_pool_get(file_mods);
1584 file_pool = pool;
1587 file_pool = svn_pool_create(file_pool);
1701 file_pool, &file_baton);
1751 file_pool, &file_baton);
1822 struct file_mod_t *mod = apr_palloc(file_pool, sizeof(*mod));
1829 file_pool,
1520 apr_pool_t *file_pool; member in struct:file_mod_t
1560 apr_pool_t *file_pool = NULL; local
[all...]
H A Dwc_editor.c385 apr_pool_t *file_pool)
389 struct file_baton_t *fb = apr_pcalloc(file_pool, sizeof(*fb));
391 fb->pool = file_pool;
382 file_open_or_add(const char *path, void *parent_baton, struct file_baton_t **file_baton, apr_pool_t *file_pool) argument
H A Drepos_diff.c286 apr_pool_t *file_pool = svn_pool_create(result_pool); local
287 struct file_baton *file_baton = apr_pcalloc(file_pool, sizeof(*file_baton));
294 file_baton->pool = file_pool;
295 file_baton->path = apr_pstrdup(file_pool, path);
296 file_baton->propchanges = apr_array_make(file_pool, 8, sizeof(svn_prop_t));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c89 apr_pool_t *file_pool;
98 file_pool member of the driver state structure), which is cleared
730 file_entry = store_token(ds, NULL, file_token, TRUE, ds->file_pool);
732 ds->file_pool, &file_entry->baton));
756 file_entry = store_token(ds, NULL, file_token, TRUE, ds->file_pool);
757 SVN_CMD_ERR(ds->editor->open_file(path, entry->baton, rev, ds->file_pool,
781 entry->pool = svn_pool_create(ds->file_pool);
865 svn_pool_clear(ds->file_pool);
1097 state.file_pool = svn_pool_create(pool);
88 apr_pool_t *file_pool; member in struct:ra_svn_driver_state_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c545 apr_pool_t *file_pool,
553 file_pool));
567 apr_pool_t *file_pool,
576 file_pool));
586 eb->pool, file_pool));
592 file_pool));
539 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
562 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.c334 apr_pool_t *file_pool = svn_pool_create(result_pool);
335 struct file_baton_t *fb = apr_pcalloc(file_pool, sizeof(*fb));
343 fb->local_abspath = svn_dirent_join(eb->anchor_abspath, path, file_pool);
348 fb->pool = file_pool;
349 fb->propchanges = apr_array_make(file_pool, 8, sizeof(svn_prop_t));
1929 apr_pool_t *file_pool,
1936 fb = make_file_baton(path, TRUE, pb, file_pool);
1949 SVN_ERR(ensure_local_info(pb, file_pool));
1989 apr_pool_t *file_pool,
1996 fb = make_file_baton(path, FALSE, pb, file_pool);
333 apr_pool_t *file_pool = svn_pool_create(result_pool); local
1923 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
1984 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.c784 apr_pool_t *file_pool = svn_pool_create(pb->pool);
785 struct file_baton *f = apr_pcalloc(file_pool, sizeof(*f));
790 f->name = svn_dirent_basename(path, file_pool);
793 pb->local_abspath, f->name, file_pool));
795 f->pool = file_pool;
797 f->propchanges = apr_array_make(file_pool, 1, sizeof(svn_prop_t));
3114 /* The file_pool can stick around for a *long* time, so we want to
3448 /* the file_pool can stick around for a *long* time, so we want to use
781 apr_pool_t *file_pool = svn_pool_create(pb->pool); local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c1709 apr_pool_t *file_pool,
1715 apr_pool_t *scratch_pool = svn_pool_create(file_pool);
1717 new_file = apr_pcalloc(file_pool, sizeof(*new_file));
1718 new_file->pool = file_pool;
1756 deleted_parent = svn_relpath_dirname(deleted_parent, file_pool);
1833 apr_pool_t *file_pool,
1839 new_file = apr_pcalloc(file_pool, sizeof(*new_file));
1840 new_file->pool = file_pool;
1703 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
1828 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *file_pool, void **file_baton) argument
H A Dupdate.c519 apr_pool_t *file_pool;
522 file_pool = svn_pool_create(parent->pool);
524 file = apr_pcalloc(file_pool, sizeof(*file));
525 file->pool = file_pool;
530 file->relpath = svn_relpath_join(parent->relpath, name, file_pool);
536 file_pool);
517 apr_pool_t *file_pool; local

Completed in 234 milliseconds