24#ifndef KEYRING_FORWARD_ITERATOR_INCLUDED 
   25#define KEYRING_FORWARD_ITERATOR_INCLUDED 
  150                     size_t *data_id_length, 
size_t *auth_id_length));
 
  168                          char *data_id, 
size_t data_id_length, 
char *auth_id,
 
  169                          size_t auth_id_length));
 
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
 
bool is_valid(const dd::Spatial_reference_system *srs, const Geometry *g, const char *func_name, bool *is_valid) noexcept
Decides if a geometry is valid.
Definition: is_valid.cc:95
 
void get(PSI_field *, PSI_longlong *) noexcept
Definition: pfs_plugin_column_bigint_v1_all_empty.cc:32
 
#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