Searched defs:SQLITE_NOMEM (Results 1 – 12 of 12) sorted by relevance
24 public static final int SQLITE_NOMEM = 7; /* A malloc() failed */ field in Constants
13 pub const SQLITE_NOMEM: i32 = 7; constant
15 pub const SQLITE_NOMEM: i32 = 7; constant
429 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
14 pub const SQLITE_NOMEM: i32 = 7; constant
1477 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
1468 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro