USERBLACKLIST :: database access
More...#include "db.h"#include "db_userblacklist.h"#include "../../lib/srdb1/db.h"#include "../../mem/mem.h"#include "../../ut.h"#include "../../lib/trie/dtrie.h"
Go to the source code of this file.
Definition in file modules_k/userblacklist/db.c.
| int db_reload_source | ( | const str * | table, | |
| struct dtrie_node_t * | root | |||
| ) |
Definition at line 110 of file modules_k/userblacklist/db.c.
References dtrie_clear(), dtrie_insert(), _str::len, match_mode, RES_COL_N, RES_ROW_N, RES_ROWS, _str::s, and db_val_t::string_val.
Referenced by reload_sources().


| int match_mode |
Definition at line 77 of file userblacklist.c.
Referenced by add_source(), and db_reload_source().
1.7.1