Searched refs:cred_baton (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcyrus_auth.c289 typedef struct cred_baton { struct
841 cred_baton_t cred_baton = { 0 }; local
871 cred_baton.auth_baton = sess->auth_baton;
872 cred_baton.realmstring = realmstring;
873 cred_baton.pool = pool;
887 callbacks[0].context = &cred_baton;
892 callbacks[1].context = &cred_baton;
918 if (cred_baton.err)
921 return cred_baton.err;
923 if (cred_baton
[all...]

Completed in 200 milliseconds