Searched refs:SQLITE_TOOBIG (Results 1 - 6 of 6) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java35 public static final int SQLITE_TOOBIG = 18; /* String or BLOB exceeds size limit */ field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h332 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
/external/sqlite/dist/orig/
H A Dsqlite3.h400 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
H A Dsqlite3.c950 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h400 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
H A Dsqlite3.c950 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
[all...]

Completed in 422 milliseconds