Home
last modified time | relevance | path

Searched refs:lookup_certificate_for_handle_async (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgtlsdatabase.c446 …klass->lookup_certificate_for_handle_async = g_tls_database_real_lookup_certificate_for_handle_asy… in g_tls_database_class_init()
736 g_return_if_fail (G_TLS_DATABASE_GET_CLASS (self)->lookup_certificate_for_handle_async); in g_tls_database_lookup_certificate_for_handle_async()
737 G_TLS_DATABASE_GET_CLASS (self)->lookup_certificate_for_handle_async (self, in g_tls_database_lookup_certificate_for_handle_async()
Dgtlsdatabase.h91 void (*lookup_certificate_for_handle_async) (GTlsDatabase *self, member