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

  /external/javasqlite/src/main/native/
sqlite_jni.c 21 #define sqlite3_malloc malloc macro
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 285 #define sqlite3_malloc sqlite3_api->malloc macro
  /external/sqlite/dist/orig/
sqlite3ext.h 328 #define sqlite3_malloc sqlite3_api->malloc macro
sqlite3.c 872 ** from [sqlite3_malloc()] and passed back through the 5th parameter
18909 SQLITE_API void *sqlite3_malloc(int n){ function
91301 #define sqlite3_malloc macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 328 #define sqlite3_malloc sqlite3_api->malloc macro
sqlite3.c 872 ** from [sqlite3_malloc()] and passed back through the 5th parameter
18909 SQLITE_API void *sqlite3_malloc(int n){ function
91337 #define sqlite3_malloc macro
    [all...]

Completed in 73 milliseconds