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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c70 svn_repos_authz_callback_t authz_callback;
250 if (editor_baton->authz_callback)
254 SVN_ERR(editor_baton->authz_callback(required, &allowed, root, path,
1009 svn_repos_authz_callback_t authz_callback,
1022 if (authz_callback)
1026 SVN_ERR(authz_callback(svn_authz_write, &allowed, NULL, NULL,
1056 eb->authz_callback = authz_callback;
69 svn_repos_authz_callback_t authz_callback; member in struct:edit_baton
996 svn_repos_get_commit_editor5(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url_decoded, const char *base_path, apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, svn_repos_authz_callback_t authz_callback, void *authz_baton, apr_pool_t *pool) argument
H A Ddeprecated.c60 svn_repos_authz_callback_t authz_callback,
74 authz_callback, authz_baton, pool);
89 svn_repos_authz_callback_t authz_callback,
103 callback2_baton, authz_callback,
49 svn_repos_get_commit_editor4(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback2_t commit_callback, void *commit_baton, svn_repos_authz_callback_t authz_callback, void *authz_baton, apr_pool_t *pool) argument
78 svn_repos_get_commit_editor3(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, svn_repos_authz_callback_t authz_callback, void *authz_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_repos.h1552 * Iff @a authz_callback is provided, check read/write authorizations
1594 svn_repos_authz_callback_t authz_callback,
1620 svn_repos_authz_callback_t authz_callback,
1644 svn_repos_authz_callback_t authz_callback,
1650 * authz_callback and @a authz_baton set to @c NULL.

Completed in 172 milliseconds