#include "lcmaps_db_read.h"
Go to the source code of this file.
Functions | |
lcmaps_db_entry_t * | lcmaps_db_fill_entry (lcmaps_db_entry_t **plcmaps_db, lcmaps_db_entry_t *db_entry) |
Add a database entry to a list. | |
lcmaps_db_entry_t ** | lcmaps_db_read (char *lcmaps_db_fname) |
Read database from file. | |
int | lcmaps_db_clean_list (lcmaps_db_entry_t **list) |
Clean/remove the database list. | |
int | lcmaps_db_clean () |
Clean/remove the database structure. |
Definition in file _lcmaps_db_read.h.
|
Clean/remove the database structure.
Definition at line 592 of file lcmaps_db_read.c. References lcmaps_db_clean_list(), lcmaps_db_list, and lcmaps_log(). Referenced by startPluginManager(). |
|
Clean/remove the database list.
Definition at line 562 of file lcmaps_db_read.c. References lcmaps_db_entry_t, lcmaps_log_debug(), lcmaps_db_entry_s::next, and lcmaps_db_entry_s::pluginname. Referenced by lcmaps_db_clean(). |
|
Add a database entry to a list.
Definition at line 205 of file lcmaps_db_read.c. References lcmaps_db_entry_t, lcmaps_log(), lcmaps_log_debug(), LCMAPS_MAXARGSTRING, LCMAPS_MAXPATHLEN, lcmaps_db_entry_s::next, lcmaps_db_entry_s::pluginargs, and lcmaps_db_entry_s::pluginname. Referenced by lcmaps_db_read_entries(). |
|
Read database from file.
Definition at line 96 of file lcmaps_db_read.c. References lcmaps_db_entry_t, lcmaps_db_list, lcmaps_db_read_entries(), lcmaps_log(), and MAXDBENTRIES. Referenced by startPluginManager(). |