Searched defs:SQLITE_TOOBIG (Results 1 – 12 of 12) sorted by relevance
35 public static final int SQLITE_TOOBIG = 18; /* String or BLOB exceeds size limit */ field in Constants
24 pub const SQLITE_TOOBIG: i32 = 18; constant
26 pub const SQLITE_TOOBIG: i32 = 18; constant
440 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
25 pub const SQLITE_TOOBIG: i32 = 18; constant
1503 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
463 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
769 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro