Home
last modified time | relevance | path

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

/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3ext.h468 #define sqlite3_malloc sqlite3_api->malloc macro
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3ext.h468 #define sqlite3_malloc sqlite3_api->malloc macro
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3ext.h468 #define sqlite3_malloc sqlite3_api->malloc macro
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3ext.h468 #define sqlite3_malloc sqlite3_api->malloc macro
/external/javasqlite/src/main/native/
Dsqlite_jni.c20 #define sqlite3_malloc malloc macro
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs813 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) -> *mut ::std::os::raw::c_void; in sqlite3_malloc() function
Dbindgen_3.14.0_ext.rs3290 pub unsafe fn sqlite3_malloc( in sqlite3_malloc() function