Searched refs:svn_auth_cred_simple_t (Results 1 – 8 of 8) sorted by relevance
280 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()
87 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()
609 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()
104 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()
340 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()
189 typedef struct svn_auth_cred_simple_t struct200 } svn_auth_cred_simple_t; argument377 svn_auth_cred_simple_t **cred,
216 svn_cmdline_auth_simple_prompt(svn_auth_cred_simple_t **cred_p,
1147 svn_auth_cred_simple_t *simple_creds; in svn_ra_serf__credentials_callback()