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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 232 #define sqlite3_malloc sqlite3_api->malloc macro
  /libcore/sqlite-jdbc/src/main/native/
sqlite_jni.c 21 #define sqlite3_malloc malloc macro
    [all...]
  /external/sqlite/dist/
sqlite3.c 819 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
15902 SQLITE_API void *sqlite3_malloc(int n){ function
76262 #define sqlite3_malloc macro
    [all...]

Completed in 34 milliseconds