Home
last modified time | relevance | path

Searched defs:sqlite3_malloc64 (Results 1 – 6 of 6) sorted by relevance

/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3ext.h603 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3ext.h603 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3ext.h603 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3ext.h603 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs816 pub fn sqlite3_malloc64(arg1: sqlite3_uint64) -> *mut ::std::os::raw::c_void; in sqlite3_malloc64() function
Dbindgen_3.14.0_ext.rs5179 pub unsafe fn sqlite3_malloc64(arg1: sqlite3_uint64) -> *mut ::std::os::raw::c_void { in sqlite3_malloc64() function