Searched refs:whichfields (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_retr.c | 40 #define set(bits) (whichfields & bits) 169 krb5int_cc_creds_match_request(krb5_context context, krb5_flags whichfields, krb5_creds *mcreds, kr… in krb5int_cc_creds_match_request() argument 204 krb5_flags whichfields, krb5_creds *mcreds, in krb5_cc_retrieve_cred_seq() argument 238 if (krb5int_cc_creds_match_request(context, whichfields, mcreds, &fetchcreds)) in krb5_cc_retrieve_cred_seq()
|
H A D | cc-int.h | 37 krb5int_cc_creds_match_request(krb5_context, krb5_flags whichfields, krb5_creds *mcreds, krb5_creds…
|
H A D | cc_memory.c | 71 krb5_flags whichfields , 610 krb5_mcc_retrieve(krb5_context context, krb5_ccache id, krb5_flags whichfields, in krb5_mcc_retrieve() argument 613 return krb5_cc_retrieve_cred_default (context, id, whichfields, in krb5_mcc_retrieve()
|
H A D | cc_file.c | 162 (krb5_context, krb5_ccache id, krb5_flags whichfields, 2360 krb5_fcc_retrieve(krb5_context context, krb5_ccache id, krb5_flags whichfields, krb5_creds *mcreds,… in krb5_fcc_retrieve() argument 2362 return krb5_cc_retrieve_cred_default (context, id, whichfields, in krb5_fcc_retrieve()
|