Home
last modified time | relevance | path

Searched refs:svn_auth_cred_simple_t (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDsimple_providers.c280 svn_auth_cred_simple_t *creds = apr_pcalloc(pool, sizeof(*creds)); in svn_auth__simple_creds_cache_get()
305 svn_auth_cred_simple_t *creds = credentials; in svn_auth__simple_creds_cache_set()
564 prompt_for_simple_creds(svn_auth_cred_simple_t **cred_p, in prompt_for_simple_creds()
663 SVN_ERR(prompt_for_simple_creds((svn_auth_cred_simple_t **) credentials_p, in simple_prompt_first_creds()
697 return prompt_for_simple_creds((svn_auth_cred_simple_t **) credentials_p, in simple_prompt_next_creds()
HDusername_providers.c87 svn_auth_cred_simple_t *creds = apr_pcalloc(pool, sizeof(*creds)); in username_first_creds()
109 svn_auth_cred_simple_t *creds = credentials; in username_save_creds()
HDprompt.c609 svn_cmdline_auth_simple_prompt(svn_auth_cred_simple_t **cred_p, in svn_cmdline_auth_simple_prompt()
616 svn_auth_cred_simple_t *ret = apr_pcalloc(pool, sizeof(*ret)); in svn_cmdline_auth_simple_prompt()
/NextBSD/contrib/subversion/subversion/libsvn_ra_svn/
HDinternal_auth.c104 user = ((svn_auth_cred_simple_t *) creds)->username; in svn_ra_svn__do_internal_auth()
105 password = ((svn_auth_cred_simple_t *) creds)->password; in svn_ra_svn__do_internal_auth()
HDcyrus_auth.c340 baton->username = ((svn_auth_cred_simple_t *)creds)->username; in get_credentials()
341 baton->password = ((svn_auth_cred_simple_t *)creds)->password; in get_credentials()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_auth.h189 typedef struct svn_auth_cred_simple_t struct
200 } svn_auth_cred_simple_t; argument
377 svn_auth_cred_simple_t **cred,
HDsvn_cmdline.h216 svn_cmdline_auth_simple_prompt(svn_auth_cred_simple_t **cred_p,
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDutil.c1147 svn_auth_cred_simple_t *simple_creds; in svn_ra_serf__credentials_callback()