Home
last modified time | relevance | path

Searched defs:SQLITE_NOMEM (Results 1 – 12 of 12) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DConstants.java24 public static final int SQLITE_NOMEM = 7; /* A malloc() failed */ field in Constants
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs13 pub const SQLITE_NOMEM: i32 = 7; constant
Dbindgen_3.6.23.rs15 pub const SQLITE_NOMEM: i32 = 7; constant
Dbindgen_3.7.7.rs15 pub const SQLITE_NOMEM: i32 = 7; constant
Dbindgen_3.7.16.rs15 pub const SQLITE_NOMEM: i32 = 7; constant
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h429 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
Dbindgen_bundled_version.rs14 pub const SQLITE_NOMEM: i32 = 7; constant
Dsqlite3.c1492 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
/external/sqlite/dist/
Dsqlite3.h452 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
Dsqlite3.c758 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
/external/sqlite/dist/orig/
Dsqlite3.h452 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
Dsqlite3.c758 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro