MySQL 9.1.0
Source Code Documentation
|
#include "keyring_iterator_service_imp.h"
Functions | |
int | my_key_iterator_init (void **) |
Iterates over all active keyring plugins and calls the mysql_key_iterator_init API for the first one found. More... | |
int | my_key_iterator_deinit (void *) |
Iterates over all active keyring plugins and calls the mysql_key_iterator_deinit API for the first one found. More... | |
int | my_key_iterator_get_key (void *, char *, char *) |
Iterates over all active keyring plugins and calls the mysql_key_iterator_get_key API for the first one found. More... | |
void | mysql_keyring_iterator_service_init () |
int my_key_iterator_deinit | ( | void * | key_iterator | ) |
Iterates over all active keyring plugins and calls the mysql_key_iterator_deinit API for the first one found.
int my_key_iterator_get_key | ( | void * | key_iterator, |
char * | key_id, | ||
char * | user_id | ||
) |
Iterates over all active keyring plugins and calls the mysql_key_iterator_get_key API for the first one found.
int my_key_iterator_init | ( | void ** | key_iterator | ) |
Iterates over all active keyring plugins and calls the mysql_key_iterator_init API for the first one found.
void mysql_keyring_iterator_service_init | ( | ) |