Home | History | Annotate | Download | only in history

Lines Matching full:state

25 //   state          Identifies if this download is completed or not. Not used
73 "state INTEGER NOT NULL)"))
89 "total_bytes, state "
104 info.state = statement.ColumnInt(6);
110 int32 state,
115 "SET received_bytes=?, state=? WHERE id=?"));
120 statement.BindInt(1, state);
140 "UPDATE downloads SET state=? WHERE state=?"));
151 "(full_path, url, start_time, received_bytes, total_bytes, state) "
161 statement.BindInt(5, info.state);
184 "AND (State = ? OR State = ? OR State = ?)"));