Searched refs:prompt_baton (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcompat_providers.c42 void *prompt_baton,
46 svn_auth_get_simple_prompt_provider(provider, prompt_func, prompt_baton,
54 void *prompt_baton,
58 svn_auth_get_username_prompt_provider(provider, prompt_func, prompt_baton,
110 void *prompt_baton,
114 prompt_baton, pool);
121 void *prompt_baton,
126 prompt_baton, retry_limit,
134 void *prompt_baton,
139 prompt_baton, retry_limi
38 svn_client_get_simple_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_simple_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
50 svn_client_get_username_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_username_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
106 svn_client_get_ssl_server_trust_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_ssl_server_trust_prompt_func_t prompt_func, void *prompt_baton, apr_pool_t *pool) argument
117 svn_client_get_ssl_client_cert_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_ssl_client_cert_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
130 svn_client_get_ssl_client_cert_pw_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_ssl_client_cert_pw_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dssl_client_cert_providers.c112 void *prompt_baton;
147 pb->prompt_baton, realmstring, ! no_auth_cache,
180 credentials_p, ib->pb->prompt_baton,
197 void *prompt_baton,
205 pb->prompt_baton = prompt_baton;
109 void *prompt_baton; member in struct:ssl_client_cert_prompt_provider_baton_t
191 svn_auth_get_ssl_client_cert_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_ssl_client_cert_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
H A Dssl_client_cert_pw_providers.c47 void *prompt_baton;
256 b->prompt_baton,
380 void *prompt_baton,
388 pb->prompt_baton = prompt_baton;
407 void *prompt_baton;
442 credentials_p, pb->prompt_baton, realmstring,
475 credentials_p, ib->pb->prompt_baton,
491 void *prompt_baton,
500 pb->prompt_baton
46 void *prompt_baton; member in struct:ssl_client_cert_pw_file_provider_baton_t
376 svn_auth_get_ssl_client_cert_pw_file_provider2(svn_auth_provider_object_t **provider, svn_auth_plaintext_passphrase_prompt_func_t plaintext_passphrase_prompt_func, void *prompt_baton, apr_pool_t *pool) argument
405 void *prompt_baton; member in struct:ssl_client_cert_pw_prompt_provider_baton_t
486 svn_auth_get_ssl_client_cert_pw_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_ssl_client_cert_pw_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
[all...]
H A Dssl_server_trust_providers.c168 void *prompt_baton;
191 pb->prompt_baton, realmstring, *failures, cert_info,
212 void *prompt_baton,
219 pb->prompt_baton = prompt_baton;
166 void *prompt_baton; member in struct:ssl_server_trust_prompt_provider_baton_t
207 svn_auth_get_ssl_server_trust_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_ssl_server_trust_prompt_func_t prompt_func, void *prompt_baton, apr_pool_t *pool) argument
H A Dusername_providers.c165 void *prompt_baton;
214 SVN_ERR(pb->prompt_func(cred_p, pb->prompt_baton, realmstring,
291 void *prompt_baton,
299 pb->prompt_baton = prompt_baton;
162 void *prompt_baton; member in struct:username_prompt_provider_baton_t
284 svn_auth_get_username_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_username_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
H A Dsimple_providers.c56 void *prompt_baton;
392 b->prompt_baton,
525 void* prompt_baton,
532 pb->prompt_baton = prompt_baton;
550 void *prompt_baton;
645 SVN_ERR(pb->prompt_func(cred_p, pb->prompt_baton, realmstring,
720 void *prompt_baton,
728 pb->prompt_baton = prompt_baton;
54 void *prompt_baton; member in struct:simple_provider_baton_t
519 svn_auth_get_simple_provider2(svn_auth_provider_object_t **provider, svn_auth_plaintext_prompt_func_t plaintext_prompt_func, void* prompt_baton, apr_pool_t *pool) argument
546 void *prompt_baton; member in struct:simple_prompt_provider_baton_t
712 svn_auth_get_simple_prompt_provider(svn_auth_provider_object_t **provider, svn_auth_simple_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_auth.h727 * with @a prompt_func and @a prompt_baton. Allocate @a *provider in
743 void *prompt_baton,
750 * user with @a prompt_func and @a prompt_baton. Allocate @a *provider
766 void *prompt_baton,
776 * plaintext_prompt_func, passing @a prompt_baton, before saving the
806 void *prompt_baton,
1231 * prompt_baton, before saving the passphrase.
1251 void *prompt_baton,
1273 * and @a prompt_baton. The returned credential is used to override
1282 void *prompt_baton,
[all...]
H A Dsvn_client.h88 * with @a prompt_func and @a prompt_baton. Allocate @a *provider in
107 void *prompt_baton,
114 * user with @a prompt_func and @a prompt_baton. Allocate @a *provider
132 void *prompt_baton,
258 * and @a prompt_baton. The returned credential is used to override
269 void *prompt_baton,
277 * and @a prompt_baton. The returned credential is used to load the
290 void *prompt_baton,
299 * and @a prompt_baton. The returned credential is used when a loaded
312 void *prompt_baton,
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c731 void *prompt_baton,
738 SVN_ERR(svn_cmdline_prompt_user2(&answer, prompt, prompt_baton, scratch_pool));
726 prompt_user(const client_option_t **opt, const apr_array_header_t *conflict_options, const char *const *options_to_show, const char *conflict_description, void *prompt_baton, apr_pool_t *scratch_pool) argument

Completed in 77 milliseconds