72 if (
p->id ==
id)
return p;
88 if ((*pp)->id ==
id) {
static void sql_reg_del(int id)
Remove a SQLite handle entry from the registry.
static SqlHandle * sql_reg_get(int id)
Look up a registered SQLite handle by id.
static SqlHandle * g_sql_handles
static SqlHandle * sql_reg_add(sqlite3 *db)
Add a sqlite3 handle to the registry.
Node in a singly-linked list of registered SQLite handles.