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