Searched defs:root_vtable_t (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/ |
| D | fs-loader.h | 311 typedef struct root_vtable_t struct 314 svn_error_t *(*paths_changed)(apr_hash_t **changed_paths_p, 317 svn_error_t *(*report_changes)(svn_fs_path_change_iterator_t **iterator, 323 svn_error_t *(*check_path)(svn_node_kind_t *kind_p, svn_fs_root_t *root, 325 svn_error_t *(*node_history)(svn_fs_history_t **history_p, 329 svn_error_t *(*node_id)(const svn_fs_id_t **id_p, svn_fs_root_t *root, 331 svn_error_t *(*node_relation)(svn_fs_node_relation_t *relation, 335 svn_error_t *(*node_created_rev)(svn_revnum_t *revision, 338 svn_error_t *(*node_origin_rev)(svn_revnum_t *revision, 341 svn_error_t *(*node_created_path)(const char **created_path, [all …]
|