Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDwc_db.c532 blank_ibb(insert_base_baton_t *pibb) in blank_ibb() argument
534 memset(pibb, 0, sizeof(*pibb)); in blank_ibb()
535 pibb->revision = SVN_INVALID_REVNUM; in blank_ibb()
536 pibb->changed_rev = SVN_INVALID_REVNUM; in blank_ibb()
537 pibb->depth = svn_depth_infinity; in blank_ibb()
538 pibb->repos_id = INVALID_REPOS_ID; in blank_ibb()
707 insert_base_node(const insert_base_baton_t *pibb, in insert_base_node() argument
712 apr_int64_t repos_id = pibb->repos_id; in insert_base_node()
724 if (pibb->repos_id == INVALID_REPOS_ID) in insert_base_node()
725 SVN_ERR(create_repos_id(&repos_id, pibb->repos_root_url, pibb->repos_uuid, in insert_base_node()
[all …]