Searched refs:SQLResultFull (Results 1 – 5 of 5) sorted by relevance
97 if (result == SQLResultFull) { in execute()135 } else if (result == SQLResultFull) { in execute()
50 extern const int SQLResultFull;
44 const int SQLResultFull = SQLITE_FULL; variable
1080 if (m_database.lastError() == SQLResultFull) in checkForMaxSizeReached()
67865 * platform/sql/SQLiteDatabase.cpp: Add the new SQLResultFull constant