Searched refs:SQLITE_TOOBIG (Results 1 – 9 of 9) sorted by relevance
82 case SQLITE_TOOBIG: in _pysqlite_seterror()
89 case SQLITE_TOOBIG: in _pysqlite_seterror()
35 public static final int SQLITE_TOOBIG = 18; /* String or BLOB exceeds size limit */ field in Constants
53 case SQLITE_TOOBIG: // String or BLOB exceeds size limit in GetTfErrorCode()
746 case SQLiteConstants.SQLITE_TOOBIG: return new SQLiteBlobTooBigException(message);
441 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
1465 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro72160 return SQLITE_TOOBIG;72191 return SQLITE_TOOBIG;72479 rc = SQLITE_TOOBIG;78045 if( sqlite3VdbeMemSetStr(pCtx->pOut, z, n, enc, xDel)==SQLITE_TOOBIG ){78063 return SQLITE_TOOBIG;78203 return SQLITE_TOOBIG;78223 pCtx->isError = SQLITE_TOOBIG;79251 rc = SQLITE_TOOBIG;81058 assert( rc==SQLITE_OK || rc==SQLITE_TOOBIG );[all …]
1465 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro72144 return SQLITE_TOOBIG;72175 return SQLITE_TOOBIG;72463 rc = SQLITE_TOOBIG;78029 if( sqlite3VdbeMemSetStr(pCtx->pOut, z, n, enc, xDel)==SQLITE_TOOBIG ){78047 return SQLITE_TOOBIG;78187 return SQLITE_TOOBIG;78207 pCtx->isError = SQLITE_TOOBIG;79235 rc = SQLITE_TOOBIG;81042 assert( rc==SQLITE_OK || rc==SQLITE_TOOBIG );[all …]