Home
last modified time | relevance | path

Searched refs:SVN_ERR_ASSERT (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
HDwc_db_pristine.c64 SVN_ERR_ASSERT(pristine_abspath != NULL); in get_pristine_fname()
65 SVN_ERR_ASSERT(svn_dirent_is_absolute(wcroot_abspath)); in get_pristine_fname()
66 SVN_ERR_ASSERT(sha1_checksum != NULL); in get_pristine_fname()
67 SVN_ERR_ASSERT(sha1_checksum->kind == svn_checksum_sha1); in get_pristine_fname()
76 SVN_ERR_ASSERT(hexdigest != NULL); in get_pristine_fname()
108 SVN_ERR_ASSERT(pristine_abspath != NULL); in svn_wc__db_pristine_get_path()
109 SVN_ERR_ASSERT(svn_dirent_is_absolute(wri_abspath)); in svn_wc__db_pristine_get_path()
110 SVN_ERR_ASSERT(sha1_checksum != NULL); in svn_wc__db_pristine_get_path()
117 SVN_ERR_ASSERT(sha1_checksum->kind == svn_checksum_sha1); in svn_wc__db_pristine_get_path()
230 SVN_ERR_ASSERT(svn_dirent_is_absolute(wri_abspath)); in svn_wc__db_pristine_read()
[all …]
HDwc_db.c595 SVN_ERR_ASSERT(local_relpath[0]); in db_extend_parent_delete()
728 SVN_ERR_ASSERT(repos_id != INVALID_REPOS_ID); in insert_base_node()
729 SVN_ERR_ASSERT(pibb->repos_relpath != NULL); in insert_base_node()
931 SVN_ERR_ASSERT(repos_path != NULL || op_depth > 0); in insert_incomplete_children()
932 SVN_ERR_ASSERT((repos_id != INVALID_REPOS_ID) in insert_incomplete_children()
1010 SVN_ERR_ASSERT(piwb->op_depth > 0); in insert_working_node()
1013 SVN_ERR_ASSERT(*local_relpath != '\0'); in insert_working_node()
1310 SVN_ERR_ASSERT(!skel->is_atom); in add_work_items()
1472 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc__db_init()
1473 SVN_ERR_ASSERT(repos_relpath != NULL); in svn_wc__db_init()
[all …]
HDadm_files.c290 SVN_ERR_ASSERT(svn_dirent_is_absolute(dir_abspath)); in svn_wc__open_adm_stream()
383 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc__internal_ensure_adm()
384 SVN_ERR_ASSERT(url != NULL); in svn_wc__internal_ensure_adm()
385 SVN_ERR_ASSERT(repos_root_url != NULL); in svn_wc__internal_ensure_adm()
386 SVN_ERR_ASSERT(repos_uuid != NULL); in svn_wc__internal_ensure_adm()
387 SVN_ERR_ASSERT(repos_relpath != NULL); in svn_wc__internal_ensure_adm()
499 SVN_ERR_ASSERT(svn_dirent_is_absolute(dir_abspath)); in svn_wc__adm_destroy()
530 SVN_ERR_ASSERT(svn_dirent_is_absolute(adm_abspath)); in svn_wc__adm_cleanup_tmp_area()
HDtree_conflicts.c323 SVN_ERR_ASSERT(is_valid_version_info_skel(skel)); in prepend_version_info_skel()
370 SVN_ERR_ASSERT(conflict->node_kind == svn_node_dir in svn_wc__serialize_conflict()
378 SVN_ERR_ASSERT(victim_basename[0]); in svn_wc__serialize_conflict()
383 SVN_ERR_ASSERT(is_valid_conflict_skel(c_skel)); in svn_wc__serialize_conflict()
396 SVN_ERR_ASSERT(svn_dirent_is_absolute(victim_abspath)); in svn_wc__del_tree_conflict()
414 SVN_ERR_ASSERT(conflict != NULL); in svn_wc__add_tree_conflict()
415 SVN_ERR_ASSERT(conflict->operation == svn_wc_operation_merge || in svn_wc__add_tree_conflict()
486 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc__get_tree_conflict()
HDtranslate.c68 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc__internal_translated_stream()
69 SVN_ERR_ASSERT(svn_dirent_is_absolute(versioned_abspath)); in svn_wc__internal_translated_stream()
156 SVN_ERR_ASSERT(svn_dirent_is_absolute(src_abspath)); in svn_wc__internal_translated_file()
157 SVN_ERR_ASSERT(svn_dirent_is_absolute(versioned_abspath)); in svn_wc__internal_translated_file()
255 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc__get_translate_info()
HDprops.c313 SVN_ERR_ASSERT(new_actual_props != NULL); in svn_wc_merge_props3()
1113 SVN_ERR_ASSERT(old_val != NULL); in apply_single_generic_prop_change()
1237 SVN_ERR_ASSERT(pristine_props != NULL); in svn_wc__merge_props()
1238 SVN_ERR_ASSERT(actual_props != NULL); in svn_wc__merge_props()
1363 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in wcprop_set()
1391 SVN_ERR_ASSERT(props != NULL); in svn_wc__get_actual_props()
1392 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc__get_actual_props()
1464 SVN_ERR_ASSERT(receiver_func); in svn_wc__prop_list_recursive()
1542 SVN_ERR_ASSERT(props != NULL); in svn_wc_get_pristine_props()
1543 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc_get_pristine_props()
[all …]
HDadm_ops.c143 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc_queue_committed4()
381 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in check_can_add_node()
382 SVN_ERR_ASSERT(!copyfrom_url || (svn_uri_is_canonical(copyfrom_url, in check_can_add_node()
456 SVN_ERR_ASSERT(!is_wc_root); in check_can_add_node()
894 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc_add_lock2()
947 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc_remove_lock2()
991 SVN_ERR_ASSERT(! (new_changelist && new_changelist[0] == '\0')); in svn_wc_set_changelist2()
993 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_wc_set_changelist2()
HDupdate_editor.c279 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in remember_skipped_tree()
550 SVN_ERR_ASSERT(pb != NULL); in calculate_repos_relpath()
583 SVN_ERR_ASSERT(path || (! pb)); in make_dir_baton()
784 SVN_ERR_ASSERT(path); in make_file_baton()
836 SVN_ERR_ASSERT(new_repos_relpath); in complete_conflict()
987 SVN_ERR_ASSERT(hb->expected_source_checksum->kind == in window_handler()
1372 SVN_ERR_ASSERT(action == svn_wc_conflict_action_add); in check_tree_conflict()
1450 SVN_ERR_ASSERT(action == svn_wc_conflict_action_delete); in check_tree_conflict()
1558 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in already_in_a_tree_conflict()
1868 SVN_ERR_ASSERT(! (copyfrom_path || SVN_IS_VALID_REVNUM(copyfrom_rev))); in add_directory()
[all …]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
HDeditor.c84 SVN_ERR_ASSERT(!editor__tmp_e->within_callback); \
110 #define SHOULD_NOT_BE_FINISHED(editor) SVN_ERR_ASSERT(!(editor)->finished)
122 SVN_ERR_ASSERT(svn_hash_gets((editor)->completed_nodes, relpath) == NULL)
127 SVN_ERR_ASSERT(allow_either(editor, relpath, MARKER_ALLOW_ADD, NULL))
132 SVN_ERR_ASSERT(allow_either(editor, relpath, MARKER_ALLOW_ALTER, NULL))
137 SVN_ERR_ASSERT(check_unknown_child(editor, relpath))
148 SVN_ERR_ASSERT(svn_hash_gets((editor)->completed_nodes, \
164 SVN_ERR_ASSERT(!allow_either(editor, \
464 SVN_ERR_ASSERT(svn_relpath_is_canonical(relpath)); in svn_editor_add_directory()
465 SVN_ERR_ASSERT(children != NULL); in svn_editor_add_directory()
[all …]
HDbranch.c209 SVN_ERR_ASSERT(root_eid == svn_branch__root_eid(new_branch)); in branch_txn_open_branch()
235 SVN_ERR_ASSERT(from_branch->priv->is_flat); in branch_txn_open_branch()
694 SVN_ERR_ASSERT(from_el_rev->branch->priv->is_flat); in copy_subtree()
990 SVN_ERR_ASSERT(EID_IS_ALLOCATED(branch, eid)); in branch_state_set_element()
997 SVN_ERR_ASSERT(element->payload); in branch_state_set_element()
1285 SVN_ERR_ASSERT(*history_p); in svn_branch__state_get_history()
1294 SVN_ERR_ASSERT(history); in svn_branch__state_set_history()
1390 SVN_ERR_ASSERT(!eof); in parse_branch_line()
1394 SVN_ERR_ASSERT(n == 3); in parse_branch_line()
1417 SVN_ERR_ASSERT(!eof); in history_parse()
[all …]
HDbranch_compat.c44 #define VERIFY(expr) SVN_ERR_ASSERT(expr)
830 SVN_ERR_ASSERT(change->action != RESTRUCTURE_DELETE); in drive_ev1_props()
860 SVN_ERR_ASSERT(change->kind == svn_node_file); in drive_ev1_props()
892 SVN_ERR_ASSERT(change != NULL); in apply_change()
908 SVN_ERR_ASSERT(change->action == RESTRUCTURE_NONE); in apply_change()
926 SVN_ERR_ASSERT(change->kind != svn_node_unknown); in apply_change()
1161 SVN_ERR_ASSERT(svn_element__payload_invariants(payload)); in payload_fetch()
1162 SVN_ERR_ASSERT(payload->kind == svn_node_dir in payload_fetch()
1179 SVN_ERR_ASSERT(payload->branch_ref.branch_id /* && ... */); in payload_get_storage_pathrev()
1230 SVN_ERR_ASSERT(svn_element__payload_invariants(payload)); in payload_resolve()
[all …]
HDcompat.c243 SVN_ERR_ASSERT(change->kind == svn_node_unknown || change->kind == kind); in apply_propedit()
247 SVN_ERR_ASSERT(!SVN_IS_VALID_REVNUM(change->changing) in apply_propedit()
329 SVN_ERR_ASSERT(change != NULL); in process_actions()
436 SVN_ERR_ASSERT(props || contents); in process_actions()
445 SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(change->changing)); in process_actions()
560 SVN_ERR_ASSERT(change->action == RESTRUCTURE_NONE); in ev2_delete_entry()
563 SVN_ERR_ASSERT(!SVN_IS_VALID_REVNUM(change->deleting) in ev2_delete_entry()
840 SVN_ERR_ASSERT(!change->contents_changed); in ev2_apply_textdelta()
841 SVN_ERR_ASSERT(change->contents_abspath == NULL); in ev2_apply_textdelta()
842 SVN_ERR_ASSERT(!SVN_IS_VALID_REVNUM(change->changing) in ev2_apply_textdelta()
[all …]
HDpath_driver.c77 SVN_ERR_ASSERT(db_stack && db_stack->nelts); in open_dir()
108 SVN_ERR_ASSERT(db_stack && db_stack->nelts); in pop_stack()
246 SVN_ERR_ASSERT(svn_relpath_is_canonical(relpath)); in svn_delta_path_driver_step()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
HDra_loader.c563 SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(rev)); in svn_ra_change_rev_prop2()
594 SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(rev)); in svn_ra_rev_proplist()
604 SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(rev)); in svn_ra_rev_prop()
632 SVN_ERR_ASSERT(svn_relpath_is_canonical(path)); in svn_ra_get_file()
646 SVN_ERR_ASSERT(svn_relpath_is_canonical(path)); in svn_ra_get_dir2()
662 SVN_ERR_ASSERT(svn_relpath_is_canonical(path)); in svn_ra_list()
689 SVN_ERR_ASSERT(svn_relpath_is_canonical(path)); in svn_ra_get_mergeinfo()
719 SVN_ERR_ASSERT(svn_path_is_empty(update_target) in svn_ra_do_update3()
745 SVN_ERR_ASSERT(svn_path_is_empty(switch_target) in svn_ra_do_switch3()
768 SVN_ERR_ASSERT(svn_path_is_empty(status_target) in svn_ra_do_status2()
[all …]
HDdeprecated.c279 SVN_ERR_ASSERT(svn_path_is_empty(diff_target) in svn_ra_do_diff2()
303 SVN_ERR_ASSERT(svn_path_is_empty(diff_target) in svn_ra_do_diff()
330 SVN_ERR_ASSERT(*path != '/'); in svn_ra_get_log()
355 SVN_ERR_ASSERT(*path != '/'); in svn_ra_get_file_revs()
399 SVN_ERR_ASSERT(svn_path_is_empty(update_target) in svn_ra_do_update()
450 SVN_ERR_ASSERT(svn_path_is_empty(switch_target) in svn_ra_do_switch()
476 SVN_ERR_ASSERT(svn_path_is_empty(status_target) in svn_ra_do_status()
495 SVN_ERR_ASSERT(*path != '/'); in svn_ra_get_dir()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDcache-inprocess.c158 SVN_ERR_ASSERT(page != cache->sentinel); in move_page_to_front()
333 SVN_ERR_ASSERT(page->next != NULL); in inprocess_cache_set_internal()
334 SVN_ERR_ASSERT(cache->partial_page == NULL); in inprocess_cache_set_internal()
384 SVN_ERR_ASSERT(oldest_page != cache->sentinel); in inprocess_cache_set_internal()
390 SVN_ERR_ASSERT(cache->partial_page != NULL); in inprocess_cache_set_internal()
662 SVN_ERR_ASSERT(klen == APR_HASH_KEY_STRING || klen >= 1); in svn_cache__create_inprocess()
670 SVN_ERR_ASSERT(pages >= 1); in svn_cache__create_inprocess()
673 SVN_ERR_ASSERT(items_per_page >= 1); in svn_cache__create_inprocess()
HDmergeinfo.c160 SVN_ERR_ASSERT(r1); in get_type_of_intersection()
161 SVN_ERR_ASSERT(r2); in get_type_of_intersection()
162 SVN_ERR_ASSERT(IS_VALID_FORWARD_RANGE(r1)); in get_type_of_intersection()
163 SVN_ERR_ASSERT(IS_VALID_FORWARD_RANGE(r2)); in get_type_of_intersection()
262 SVN_ERR_ASSERT(rangelist); in combine_with_lastrange()
1046 SVN_ERR_ASSERT(rangelist_is_sorted(rl1)); in rangelist_merge()
1047 SVN_ERR_ASSERT(rangelist_is_sorted(rl2)); in rangelist_merge()
1048 SVN_ERR_ASSERT(rl_out->nelts == 0); in rangelist_merge()
1070 SVN_ERR_ASSERT(interval.start < interval.end); in rangelist_merge()
1095 SVN_ERR_ASSERT(rangelist_is_sorted(rangelist)); in svn_rangelist_merge2()
[all …]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
HDrep-cache.c184 SVN_ERR_ASSERT(ffd->format >= SVN_FS_FS__MIN_REP_SHARING_FORMAT); in svn_fs_fs__walk_rep_reference()
274 SVN_ERR_ASSERT(ffd->rep_sharing_allowed); in svn_fs_fs__get_rep_reference()
335 SVN_ERR_ASSERT(ffd->rep_sharing_allowed); in svn_fs_fs__set_rep_reference()
367 SVN_ERR_ASSERT(ffd->format >= SVN_FS_FS__MIN_REP_SHARING_FORMAT); in svn_fs_fs__del_rep_reference()
404 SVN_ERR_ASSERT(ffd->rep_cache_db); /* was opened by lock_rep_cache() */ in unlock_rep_cache()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
HDchanges.c137 SVN_ERR_ASSERT(change); in append_change()
138 SVN_ERR_ASSERT(change->path.data); in append_change()
182 SVN_ERR_ASSERT(changes->builder); in svn_fs_x__changes_append_list()
183 SVN_ERR_ASSERT(changes->paths == NULL); in svn_fs_x__changes_append_list()
225 SVN_ERR_ASSERT(changes->builder == NULL); in svn_fs_x__changes_get_list()
226 SVN_ERR_ASSERT(changes->paths); in svn_fs_x__changes_get_list()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
HDcheckout.c87 SVN_ERR_ASSERT(local_abspath != NULL); in svn_client__checkout_internal()
88 SVN_ERR_ASSERT(svn_uri_is_canonical(url, scratch_pool)); in svn_client__checkout_internal()
89 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in svn_client__checkout_internal()
HDcommit_util.c213 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in add_committable()
214 SVN_ERR_ASSERT(repos_root_url && repos_relpath); in add_committable()
421 SVN_ERR_ASSERT((just_locked && lock_tokens) || !just_locked); in harvest_committables()
470 SVN_ERR_ASSERT(commit_relpath != NULL); in harvest_not_present_for_copy()
636 SVN_ERR_ASSERT((copy_mode && commit_relpath) in harvest_status_callback()
638 SVN_ERR_ASSERT((copy_mode_root && copy_mode) || ! copy_mode_root); in harvest_status_callback()
1197 SVN_ERR_ASSERT(svn_dirent_is_absolute(base_dir_abspath)); in svn_client__harvest_committables()
1313 SVN_ERR_ASSERT(svn_dirent_is_absolute(pair->src_abspath_or_url)); in harvest_copy_committables()
1429 SVN_ERR_ASSERT(ci && ci->nelts); in svn_client__condense_commit_items()
1571 SVN_ERR_ASSERT(svn_dirent_is_absolute(item->path)); in do_item_commit()
[all …]
HDexternals.c166 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in switch_dir_external()
465 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in switch_file_external()
764 SVN_ERR_ASSERT(repos_root_url && parent_dir_url); in handle_external_item_change()
765 SVN_ERR_ASSERT(new_item != NULL); in handle_external_item_change()
980 SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath)); in handle_externals_change()
999 SVN_ERR_ASSERT(url); in handle_externals_change()
1070 SVN_ERR_ASSERT(repos_root_url); in svn_client__handle_externals()
1189 SVN_ERR_ASSERT(svn_dirent_is_absolute(to_abspath)); in svn_client__export_externals()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
HDreps-strings.c193 SVN_ERR_ASSERT(!cb->done || window == NULL); in compose_handler()
194 SVN_ERR_ASSERT(cb->trail && cb->trail->pool); in compose_handler()
201 SVN_ERR_ASSERT(!cb->source_buf); in compose_handler()
212 SVN_ERR_ASSERT(cb->window->sview_len == source_len); in compose_handler()
236 SVN_ERR_ASSERT(cb->window_pool == NULL); in compose_handler()
311 SVN_ERR_ASSERT(!cb->init); in get_one_window()
312 SVN_ERR_ASSERT(cb->window != NULL); in get_one_window()
313 SVN_ERR_ASSERT(cb->window_pool != NULL); in get_one_window()
359 SVN_ERR_ASSERT(cb.window->sview_len > 0 || cb.window->src_ops == 0); in rep_undeltify_range()
402 SVN_ERR_ASSERT(target_len > offset); in rep_undeltify_range()
[all …]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
HDgetdate.c87 SVN_ERR_ASSERT(leaving_state == VERSION_NAME); in date_closed()
88 SVN_ERR_ASSERT(cdata != NULL); in date_closed()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
HDauthz_parse.c312 SVN_ERR_ASSERT(!cb->current_acl && !cb->section); in check_open_section()
368 SVN_ERR_ASSERT(cb->in_groups); in groups_add_value()
490 SVN_ERR_ASSERT(*path == '/'); in parse_rule_path()
647 SVN_ERR_ASSERT(nseg > 0); in parse_rule_path()
652 SVN_ERR_ASSERT(path_size <= cb->rule_path_buffer.size); in parse_rule_path()
856 SVN_ERR_ASSERT(acl != NULL); in add_access_entry()
1032 SVN_ERR_ASSERT(0 == strcmp(cb->section, section->data)); in close_section()
1177 SVN_ERR_ASSERT(!ace->inverted == !aliased_ace->inverted); in merge_alias_ace()
1206 SVN_ERR_ASSERT(ace->members == NULL); in array_insert_ace()
1435 SVN_ERR_ASSERT( in svn_authz__parse()

12345678