HomeSort by relevance Sort by last modified time
    Searched full:sqlite3_mem_methods (Results 1 - 6 of 6) sorted by null

  /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...]