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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dcopy.c522 apr_hash_t *marker_files;
524 SVN_ERR(svn_wc__db_get_conflict_marker_files(&marker_files, db,
547 if (marker_files &&
548 svn_hash_gets(marker_files, unver_src_abspath))
520 apr_hash_t *marker_files; local
H A Dwc_db.h1702 const apr_array_header_t **marker_files,
H A Dwc_db.c7321 const apr_array_header_t **marker_files,
7337 revert_list_read(reverted, marker_files, copied_here, kind,
13851 apr_hash_t *marker_files = apr_hash_make(result_pool); local
13868 /* ### ADD markers to *marker_files */
13877 svn_hash_sets(marker_files, marker_abspath, "");
13908 svn_hash_sets(marker_files, marker_abspath, "");
13915 if (apr_hash_count(marker_files))
13916 *marker_files_p = marker_files;
13924 svn_wc__db_get_conflict_marker_files(apr_hash_t **marker_files, argument
13939 get_conflict_marker_files(marker_files, wcroo
7320 svn_wc__db_revert_list_read(svn_boolean_t *reverted, const apr_array_header_t **marker_files, svn_boolean_t *copied_here, svn_node_kind_t *kind, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]

Completed in 194 milliseconds