Searched refs:check_out_of_date (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c255 svn_boolean_t check_out_of_date,
325 get_all, check_out_of_date,
423 svn_boolean_t check_out_of_date,
441 /* Override invalid combinations of the check_out_of_date and
443 if (!check_out_of_date)
464 if (check_out_of_date)
532 if (check_out_of_date)
707 check_out_of_date, check_working_copy,
249 do_external_status(svn_client_ctx_t *ctx, apr_hash_t *external_map, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t check_out_of_date, svn_boolean_t check_working_copy, svn_boolean_t no_ignore, const apr_array_header_t *changelists, const char *anchor_abspath, const char *anchor_relpath, svn_client_status_func_t status_func, void *status_baton, apr_pool_t *scratch_pool) argument
414 svn_client_status6(svn_revnum_t *result_rev, svn_client_ctx_t *ctx, const char *path, const svn_opt_revision_t *revision, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t check_out_of_date, svn_boolean_t check_working_copy, svn_boolean_t no_ignore, svn_boolean_t ignore_externals, svn_boolean_t depth_as_sticky, const apr_array_header_t *changelists, svn_client_status_func_t status_func, void *status_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c180 check_out_of_date(struct edit_baton *eb,
513 SVN_ERR(check_out_of_date(eb, full_path, kind, revision, cr_rev));
637 SVN_ERR(check_out_of_date(eb, full_path, svn_node_file,
727 SVN_ERR(check_out_of_date(eb, db->path, svn_node_dir,
179 check_out_of_date(struct edit_baton *eb, function
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h2581 * - If @a check_out_of_date is set, contact the repository and
2586 * *result_rev is not meaningful unless @a check_out_of_date is
2591 * unless @a check_out_of_date is set. When set, the status
2634 svn_boolean_t check_out_of_date,
2646 * Same as svn_client_status6(), but with @a check_out_of_date set to

Completed in 117 milliseconds