Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_ra/
H A Ddebug_reporter.c46 svn_boolean_t start_empty, in set_path() argument
53 BOOLEAN_TO_WORD(start_empty), lock_token)); in set_path()
56 start_empty, lock_token, pool)); in set_path()
78 svn_boolean_t start_empty, in link_path() argument
86 BOOLEAN_TO_WORD(start_empty), lock_token)); in link_path()
88 revision, depth, start_empty, in link_path()
H A Ddeprecated.c74 svn_boolean_t start_empty, in set_path() argument
81 start_empty, lock_token, pool); in set_path()
104 svn_boolean_t start_empty, in link_path() argument
111 start_empty, lock_token, pool); in link_path()
H A Dwrapper_template.h209 svn_boolean_t start_empty, in compat_set_path() argument
215 svn_depth_infinity, start_empty, in compat_set_path()
232 svn_boolean_t start_empty, in compat_link_path() argument
238 svn_depth_infinity, start_empty, in compat_link_path()
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c501 svn_boolean_t start_empty; in report_revisions_and_depths() local
505 start_empty = is_incomplete; in report_revisions_and_depths()
524 start_empty = TRUE; in report_revisions_and_depths()
538 start_empty, in report_revisions_and_depths()
547 start_empty, in report_revisions_and_depths()
561 start_empty, in report_revisions_and_depths()
585 start_empty, in report_revisions_and_depths()
651 svn_boolean_t start_empty; in svn_wc_crawl_revisions5() local
703 start_empty = (status == svn_wc__db_status_incomplete); in svn_wc_crawl_revisions5()
708 start_empty = TRUE; in svn_wc_crawl_revisions5()
[all …]
H A Ddeprecated.c218 svn_boolean_t start_empty, in wrap_3to2_set_path() argument
224 return wrb->reporter->set_path(wrb->baton, path, revision, start_empty, in wrap_3to2_set_path()
244 svn_boolean_t start_empty, in wrap_3to2_link_path() argument
251 start_empty, lock_token, pool); in wrap_3to2_link_path()
379 svn_boolean_t start_empty, in wrap_2to1_set_path() argument
385 return wrb->reporter->set_path(wrb->baton, path, revision, start_empty, in wrap_2to1_set_path()
404 svn_boolean_t start_empty, in wrap_2to1_link_path() argument
411 start_empty, pool); in wrap_2to1_link_path()
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c87 svn_boolean_t start_empty; /* Meaningless for delete_path */ member
161 svn_boolean_t start_empty,
306 (*pi)->start_empty = (c == '+'); in read_path_info()
989 if (!info->start_empty) in update_entry()
1059 info ? info->start_empty : FALSE, in update_entry()
1160 svn_boolean_t start_empty, svn_depth_t wc_depth, in delta_dirs() argument
1183 if (s_path && !start_empty) in delta_dirs()
1494 svn_boolean_t start_empty, in write_path_info() argument
1527 start_empty ? '+' : '-', ltrep); in write_path_info()
1545 svn_boolean_t start_empty, in svn_repos_link_path3() argument
[all …]
H A Ddeprecated.c330 svn_boolean_t start_empty, const char *lock_token, in svn_repos_set_path2() argument
334 start_empty, lock_token, pool); in svn_repos_set_path2()
339 svn_boolean_t start_empty, apr_pool_t *pool) in svn_repos_set_path() argument
341 return svn_repos_set_path2(baton, path, rev, start_empty, NULL, pool); in svn_repos_set_path()
346 svn_revnum_t rev, svn_boolean_t start_empty, in svn_repos_link_path2() argument
350 start_empty, lock_token, pool); in svn_repos_link_path2()
355 svn_revnum_t rev, svn_boolean_t start_empty, in svn_repos_link_path() argument
358 return svn_repos_link_path2(baton, path, link_path, rev, start_empty, in svn_repos_link_path()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_ra.h382 svn_boolean_t start_empty,
418 svn_boolean_t start_empty,
452 svn_boolean_t start_empty,
467 svn_boolean_t start_empty,
493 svn_boolean_t start_empty,
507 svn_boolean_t start_empty,
H A Dsvn_repos.h1205 svn_boolean_t start_empty,
1220 svn_boolean_t start_empty,
1234 svn_boolean_t start_empty,
1270 svn_boolean_t start_empty,
1286 svn_boolean_t start_empty,
1301 svn_boolean_t start_empty,
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c132 svn_boolean_t start_empty, const char *lock_token, in reporter_set_path() argument
138 revision, depth, start_empty, in reporter_set_path()
156 svn_boolean_t start_empty, in reporter_link_path() argument
176 revision, depth, start_empty, in reporter_link_path()
/freebsd-12.1/contrib/subversion/subversion/include/private/
H A Dsvn_ra_svn_private.h633 svn_boolean_t start_empty,
658 svn_boolean_t start_empty,
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c199 svn_boolean_t start_empty, in reporter_set_path() argument
205 revision, depth, start_empty, lock_token, pool); in reporter_set_path()
225 svn_boolean_t start_empty, in reporter_link_path() argument
247 depth, start_empty, lock_token, pool); in reporter_link_path()
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c2066 svn_boolean_t start_empty, in set_path() argument
2077 "start-empty", start_empty ? "true" : NULL, in set_path()
2108 svn_boolean_t start_empty, in link_path() argument
2139 "start-empty", start_empty ? "true" : NULL, in link_path()
/freebsd-12.1/contrib/subversion/subversion/svnserve/
H A Dserve.c850 svn_boolean_t start_empty; in set_path() local
853 &path, &rev, &start_empty, &lock_token, in set_path()
862 start_empty, lock_token, pool); in set_path()
864 if (!start_empty) in set_path()
888 svn_boolean_t start_empty; in link_path() local
893 &path, &url, &rev, &start_empty, in link_path()
908 depth, start_empty, lock_token, pool); in link_path()
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c2272 svn_boolean_t start_empty, in svn_ra_svn__write_cmd_set_path() argument
2279 SVN_ERR(write_tuple_boolean(conn, pool, start_empty)); in svn_ra_svn__write_cmd_set_path()
2307 svn_boolean_t start_empty, in svn_ra_svn__write_cmd_link_path() argument
2315 SVN_ERR(write_tuple_boolean(conn, pool, start_empty)); in svn_ra_svn__write_cmd_link_path()
H A Dclient.c260 svn_boolean_t start_empty, in ra_svn_set_path() argument
267 start_empty, lock_token, depth)); in ra_svn_set_path()
284 svn_boolean_t start_empty, in ra_svn_link_path() argument
291 start_empty, lock_token, depth)); in ra_svn_link_path()