Home | Sort by relevance Sort by last modified time |
/external/javasqlite/src/main/java/SQLite/ | |
Constants.java | 91 public static final int SQLITE_CONFIG_MALLOC = 4; /* sqlite3_mem_methods* */ 92 public static final int SQLITE_CONFIG_GETMALLOC = 5; /* sqlite3_mem_methods* */ |
/external/webkit/WebKitLibraries/WebCoreSQLite3/ | |
sqlite3.h | 948 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods 949 struct sqlite3_mem_methods { struct [all...] |
/external/sqlite/dist/ | |
sqlite3.c | 1730 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods 1731 struct sqlite3_mem_methods { struct [all...] |
sqlite3.c.orig | [all...] |
sqlite3.h | 1183 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods 1184 struct sqlite3_mem_methods { struct [all...] |
sqlite3.h.orig | [all...] |