Searched refs:sqlite_error (Results 1 – 2 of 2) sorted by relevance
485 int sqlite_error; in hdb_sqlite_fetch_kvno() local512 sqlite_error = hdb_sqlite_step(context, hsdb->db, fetch); in hdb_sqlite_fetch_kvno()513 if (sqlite_error != SQLITE_ROW) { in hdb_sqlite_fetch_kvno()514 if(sqlite_error == SQLITE_DONE) { in hdb_sqlite_fetch_kvno()521 sqlite_error); in hdb_sqlite_fetch_kvno()851 int sqlite_error; in hdb_sqlite_nextkey() local856 sqlite_error = hdb_sqlite_step(context, hsdb->db, hsdb->get_all_entries); in hdb_sqlite_nextkey()857 if(sqlite_error == SQLITE_ROW) { in hdb_sqlite_nextkey()864 else if(sqlite_error == SQLITE_DONE) { in hdb_sqlite_nextkey()
46 sqlite_error(lua_State *L, const char *fmt, ...) in sqlite_error() function223 sqlite_error(L, "unsupported data type %s", in stmt_bind()