Home
last modified time | relevance | path

Searched defs:sqlite3_malloc (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dmalloc.c323 void *sqlite3_malloc(int n){ in sqlite3_malloc() function
Dsqlite3ext.h304 #define sqlite3_malloc sqlite3_api->malloc macro
/external/sqlite/dist/orig/
Dsqlite3ext.h328 #define sqlite3_malloc sqlite3_api->malloc macro
Dsqlite3.c18909 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function
/external/sqlite/dist/
Dsqlite3ext.h328 #define sqlite3_malloc sqlite3_api->malloc macro
Dsqlite3.c18909 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function
/external/javasqlite/src/main/native/
Dsqlite_jni.c20 #define sqlite3_malloc malloc macro
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c18043 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function