Searched refs:SQL_ICACHE (Results 1 – 1 of 1) sorted by relevance
101 #define SQL_ICACHE "INSERT INTO caches (name) VALUES(?)" macro426 ret = prepare_stmt(context, s->db, &s->icache, SQL_ICACHE); in make_database()