Home
last modified time | relevance | path

Searched refs:INVALID_REPOS_ID (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDwc_db.c105 #define INVALID_REPOS_ID ((apr_int64_t) -1) macro
430 if (repos_id == INVALID_REPOS_ID) in svn_wc__db_fetch_repos_info()
474 *repos_id = INVALID_REPOS_ID; in repos_location_from_columns()
538 pibb->repos_id = INVALID_REPOS_ID; in blank_ibb()
724 if (pibb->repos_id == INVALID_REPOS_ID) in insert_base_node()
728 SVN_ERR_ASSERT(repos_id != INVALID_REPOS_ID); in insert_base_node()
932 SVN_ERR_ASSERT((repos_id != INVALID_REPOS_ID) in insert_incomplete_children()
980 if (repos_id != INVALID_REPOS_ID) in insert_incomplete_children()
1083 INVALID_REPOS_ID /* inherit repos_id */, in insert_working_node()
2519 SVN_ERR_ASSERT(!repos_id || *repos_id != INVALID_REPOS_ID); in svn_wc__db_base_get_info_internal()
[all …]