Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:tail

383     const char* tail;
387 rc = sqlite3_prepare_v2(self->db, self->begin_statement, -1, &statement, &tail);
419 const char* tail;
429 rc = sqlite3_prepare_v2(self->db, "COMMIT", -1, &statement, &tail);
461 const char* tail;
472 rc = sqlite3_prepare_v2(self->db, "ROLLBACK", -1, &statement, &tail);