Searched defs:scratch_pool (Results 151 - 175 of 281) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c869 svn_ra__get_inherited_props_walk(svn_ra_session_t *session, const char *path, svn_revnum_t revision, apr_array_header_t **inherited_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dutil.c435 construct_txn_node_path(svn_fs_t *fs, const svn_fs_x__id_t *id, const char *suffix, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
451 svn_fs_x__path_txn_node_rev(svn_fs_t *fs, const svn_fs_x__id_t *id, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
460 svn_fs_x__path_txn_node_props(svn_fs_t *fs, const svn_fs_x__id_t *id, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
470 svn_fs_x__path_txn_node_children(svn_fs_t *fs, const svn_fs_x__id_t *id, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
480 svn_fs_x__check_file_buffer_numeric(const char *buf, apr_off_t offset, const char *path, const char *title, apr_pool_t *scratch_pool) argument
498 svn_fs_x__read_min_unpacked_rev(svn_revnum_t *min_unpacked_rev, svn_fs_t *fs, apr_pool_t *scratch_pool) argument
520 svn_fs_x__update_min_unpacked_rev(svn_fs_t *fs, apr_pool_t *scratch_pool) argument
534 svn_fs_x__write_min_unpacked_rev(svn_fs_t *fs, svn_revnum_t revnum, apr_pool_t *scratch_pool) argument
554 svn_fs_x__read_current(svn_revnum_t *rev, svn_fs_t *fs, apr_pool_t *scratch_pool) argument
574 svn_fs_x__write_current(svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *scratch_pool) argument
675 svn_fs_x__read_number_from_stream(apr_int64_t *result, svn_boolean_t *hit_eof, svn_stream_t *stream, apr_pool_t *scratch_pool) argument
704 svn_fs_x__move_into_place(const char *old_filename, const char *new_filename, const char *perms_reference, svn_fs_x__batch_fsync_t *batch, apr_pool_t *scratch_pool) argument
[all...]
H A Dtemp_serializer.c247 serialize_dir(svn_fs_x__dir_data_t *dir, apr_pool_t *scratch_pool) argument
H A Dstring_table.c377 create_table(string_sub_table_t *target, builder_table_t *source, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
588 svn_fs_x__write_string_table(svn_stream_t *stream, const string_table_t *table, apr_pool_t *scratch_pool) argument
657 svn_fs_x__read_string_table(string_table_t **table_p, svn_stream_t *stream, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Ddag_cache.c547 dag_step(dag_node_t **child_p, svn_fs_root_t *root, dag_node_t *parent, const char *name, const svn_string_t *path, svn_fs_x__change_set_t change_set, svn_boolean_t allow_empty, apr_pool_t *scratch_pool) argument
616 get_root_node(dag_node_t **node_p, svn_fs_root_t *root, svn_fs_x__change_set_t change_set, apr_pool_t *scratch_pool) argument
649 walk_dag_path(dag_node_t **node_p, svn_fs_root_t *root, svn_string_t *path, apr_pool_t *scratch_pool) argument
757 get_copy_inheritance(svn_fs_x__copy_id_inherit_t *inherit_p, const char **copy_src_path, svn_fs_t *fs, svn_fs_x__dag_path_t *child, apr_pool_t *scratch_pool) argument
855 svn_fs_x__get_dag_path(svn_fs_x__dag_path_t **dag_path_p, svn_fs_root_t *root, const char *fs_path, int flags, svn_boolean_t is_txn_path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
953 mutable_root_node(dag_node_t **node_p, svn_fs_root_t *root, const char *error_path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
973 svn_fs_x__make_path_mutable(svn_fs_root_t *root, svn_fs_x__dag_path_t *parent_path, const char *error_path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1071 svn_fs_x__get_temp_dag_node(dag_node_t **node_p, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
1090 svn_fs_x__get_dag_node(dag_node_t **dag_node_p, svn_fs_root_t *root, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dpacked_data.c578 svn_packed__data_write(svn_stream_t *stream, svn_packed__data_root_t *root, apr_pool_t *scratch_pool) argument
1036 svn_packed__data_read(svn_packed__data_root_t **root_p, svn_stream_t *stream, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dutf8proc.c426 svn_utf__is_normalized(const char *string, apr_pool_t *scratch_pool) argument
H A Dchecksum.c325 svn_checksum_serialize(const svn_checksum_t *checksum, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
339 svn_checksum_deserialize(const svn_checksum_t **checksum, const char *data, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
675 svn_checksum_mismatch_err(const svn_checksum_t *expected, const svn_checksum_t *actual, apr_pool_t *scratch_pool, const char *fmt, ...) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c418 svn_txdelta_run(svn_stream_t *source, svn_stream_t *target, svn_txdelta_window_handler_t handler, void *handler_baton, svn_checksum_kind_t checksum_kind, svn_checksum_t **checksum, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dreplay.c175 replay_opened(svn_ra_serf__xml_estate_t *xes, void *baton, int entered_state, const svn_ra_serf__dav_props_t *tag, apr_pool_t *scratch_pool) argument
232 replay_closed(svn_ra_serf__xml_estate_t *xes, void *baton, int leaving_state, const svn_string_t *cdata, apr_hash_t *attrs, apr_pool_t *scratch_pool) argument
445 replay_cdata(svn_ra_serf__xml_estate_t *xes, void *baton, int current_state, const char *data, apr_size_t len, apr_pool_t *scratch_pool) argument
477 create_replay_body(serf_bucket_t **bkt, void *baton, serf_bucket_alloc_t *alloc, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
526 svn_ra_serf__replay(svn_ra_session_t *ra_session, svn_revnum_t revision, svn_revnum_t low_water_mark, svn_boolean_t send_deltas, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *scratch_pool) argument
610 replay_done(serf_request_t *request, void *baton, apr_pool_t *scratch_pool) argument
637 setup_headers(serf_bucket_t *headers, void *baton, apr_pool_t *request_pool, apr_pool_t *scratch_pool) argument
650 svn_ra_serf__replay_range(svn_ra_session_t *ra_session, svn_revnum_t start_revision, svn_revnum_t end_revision, svn_revnum_t low_water_mark, svn_boolean_t send_deltas, svn_ra_replay_revstart_callback_t revstart_func, svn_ra_replay_revfinish_callback_t revfinish_func, void *replay_baton, apr_pool_t *scratch_pool) argument
[all...]
H A Dserf.c154 load_config(svn_ra_serf__session_t *session, apr_hash_t *config_hash, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
477 svn_ra_serf__open(svn_ra_session_t *session, const char **corrected_url, const char **redirect_url, const char *session_URL, const svn_ra_callbacks2_t *callbacks, void *callback_baton, svn_auth_baton_t *auth_baton, apr_hash_t *config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
627 ra_serf_dup_session(svn_ra_session_t *new_session, svn_ra_session_t *old_session, const char *new_session_url, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
867 serf__rev_proplist(svn_ra_session_t *ra_session, svn_revnum_t rev, const svn_ra_serf__dav_props_t *fetch_props, apr_hash_t **ret_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
921 apr_pool_t *scratch_pool = svn_pool_create(result_pool); local
940 apr_pool_t *scratch_pool = svn_pool_create(result_pool); local
[all...]
H A Dproperty.c150 propfind_opened(svn_ra_serf__xml_estate_t *xes, void *baton, int entered_state, const svn_ra_serf__dav_props_t *tag, apr_pool_t *scratch_pool) argument
197 propfind_closed(svn_ra_serf__xml_estate_t *xes, void *baton, int leaving_state, const svn_string_t *cdata, apr_hash_t *attrs, apr_pool_t *scratch_pool) argument
349 setup_propfind_headers(serf_bucket_t *headers, void *setup_baton, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
370 create_propfind_body(serf_bucket_t **bkt, void *setup_baton, serf_bucket_alloc_t *alloc, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
513 svn_ra_serf__deliver_svn_props(void *baton, const char *path, const char *ns, const char *name, const svn_string_t *value, apr_pool_t *scratch_pool) argument
539 deliver_node_props(void *baton, const char *path, const char *ns, const char *name, const svn_string_t *value, apr_pool_t *scratch_pool) argument
567 svn_ra_serf__fetch_node_props(apr_hash_t **results, svn_ra_serf__session_t *session, const char *url, svn_revnum_t revision, const svn_ra_serf__dav_props_t *which_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
645 retrieve_baseline_info(svn_revnum_t *actual_revision, const char **basecoll_url_p, svn_ra_serf__session_t *session, const char *baseline_url, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
705 v1_get_youngest_revnum(svn_revnum_t *youngest, const char **basecoll_url, svn_ra_serf__session_t *session, const char *vcc_url, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
757 svn_ra_serf__get_youngest_revnum(svn_revnum_t *youngest, svn_ra_serf__session_t *session, apr_pool_t *scratch_pool) argument
784 get_baseline_info(const char **bc_url, svn_revnum_t *revnum_used, svn_ra_serf__session_t *session, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
848 svn_ra_serf__get_stable_url(const char **stable_url, svn_revnum_t *latest_revnum, svn_ra_serf__session_t *session, const char *url, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
879 svn_ra_serf__fetch_dav_prop(const char **value, svn_ra_serf__session_t *session, const char *url, svn_revnum_t revision, const char *propname, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
910 svn_ra_serf__keep_only_regular_props(apr_hash_t *props, apr_pool_t *scratch_pool) argument
[all...]
H A Dxml.c88 apr_pool_t *scratch_pool; member in struct:svn_ra_serf__xml_context_t
927 expat_response_handler(serf_request_t *request, serf_bucket_t *response, void *baton, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dexternals.c58 relegate_dir_external(svn_wc_context_t *wc_ctx, const char *wri_abspath, const char *local_abspath, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
446 switch_file_external(const char *local_abspath, const svn_client__pathrev_t *switch_loc, const char *record_url, const svn_opt_revision_t *record_peg_revision, const svn_opt_revision_t *record_revision, const char *def_dir_abspath, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
622 remove_external2(svn_boolean_t *removed, svn_wc_context_t *wc_ctx, const char *wri_abspath, const char *local_abspath, svn_node_kind_t external_kind, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
643 remove_external(svn_boolean_t *removed, svn_wc_context_t *wc_ctx, const char *wri_abspath, const char *local_abspath, svn_node_kind_t external_kind, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
662 wc_ctx, local_abspath, FALSE, scratch_pool); local
680 handle_external_item_removal(const svn_client_ctx_t *ctx, const char *defining_abspath, const char *local_abspath, apr_pool_t *scratch_pool) argument
749 handle_external_item_change(svn_client_ctx_t *ctx, const char *repos_root_url, const char *parent_dir_abspath, const char *parent_dir_url, const char *local_abspath, const char *old_defining_abspath, const svn_wc_external_item2_t *new_item, svn_ra_session_t *ra_session, svn_boolean_t *timestamp_sleep, apr_pool_t *scratch_pool) argument
938 wrap_external_error(const svn_client_ctx_t *ctx, const char *target_abspath, svn_error_t *err, apr_pool_t *scratch_pool) argument
962 handle_externals_change(svn_client_ctx_t *ctx, const char *repos_root_url, svn_boolean_t *timestamp_sleep, const char *local_abspath, const char *new_desc_text, apr_hash_t *old_externals, svn_depth_t ambient_depth, svn_depth_t requested_depth, svn_ra_session_t *ra_session, apr_pool_t *scratch_pool) argument
1056 svn_client__handle_externals(apr_hash_t *externals_new, apr_hash_t *ambient_depths, const char *repos_root_url, const char *target_abspath, svn_depth_t requested_depth, svn_boolean_t *timestamp_sleep, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1175 svn_client__export_externals(apr_hash_t *externals, const char *from_url, const char *to_abspath, const char *repos_root_url, svn_depth_t requested_depth, const char *native_eol, svn_boolean_t ignore_keywords, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
[all...]
H A Dimport.c84 open_txdelta_stream(svn_txdelta_stream_t **txdelta_stream_p, void *baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
313 get_filtered_children(apr_hash_t **children, const char *dir_abspath, apr_hash_t *excludes, apr_array_header_t *ignores, apr_array_header_t *global_ignores, svn_client_import_filter_func_t filter_callback, void *filter_baton, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
426 import_children(const char *dir_abspath, const char *edit_path, apr_hash_t *dirents, const svn_delta_editor_t *editor, void *dir_baton, svn_depth_t depth, apr_hash_t *excludes, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, import_ctx_t *import_ctx, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
825 svn_client_import5(const char *path, const char *url, svn_depth_t depth, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, const apr_hash_t *revprop_table, svn_client_import_filter_func_t filter_callback, void *filter_baton, svn_commit_callback2_t commit_callback, void *commit_baton, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
[all...]
H A Dcommit.c224 post_process_commit_item(svn_wc_committed_queue_t *queue, const svn_client_commit_item3_t *item, svn_wc_context_t *wc_ctx, svn_boolean_t keep_changelists, svn_boolean_t keep_locks, svn_boolean_t commit_as_operations, const svn_checksum_t *sha1_checksum, apr_pool_t *scratch_pool) argument
275 determine_lock_targets(apr_array_header_t **lock_targets, svn_wc_context_t *wc_ctx, const char *base_abspath, const apr_array_header_t *target_relpaths, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
397 check_url_kind(void *baton, svn_node_kind_t *kind, const char *url, svn_revnum_t revision, apr_pool_t *scratch_pool) argument
426 append_externals_as_explicit_targets(apr_array_header_t *rel_targets, const char *base_abspath, svn_boolean_t include_file_externals, svn_boolean_t include_dir_externals, svn_depth_t depth, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
506 harvest_committables(apr_array_header_t **commit_items_p, apr_hash_t **committables_by_path_p, apr_hash_t **lock_tokens, const char *base_dir_abspath, const apr_array_header_t *targets, int depth_empty_start, svn_depth_t depth, svn_boolean_t just_locked, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c244 apr_pool_t *scratch_pool = svn_pool_create(pool); local
366 sanitize_log_sources(const char **final_message, const char *message, apr_hash_t *revprops, svn_stringbuf_t *filedata, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c41 default_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
58 default_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
75 default_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
89 default_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
107 default_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
118 default_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
134 default_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
152 default_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
167 default_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
187 default_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
198 default_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
237 reverse_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
262 reverse_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
284 reverse_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
305 reverse_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
338 reverse_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
357 reverse_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
384 reverse_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
408 reverse_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
432 reverse_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
471 reverse_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
491 reverse_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
542 filter_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
576 filter_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
603 filter_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
626 filter_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
654 filter_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
676 filter_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
711 filter_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
741 filter_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
766 filter_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
800 filter_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
823 filter_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
879 copy_as_changed_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
912 copy_as_changed_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
954 copy_as_changed_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
974 copy_as_changed_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
999 copy_as_changed_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1018 copy_as_changed_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1053 copy_as_changed_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1113 copy_as_changed_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1135 copy_as_changed_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1166 copy_as_changed_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1186 copy_as_changed_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1246 tee_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1292 tee_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1326 tee_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1354 tee_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1390 tee_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1417 tee_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1460 tee_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1499 tee_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1529 tee_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1574 tee_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1602 tee_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dutil.c427 svn_fs_fs__write_min_unpacked_rev(svn_fs_t *fs, svn_revnum_t revnum, apr_pool_t *scratch_pool) argument
592 svn_fs_fs__read_number_from_stream(apr_int64_t *result, svn_boolean_t *hit_eof, svn_stream_t *stream, apr_pool_t *scratch_pool) argument
H A Dhotcopy.c43 hotcopy_io_dir_file_copy(svn_boolean_t *skipped_p, const char *src_path, const char *dst_path, const char *file, apr_pool_t *scratch_pool) argument
246 hotcopy_copy_shard_file(svn_boolean_t *skipped_p, const char *src_subdir, const char *dst_subdir, svn_revnum_t rev, int max_files_per_dir, apr_pool_t *scratch_pool) argument
289 hotcopy_copy_packed_shard(svn_boolean_t *skipped_p, svn_revnum_t *dst_min_unpacked_rev, svn_fs_t *src_fs, svn_fs_t *dst_fs, svn_revnum_t rev, int max_files_per_dir, apr_pool_t *scratch_pool) argument
391 hotcopy_remove_files(svn_fs_t *dst_fs, const char *dst_subdir, svn_revnum_t start_rev, svn_revnum_t end_rev, int max_files_per_dir, apr_pool_t *scratch_pool) argument
436 hotcopy_remove_rev_files(svn_fs_t *dst_fs, svn_revnum_t start_rev, svn_revnum_t end_rev, int max_files_per_dir, apr_pool_t *scratch_pool) argument
458 hotcopy_remove_revprop_files(svn_fs_t *dst_fs, svn_revnum_t start_rev, svn_revnum_t end_rev, int max_files_per_dir, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump_editor.c250 get_props_content(svn_repos__dumpfile_headers_t *headers, svn_stringbuf_t **content, apr_hash_t *props, apr_hash_t *deleted_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
498 dump_pending_dir(struct dump_edit_baton *eb, apr_pool_t *scratch_pool) argument
H A Dreplay.c341 was_readable(svn_boolean_t *readable, svn_fs_root_t *root, const char *path, apr_array_header_t *copies, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
407 fill_copyfrom(svn_fs_root_t **copyfrom_root, const char **copyfrom_path, svn_revnum_t *copyfrom_rev, svn_boolean_t *src_readable, svn_fs_root_t *root, svn_fs_path_change3_t *change, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
799 fetch_kind_func(svn_node_kind_t *kind, void *baton, const char *path, svn_revnum_t base_revision, apr_pool_t *scratch_pool) argument
819 fetch_props_func(apr_hash_t **props, void *baton, const char *path, svn_revnum_t base_revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
853 get_relevant_changes(apr_hash_t **changed_paths, apr_array_header_t **paths, svn_fs_root_t *root, const char *base_relpath, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1062 add_subdir_ev2(svn_fs_root_t *source_root, svn_fs_root_t *target_root, svn_editor_t *editor, const char *repos_relpath, const char *source_fspath, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_hash_t *changed_paths, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1209 replay_node(svn_fs_root_t *root, const char *repos_relpath, svn_editor_t *editor, svn_revnum_t low_water_mark, const char *base_repos_relpath, apr_array_header_t *copies, apr_hash_t *changed_paths, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1508 svn_repos__replay_ev2(svn_fs_root_t *root, const char *base_repos_relpath, svn_revnum_t low_water_mark, svn_editor_t *editor, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *scratch_pool) argument
[all...]
H A Dhooks.c170 env_from_env_hash(apr_hash_t *env_hash, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
414 svn_repos__parse_hooks_env(apr_hash_t **hooks_env_p, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcyrus_auth.c599 apr_pool_t *scratch_pool; member in struct:sasl_baton
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_wcroot.c51 get_old_version(int *version, const char *abspath, apr_pool_t *scratch_pool) argument
109 get_path_kind(svn_node_kind_t *kind, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *scratch_pool) argument
169 verify_db_cb(void *baton, const char *wc_abspath, const char *local_relpath, int op_depth, int id, const char *msg, apr_pool_t *scratch_pool) argument
200 apr_pool_t *scratch_pool = svn_pool_create(NULL); local
223 svn_wc__db_open(svn_wc__db_t **db, svn_config_t *config, svn_boolean_t open_without_upgrade, svn_boolean_t enforce_empty_wq, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
273 apr_pool_t *scratch_pool = db->state_pool; local
298 svn_wc__db_pdh_create_wcroot(svn_wc__db_wcroot_t **wcroot, const char *wcroot_abspath, svn_sqlite__db_t *sdb, apr_int64_t wc_id, int format, svn_boolean_t verify_format, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
391 svn_wc__db_close_many_wcroots(apr_hash_t *roots, apr_pool_t *state_pool, apr_pool_t *scratch_pool) argument
462 verify_stats_table(svn_sqlite__db_t *sdb, int format, apr_pool_t *scratch_pool) argument
490 fetch_sdb_info(apr_int64_t *wc_id, int *format, svn_sqlite__db_t *sdb, apr_pool_t *scratch_pool) argument
510 svn_wc__db_wcroot_parse_local_abspath(svn_wc__db_wcroot_t **wcroot, const char **local_relpath, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
987 svn_wc__db_drop_root(svn_wc__db_t *db, const char *local_abspath, apr_pool_t *scratch_pool) argument
[all...]

Completed in 269 milliseconds

1234567891011>>