#include "../../db/db_val.h"#include "../../db/db_key.h"#include "../../db/db_con.h"


Go to the source code of this file.
Functions | |
| void | flat_db_close (db_con_t *h) |
| db_con_t * | flat_db_init (const str *_url) |
| int | flat_db_insert (const db_con_t *h, const db_key_t *k, const db_val_t *v, const int n) |
| int | flat_use_table (db_con_t *h, const str *t) |
| void flat_db_close | ( | db_con_t * | h | ) |
Definition at line 127 of file flatstore.c.
References CON_TAIL, flat_release_connection(), LM_ERR, and pkg_free.
Referenced by db_flat_bind_api().
Definition at line 57 of file flatstore.c.
References LM_ERR, parse_flat_url(), pkg_free, pkg_malloc, and _str::s.
Referenced by db_flat_bind_api().
Definition at line 152 of file flatstore.c.
References CON_FILE, DB_BIGINT, DB_BITMAP, DB_BLOB, DB_DATETIME, DB_DOUBLE, DB_INT, DB_STR, DB_STRING, flat_delimiter, flat_flush, flat_rotate, flat_rotate_logs(), len, LM_ERR, local_timestamp, s, VAL_BITMAP, VAL_BLOB, VAL_DOUBLE, VAL_INT, VAL_STR, VAL_STRING, VAL_TIME, and VAL_TYPE.
Referenced by db_flat_bind_api().
Definition at line 97 of file flatstore.c.
References CON_TABLE, CON_TAIL, flat_get_connection(), LM_ERR, flat_con::ref, s, and _str::s.
Referenced by db_flat_bind_api().
1.5.6