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

/external/chromium_org/sql/
H A Derror_delegate_util.cc40 case SQLITE_TOOBIG:
/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/chromium_org/third_party/sqlite/src/src/
H A Dprepare.c593 sqlite3Error(db, SQLITE_TOOBIG, "statement too long");
594 rc = sqlite3ApiExit(db, SQLITE_TOOBIG);
H A Dtokenize.c426 pParse->rc = SQLITE_TOOBIG;
H A Dvdbeapi.c190 ** then sets the error code to SQLITE_TOOBIG
199 if( sqlite3VdbeMemSetStr(&pCtx->s, z, n, enc, xDel)==SQLITE_TOOBIG ){
295 /* Force an SQLITE_TOOBIG error. */
298 pCtx->isError = SQLITE_TOOBIG;
H A Dvdbemem.c686 ** either case, SQLITE_TOOBIG is returned.
734 return SQLITE_TOOBIG;
763 return SQLITE_TOOBIG;
H A Dsqlite.h.in394 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */
H A Dvdbe.c920 if( rc==SQLITE_TOOBIG ) goto too_big;
5952 rc = SQLITE_TOOBIG;
H A Dtest1.c138 case SQLITE_TOOBIG: zName = "SQLITE_TOOBIG"; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h399 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
H A Dsqlite3.c942 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h417 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
H A Dsqlite3.c532 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h417 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
H A Dsqlite3.c532 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 535 milliseconds