Searched refs:cred_kind (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dauth.h39 const char *cred_kind,
H A Dauth.c103 /* a collection of tables. maps cred_kind -> provider_set */
156 table = svn_hash_gets(ab->tables, provider->vtable->cred_kind);
163 svn_hash_sets(ab->tables, provider->vtable->cred_kind, table);
193 make_cache_key(const char *cred_kind, argument
197 return apr_pstrcat(pool, cred_kind, ":", realmstring, (char *)NULL);
203 const char *cred_kind,
218 table = svn_hash_gets(auth_baton->tables, cred_kind);
222 cred_kind);
225 cache_key = make_cache_key(cred_kind, realmstring, pool);
397 const char *cred_kind,
201 svn_auth_first_credentials(void **credentials, svn_auth_iterstate_t **state, const char *cred_kind, const char *realmstring, svn_auth_baton_t *auth_baton, apr_pool_t *pool) argument
396 svn_auth_forget_credentials(svn_auth_baton_t *auth_baton, const char *cred_kind, const char *realmstring, apr_pool_t *scratch_pool) argument
[all...]
H A Dconfig_auth.c45 const char *cred_kind,
55 simply the cred_kind. */
60 authdir_path = svn_dirent_join(authdir_path, cred_kind, pool);
79 const char *cred_kind,
89 SVN_ERR(svn_auth__file_path(&auth_path, cred_kind, realmstring, config_dir,
117 const char *cred_kind,
126 SVN_ERR(svn_auth__file_path(&auth_path, cred_kind, realmstring, config_dir,
43 svn_auth__file_path(const char **path, const char *cred_kind, const char *realmstring, const char *config_dir, apr_pool_t *pool) argument
77 svn_config_read_auth_data(apr_hash_t **hash, const char *cred_kind, const char *realmstring, const char *config_dir, apr_pool_t *pool) argument
115 svn_config_write_auth_data(apr_hash_t *hash, const char *cred_kind, const char *realmstring, const char *config_dir, apr_pool_t *pool) argument
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_auth.h97 const char *cred_kind; member in struct:svn_auth_provider_t
657 * defined by @a cred_kind and valid within @a realmstring, or NULL if
669 const char *cred_kind,
704 * therein. If @a cred_kind and @a realmstring are non-NULL, forget
706 * realm. Otherwise @a cred_kind and @a realmstring must both be
719 const char *cred_kind,
H A Dsvn_config.h664 /** Use @a cred_kind and @a realmstring to locate a file within the
681 const char *cred_kind,
686 /** Use @a cred_kind and @a realmstring to create or overwrite a file
700 const char *cred_kind,
711 * @a cred_kind and @a realmstring specify the key of the credential.
729 const char *cred_kind,
750 * for this @a cred_kind and @a realmstring.)

Completed in 106 milliseconds