24#ifndef KEYRING_READER_WITH_STATUS_INCLUDED 
   25#define KEYRING_READER_WITH_STATUS_INCLUDED 
  179                                   size_t *data_size, 
size_t *data_type_size));
 
  212                     unsigned char *data_buffer, 
size_t data_buffer_length,
 
  213                     size_t *data_size, 
char *data_type,
 
  214                     size_t data_type_buffer_length, 
size_t *data_type_size));
 
static mysql_service_status_t deinit()
Component deinitialization.
Definition: audit_api_message_emit.cc:580
 
static mysql_service_status_t init()
Component initialization.
Definition: audit_api_message_emit.cc:571
 
struct my_h_keyring_reader_object_imp * my_h_keyring_reader_object
Definition: keyring_reader_with_status.h:29
 
static mysql_service_status_t fetch(const char *service_name, reference_caching_channel *out_channel) noexcept
Definition: component.cc:77
 
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
 
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
 
#define DEFINE_SERVICE_HANDLE(name)
Defines an object type that is meant for carrying handles to the implementation-specific objects used...
Definition: service.h:129
 
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112