Home
last modified time | relevance | path

Searched refs:subpool (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dpropedit-cmd.c181 apr_pool_t *subpool = svn_pool_create(pool); in svn_cl__propedit() local
224 svn_pool_clear(subpool); in svn_cl__propedit()
241 NULL, ctx, subpool, subpool)); in svn_cl__propedit()
246 propval = svn_string_create_empty(subpool); in svn_cl__propedit()
273 base_dir = svn_dirent_dirname(target, subpool); in svn_cl__propedit()
290 : svn_dirent_local_style(target, subpool); in svn_cl__propedit()
299 subpool); in svn_cl__propedit()
304 subpool)); in svn_cl__propedit()
322 targs, pname, propval, subpool)); in svn_cl__propedit()
327 ctx, subpool); in svn_cl__propedit()
[all …]
H A Dcheckout-cmd.c73 apr_pool_t *subpool; in svn_cl__checkout() local
123 subpool = svn_pool_create(pool); in svn_cl__checkout()
132 svn_pool_clear(subpool); in svn_cl__checkout()
144 subpool)); in svn_cl__checkout()
154 svn_uri_basename(true_url, subpool), in svn_cl__checkout()
155 subpool); in svn_cl__checkout()
175 ctx, subpool)); in svn_cl__checkout()
177 svn_pool_destroy(subpool); in svn_cl__checkout()
H A Dcat-cmd.c52 apr_pool_t *subpool = svn_pool_create(pool); in svn_cl__cat() local
72 svn_pool_clear(subpool); in svn_cl__cat()
77 subpool)); in svn_cl__cat()
82 ctx, subpool, subpool), in svn_cl__cat()
90 svn_pool_destroy(subpool); in svn_cl__cat()
H A Dpropget-cmd.c420 apr_pool_t *subpool = svn_pool_create(pool); in svn_cl__propget() local
424 SVN_ERR(svn_cl__xml_print_header("properties", subpool)); in svn_cl__propget()
451 svn_pool_clear(subpool); in svn_cl__propget()
456 subpool)); in svn_cl__propget()
459 SVN_ERR(svn_dirent_get_absolute(&truepath, truepath, subpool)); in svn_cl__propget()
468 opt_state->changelists, ctx, subpool, in svn_cl__propget()
469 subpool)); in svn_cl__propget()
503 subpool)); in svn_cl__propget()
510 omit_newline, like_proplist, subpool)); in svn_cl__propget()
514 SVN_ERR(svn_cl__xml_print_footer("properties", subpool)); in svn_cl__propget()
[all …]
H A Drelocate-cmd.c98 apr_pool_t *subpool = svn_pool_create(scratch_pool); in svn_cl__relocate() local
110 svn_pool_clear(subpool); in svn_cl__relocate()
113 ctx, subpool)); in svn_cl__relocate()
115 svn_pool_destroy(subpool); in svn_cl__relocate()
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c476 apr_pool_t *subpool; in delta_proplists() local
483 subpool = svn_pool_create(pool); in delta_proplists()
569 svn_pool_destroy(subpool); in delta_proplists()
623 apr_pool_t *subpool; in delta_files() local
629 subpool = svn_pool_create(pool); in delta_files()
682 svn_pool_destroy(subpool); in delta_files()
850 apr_pool_t *subpool; in delta_dirs() local
866 subpool = svn_pool_create(pool); in delta_dirs()
890 svn_pool_clear(subpool); in delta_dirs()
971 svn_pool_clear(subpool); in delta_dirs()
[all …]
H A Dcommit.c307 apr_pool_t *subpool = svn_pool_create(pool); in add_file_or_directory() local
335 required, subpool)); in add_file_or_directory()
387 svn_pool_destroy(subpool); in add_file_or_directory()
616 apr_pool_t *subpool = svn_pool_create(pool); in open_file() local
625 svn_authz_read, subpool)); in open_file()
629 subpool)); in open_file()
645 svn_pool_destroy(subpool); in open_file()
1010 apr_pool_t *subpool = svn_pool_create(pool); in svn_repos_get_commit_editor5() local
1031 eb = apr_pcalloc(subpool, sizeof(*eb)); in svn_repos_get_commit_editor5()
1048 eb->pool = subpool; in svn_repos_get_commit_editor5()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dload-index.c102 apr_pool_t *subpool = svn_pool_create(scratch_pool); in svn_fs_fs__load_index() local
126 revision, subpool, in svn_fs_fs__load_index()
127 subpool)); in svn_fs_fs__load_index()
137 subpool)); in svn_fs_fs__load_index()
153 subpool)); in svn_fs_fs__load_index()
160 subpool, subpool)); in svn_fs_fs__load_index()
162 entries, subpool, in svn_fs_fs__load_index()
163 subpool)); in svn_fs_fs__load_index()
168 rev_file->start_revision, subpool)); in svn_fs_fs__load_index()
171 svn_pool_destroy(subpool); in svn_fs_fs__load_index()
H A Dfs.c430 apr_pool_t *subpool = svn_pool_create(scratch_pool); in fs_open() local
436 SVN_ERR(svn_fs_fs__open(fs, path, subpool)); in fs_open()
438 SVN_ERR(svn_fs_fs__initialize_caches(fs, subpool)); in fs_open()
442 svn_pool_destroy(subpool); in fs_open()
459 apr_pool_t * subpool = svn_pool_create(pool); in fs_open_for_recovery() local
476 SVN_ERR(svn_fs_fs__read_format_file(fs, subpool)); in fs_open_for_recovery()
479 err = svn_fs_fs__youngest_rev(&youngest_rev, fs, subpool); in fs_open_for_recovery()
493 file_path = svn_fs_fs__path_current(fs, subpool); in fs_open_for_recovery()
497 SVN_ERR(svn_io_remove_file2(file_path, TRUE, subpool)); in fs_open_for_recovery()
498 SVN_ERR(svn_io_file_create_empty(file_path, subpool)); in fs_open_for_recovery()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_delta/
H A Dpath_driver.c74 apr_pool_t *subpool; in open_dir() local
85 subpool = svn_pool_create(pool); in open_dir()
90 push_dir_stack_item(db_stack, db, subpool); in open_dir()
156 apr_pool_t *subpool, *iterpool; in svn_delta_path_driver3() local
162 subpool = svn_pool_create(pool); in svn_delta_path_driver3()
242 apr_pool_t *subpool; in svn_delta_path_driver_step() local
253 subpool = svn_pool_create(state->pool); in svn_delta_path_driver_step()
255 subpool, &db)); in svn_delta_path_driver_step()
324 subpool = svn_pool_create(state->pool); in svn_delta_path_driver_step()
328 relpath, subpool)); in svn_delta_path_driver_step()
[all …]
/freebsd-13.1/contrib/subversion/subversion/svnbench/
H A Dnull-info-cmd.c75 apr_pool_t *subpool = svn_pool_create(pool); in push_dir_info() local
87 svn_pool_clear(subpool); in push_dir_info()
92 path = svn_relpath_join(dir, name, subpool); in push_dir_info()
101 counter, depth, ctx, subpool)); in push_dir_info()
104 svn_pool_destroy(subpool); in push_dir_info()
203 apr_pool_t *subpool = svn_pool_create(pool); in svn_cl__null_info() local
228 svn_pool_clear(subpool); in svn_cl__null_info()
242 SVN_ERR(svn_dirent_get_absolute(&truepath, truepath, subpool)); in svn_cl__null_info()
250 ctx, subpool); in svn_cl__null_info()
260 svn_error_clear(svn_cmdline_fprintf(stderr, subpool, "\n")); in svn_cl__null_info()
[all …]
H A Dnull-list-cmd.c95 apr_pool_t *subpool = svn_pool_create(pool); in svn_cl__null_list() local
128 svn_pool_clear(subpool); in svn_cl__null_list()
134 subpool)); in svn_cl__null_list()
138 patterns = apr_array_make(subpool, 4, sizeof(const char *)); in svn_cl__null_list()
162 &pb, ctx, subpool); in svn_cl__null_list()
188 svn_pool_destroy(subpool); in svn_cl__null_list()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dquoprint.c122 apr_pool_t *subpool = svn_pool_create(eb->pool); in encode_data() local
132 svn_pool_destroy(subpool); in encode_data()
163 apr_pool_t *subpool = svn_pool_create(pool); in svn_quoprint_encode() local
164 struct encode_baton *eb = apr_palloc(subpool, sizeof(*eb)); in svn_quoprint_encode()
169 eb->pool = subpool; in svn_quoprint_encode()
250 apr_pool_t *subpool; in decode_data() local
256 subpool = svn_pool_create(db->pool); in decode_data()
257 decoded = svn_stringbuf_create_empty(subpool); in decode_data()
264 svn_pool_destroy(subpool); in decode_data()
286 apr_pool_t *subpool = svn_pool_create(pool); in svn_quoprint_decode() local
[all …]
H A Dcache-memcache.c145 apr_pool_t *subpool; in memcache_internal_get() local
153 subpool = svn_pool_create(pool); in memcache_internal_get()
154 SVN_ERR(build_key(&mc_key, cache, key, subpool)); in memcache_internal_get()
165 svn_pool_destroy(subpool); in memcache_internal_get()
174 svn_pool_destroy(subpool); in memcache_internal_get()
271 apr_pool_t *subpool = svn_pool_create(scratch_pool); in memcache_set() local
292 svn_pool_destroy(subpool); in memcache_set()
336 apr_pool_t *subpool = svn_pool_create(scratch_pool); in memcache_set_partial() local
342 subpool)); in memcache_set_partial()
347 SVN_ERR(func(&data, &size, baton, subpool)); in memcache_set_partial()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Ddiff4.c187 apr_pool_t *subpool; in svn_diff_diff4_2() local
195 subpool = svn_pool_create(pool); in svn_diff_diff4_2()
196 subpool2 = svn_pool_create(subpool); in svn_diff_diff4_2()
216 subpool)); in svn_diff_diff4_2()
223 subpool)); in svn_diff_diff4_2()
242 subpool); in svn_diff_diff4_2()
244 subpool); in svn_diff_diff4_2()
246 subpool); in svn_diff_diff4_2()
248 subpool); in svn_diff_diff4_2()
309 svn_pool_destroy(subpool); in svn_diff_diff4_2()
H A Ddiff3.c56 apr_pool_t *subpool; in svn_diff__resolve_conflict() local
115 subpool = svn_pool_create(pool); in svn_diff__resolve_conflict()
129 lcs = apr_palloc(subpool, sizeof(*lcs)); in svn_diff__resolve_conflict()
246 svn_pool_destroy(subpool); in svn_diff__resolve_conflict()
265 apr_pool_t *subpool; in svn_diff_diff3_2() local
272 subpool = svn_pool_create(pool); in svn_diff_diff3_2()
285 subpool)); in svn_diff_diff3_2()
292 subpool)); in svn_diff_diff3_2()
299 subpool)); in svn_diff_diff3_2()
320 suffix_lines, subpool); in svn_diff_diff3_2()
[all …]
H A Ddiff.c141 apr_pool_t *subpool; in svn_diff_diff_2() local
148 subpool = svn_pool_create(pool); in svn_diff_diff_2()
162 subpool)); in svn_diff_diff_2()
169 subpool)); in svn_diff_diff_2()
183 subpool); in svn_diff_diff_2()
185 subpool); in svn_diff_diff_2()
190 suffix_lines, subpool); in svn_diff_diff_2()
196 svn_pool_destroy(subpool); in svn_diff_diff_2()
H A Dbinary_diff.c245 apr_pool_t *subpool = svn_pool_create(scratch_pool); in svn_diff_output_binary() local
249 scratch_pool, subpool)); in svn_diff_output_binary()
250 svn_pool_clear(subpool); in svn_diff_output_binary()
254 scratch_pool, subpool)); in svn_diff_output_binary()
255 svn_pool_clear(subpool); in svn_diff_output_binary()
263 svn_stream_from_aprfile2(latest_apr, FALSE, subpool), in svn_diff_output_binary()
267 svn_pool_clear(subpool); in svn_diff_output_binary()
274 svn_stream_from_aprfile2(original_apr, FALSE, subpool), in svn_diff_output_binary()
278 svn_pool_destroy(subpool); in svn_diff_output_binary()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c577 svn_pool_destroy(subpool); in x_change_node_prop()
604 SVN_ERR(svn_fs_x__get_dag_node(&node1, root1, path1, subpool, subpool)); in x_props_changed()
608 svn_pool_destroy(subpool); in x_props_changed()
1416 TRUE, subpool, subpool)); in x_make_dir()
1439 subpool, subpool)); in x_make_dir()
1449 svn_pool_destroy(subpool); in x_make_dir()
1508 svn_pool_destroy(subpool); in x_delete_node()
1699 apr_pool_t *subpool; in x_revision_link() local
1753 TRUE, subpool, subpool)); in x_make_file()
1775 subpool, subpool)); in x_make_file()
[all …]
H A Dtransaction.c118 txn->pool = subpool; in get_shared_txn()
1462 err = get_txn_proplist(&txn_prop, txn->fs, ftd->txn_id, subpool, subpool); in svn_fs_x__change_txn_props()
1812 subpool, subpool)); in svn_fs_x__set_entry()
1903 svn_pool_clear(subpool); in svn_fs_x__set_entry()
3126 apr_pool_t *subpool; in write_final_rev() local
3800 svn_pool_clear(subpool); in commit_body()
3818 svn_pool_clear(subpool); in commit_body()
3839 svn_pool_clear(subpool); in commit_body()
3847 svn_pool_clear(subpool); in commit_body()
3853 svn_pool_clear(subpool); in commit_body()
[all …]
H A Dfs.c384 apr_pool_t *subpool = svn_pool_create(scratch_pool); in x_open() local
390 SVN_ERR(svn_fs_x__open(fs, path, subpool)); in x_open()
392 SVN_ERR(svn_fs_x__initialize_caches(fs, subpool)); in x_open()
396 svn_pool_destroy(subpool); in x_open()
413 apr_pool_t * subpool = svn_pool_create(scratch_pool); in x_open_for_recovery() local
430 SVN_ERR(svn_fs_x__read_format_file(fs, subpool)); in x_open_for_recovery()
433 err = svn_fs_x__youngest_rev(&youngest_rev, fs, subpool); in x_open_for_recovery()
447 file_path = svn_fs_x__path_current(fs, subpool); in x_open_for_recovery()
452 SVN_ERR(svn_io_file_create_empty(file_path, subpool)); in x_open_for_recovery()
453 SVN_ERR(svn_fs_x__write_current(fs, 0, subpool)); in x_open_for_recovery()
[all …]
/freebsd-13.1/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c438 svn_pool_destroy(subpool); in output_revision()
642 apr_pool_t *subpool = svn_pool_create(pool); in adjust_mergeinfo() local
668 FALSE, subpool, subpool)); in adjust_mergeinfo()
723 svn_pool_destroy(subpool); in adjust_mergeinfo()
1165 svn_pool_clear(subpool); in do_filter()
1167 (stderr, subpool, " '%s'\n", in do_filter()
1172 svn_pool_destroy(subpool); in do_filter()
1217 svn_pool_clear(subpool); in do_filter()
1231 svn_pool_destroy(subpool); in do_filter()
1257 svn_pool_clear(subpool); in do_filter()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra/
H A Dutil.c169 apr_pool_t *subpool; in svn_ra__get_operational_lock() local
188 subpool = svn_pool_create(pool); in svn_ra__get_operational_lock()
195 svn_pool_clear(subpool); in svn_ra__get_operational_lock()
207 subpool), in svn_ra__get_operational_lock()
214 &reposlocktoken, subpool)); in svn_ra__get_operational_lock()
231 SVN_ERR(retry_func(retry_baton, reposlocktoken, subpool)); in svn_ra__get_operational_lock()
252 mylocktoken, subpool); in svn_ra__get_operational_lock()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dlocks-table.c206 apr_pool_t *subpool = svn_pool_create(pool); in svn_fs_bdb__locks_get() local
271 svn_pool_clear(subpool); in svn_fs_bdb__locks_get()
273 svn_fs_base__track_dbt(&key, subpool); in svn_fs_bdb__locks_get()
274 svn_fs_base__track_dbt(&value, subpool); in svn_fs_bdb__locks_get()
277 child_path = apr_pstrmemdup(subpool, key.data, key.size); in svn_fs_bdb__locks_get()
278 lock_token = apr_pstrmemdup(subpool, value.data, value.size); in svn_fs_bdb__locks_get()
293 err = get_lock(&lock, fs, child_path, lock_token, trail, subpool); in svn_fs_bdb__locks_get()
303 err = get_locks_func(get_locks_baton, lock, subpool); in svn_fs_bdb__locks_get()
317 svn_pool_destroy(subpool); in svn_fs_bdb__locks_get()
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c551 apr_pool_t *subpool; in ra_svn_handle_open_root() local
556 subpool = svn_pool_create(ds->pool); in ra_svn_handle_open_root()
592 apr_pool_t *subpool; in ra_svn_handle_add_dir() local
598 subpool = svn_pool_create(entry->pool); in ra_svn_handle_add_dir()
627 apr_pool_t *subpool; in ra_svn_handle_open_dir() local
633 subpool = svn_pool_create(entry->pool); in ra_svn_handle_open_dir()
1102 svn_pool_clear(subpool); in svn_ra_svn_drive_editor2()
1166 conn, subpool, in svn_ra_svn_drive_editor2()
1195 svn_pool_clear(subpool); in svn_ra_svn_drive_editor2()
1201 svn_pool_destroy(subpool); in svn_ra_svn_drive_editor2()
[all …]

1234