Home | History | Annotate | Download | only in ssl

Lines Matching full:_stdcall

213 /* Function pointers (almost all Kerberos functions are _stdcall) */
214 static void (_stdcall *p_krb5_free_data_contents)(krb5_context, krb5_data *)
216 static void (_stdcall *p_krb5_free_principal)(krb5_context, krb5_principal )
218 static krb5_error_code(_stdcall *p_krb5_kt_resolve)
220 static krb5_error_code (_stdcall *p_krb5_kt_default)(krb5_context,
222 static krb5_error_code (_stdcall *p_krb5_free_ticket)(krb5_context,
224 static krb5_error_code (_stdcall *p_krb5_rd_req)(krb5_context,
230 static krb5_error_code (_stdcall *p_krb5_mk_req_extended)
234 static krb5_error_code (_stdcall *p_krb5_init_context)(krb5_context *)=NULL;
235 static void (_stdcall *p_krb5_free_context)(krb5_context)=NULL;
236 static krb5_error_code (_stdcall *p_krb5_cc_default)(krb5_context,
238 static krb5_error_code (_stdcall *p_krb5_sname_to_principal)
241 static krb5_error_code (_stdcall *p_krb5_get_credentials)
244 static krb5_error_code (_stdcall *p_krb5_auth_con_init)
246 static krb5_error_code (_stdcall *p_krb5_cc_get_principal)
249 static krb5_error_code (_stdcall *p_krb5_auth_con_free)
251 static krb5_error_code (_stdcall *p_krb5_decrypt_tkt_part)
254 static krb5_error_code (_stdcall *p_krb5_timeofday)
256 static krb5_error_code (_stdcall *p_krb5_rc_default)
258 static krb5_error_code (_stdcall *p_krb5_rc_initialize)
261 static krb5_error_code (_stdcall *p_krb5_rc_get_lifespan)
264 static krb5_error_code (_stdcall *p_krb5_rc_destroy)
266 static krb5_boolean (_stdcall *p_krb5_principal_compare)
268 static size_t (_stdcall *p_krb5_checksum_size)(krb5_context context,krb5_cksumtype ctype)=NULL;
269 static krb5_boolean (_stdcall *p_valid_cksumtype)(krb5_cksumtype ctype)=NULL;
270 static krb5_error_code (_stdcall *p_krb5_kt_free_entry)
272 static krb5_error_code (_stdcall * p_krb5_auth_con_setrcache)(krb5_context,
275 static krb5_error_code (_stdcall * p_krb5_get_server_rcache)(krb5_context,
281 static krb5_error_code (_stdcall * p_krb5_kt_close)(krb5_context context,
283 static krb5_error_code (_stdcall * p_krb5_kt_get_entry)(krb5_context context,