svn_auth_cred_simple_t | SVN_AUTH_CRED_SIMPLE credentials |
svn_auth_cred_ssl_client_cert_pw_t | SVN_AUTH_CRED_SSL_CLIENT_CERT_PW credentials |
svn_auth_cred_ssl_client_cert_t | SVN_AUTH_CRED_SSL_CLIENT_CERT credentials |
svn_auth_cred_ssl_server_trust_t | SVN_AUTH_CRED_SSL_SERVER_TRUST credentials |
svn_auth_cred_username_t | SVN_AUTH_CRED_USERNAME credentials |
svn_auth_provider_object_t | A provider object, ready to be put into an array and given to svn_auth_open() |
svn_auth_provider_t | The main authentication "provider" vtable |
svn_auth_ssl_server_cert_info_t | SSL server certificate information used by SVN_AUTH_CRED_SSL_SERVER_TRUST providers |
svn_client_commit_info_t | Information about commits passed back to client from this module |
svn_client_commit_item2_t | The commit candidate structure |
svn_client_commit_item_t | The commit candidate structure |
svn_client_ctx_t | A client context structure, which holds client specific callbacks, batons, serves as a cache for configuration options, and other various and sundry things |
svn_client_proplist_item_t | This is a structure which stores a filename and a hash of property names and values |
svn_commit_info_t | All information about a commit |
svn_delta_editor_t | A structure full of callback functions the delta source will invoke as it produces the delta |
svn_diff_fns_t | A vtable for reading data from the three datasources |
svn_diff_output_fns_t | A vtable for displaying (or consuming) differences between datasources |
svn_dirent_t | A general subversion directory entry |
svn_error_t | Subversion error object |
svn_fs_dirent_t | The type of a Subversion directory entry |
svn_fs_path_change_t | Change descriptor |
svn_info_t | A structure which describes various system-generated metadata about a working-copy path or URL |
svn_io_dirent_t | Represents the kind and special status of a directory entry |
svn_lock_t | A lock object, for client & server to share |
svn_log_changed_path_t | A structure to represent a path that changed for a log entry |
svn_opt_revision_t | A revision, specified in one of svn_opt_revision_kind ways |
svn_opt_revision_value_t | A revision value, which can be specified as a number or a date |
svn_opt_subcommand_desc_t | One element of a subcommand dispatch table |
svn_prop_t | A general in-memory representation of a single property |
svn_ra_callbacks2_t | A collection of callbacks implemented by libsvn_client which allows an RA layer to "pull" information from the client application, or possibly store information |
svn_ra_callbacks_t | Similar to svn_ra_callbacks2_t, except that the progress notification function and baton is missing |
svn_ra_plugin_t | Using this callback struct is similar to calling the newer public interface that is based on svn_ra_session_t |
svn_ra_reporter2_t | The update Reporter |
svn_ra_reporter_t | Similar to svn_ra_reporter2_t , but without support for lock tokens |
svn_ra_svn_cmd_entry_t | Command table, used by svn_ra_svn_handle_commands() |
svn_ra_svn_item_t | Memory representation of an on-the-wire data item |
svn_repos_node_t | A node in the repository |
svn_repos_parse_fns2_t | A vtable that is driven by svn_repos_parse_dumpstream2() |
svn_repos_parse_fns_t | A vtable that is driven by svn_repos_parse_dumpstream() |
svn_sort__item_t | This structure is used to hold a key/value from a hash table |
svn_string_t | A simple counted string |
svn_stringbuf_t | A buffered string, capable of appending without an allocation and copy for each append |
svn_subst_keywords_t | Values used in keyword expansion |
svn_txdelta_op_t | A single text delta instruction |
svn_txdelta_window_t | An svn_txdelta_window_t object describes how to reconstruct a contiguous section of the target string (the "target view") using a specified contiguous region of the source string (the "source view") |
svn_version_checklist_t | An entry in the compatibility checklist |
svn_version_t | Version information |
svn_wc_diff_callbacks2_t | A callback vtable invoked by our diff-editors, as they receive diffs from the server |
svn_wc_diff_callbacks_t | Similar to svn_wc_diff_callbacks2_t , but with file additions/content changes and property changes split into different functions |
svn_wc_entry_callbacks_t | A callback vtable invoked by the generic entry-walker function |
svn_wc_entry_t | A working copy entry -- that is, revision control information about one versioned entity |
svn_wc_external_item_t | One external item |
svn_wc_notify_t | Structure used in the svn_wc_notify_func2_t function |
svn_wc_status2_t | Structure for holding the "status" of a working copy item |
svn_wc_status_t | Same as svn_wc_status2_t , but without the svn_lock_t 'repos_lock' field |