syslog-ng source
maxminddb-helper.h File Reference
#include <syslog-ng.h>
#include <maxminddb.h>
Include dependency graph for maxminddb-helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void append_mmdb_entry_data_to_gstring (GString *target, MMDB_entry_data_s *entry_data)
 
gchar * mmdb_default_database (void)
 
gboolean mmdb_open_database (const gchar *path, MMDB_s *database)
 
MMDB_entry_data_list_s * dump_geodata_into_msg (LogMessage *msg, MMDB_entry_data_list_s *entry_data_list, GArray *path, gint *status)
 

Function Documentation

◆ append_mmdb_entry_data_to_gstring()

void append_mmdb_entry_data_to_gstring ( GString *  target,
MMDB_entry_data_s *  entry_data 
)

◆ dump_geodata_into_msg()

MMDB_entry_data_list_s* dump_geodata_into_msg ( LogMessage *  msg,
MMDB_entry_data_list_s *  entry_data_list,
GArray *  path,
gint *  status 
)

◆ mmdb_default_database()

gchar* mmdb_default_database ( void  )

◆ mmdb_open_database()

gboolean mmdb_open_database ( const gchar *  path,
MMDB_s *  database 
)