Home
last modified time | relevance | path

Searched refs:sqlite3_malloc (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/lib/db/
Dsnapfn.cc122 static_cast<char*>(sqlite3_malloc(static_cast<int>(output_size))); in snap()
185 static_cast<char*>(sqlite3_malloc(static_cast<int>(output_size))); in unsnap()
/external/perfetto/src/trace_processor/sqlite/
Dquery_constraints.cc102 static_cast<char*>(sqlite3_malloc(static_cast<int>(str_result.size())))); in ToNewSqlite3String()
/external/rust/crates/rusqlite/src/util/
Dsqlite_string.rs123 NonNull::new(ffi::sqlite3_malloc(len_to_alloc) as *mut c_char) in from_str()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dwasm32-wasi-vfs.c422 aBuf = (char *)sqlite3_malloc(SQLITE_DEMOVFS_BUFFERSZ); in demoOpen()
Dsqlite3ext.h437 #define sqlite3_malloc sqlite3_api->malloc macro
Dsqlite3.h2886 SQLITE_API void *sqlite3_malloc(int);
Dbindgen_bundled_version.rs1427 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) -> *mut ::std::os::raw::c_void; in sqlite3_malloc() function
/external/sqlite/dist/
Dsqlite3ext.h437 #define sqlite3_malloc sqlite3_api->malloc macro
Dshell.c1243 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR)); in opendir()
2693 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) ); in fsdirConnect()
2716 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()
3239 pNew = sqlite3_malloc( sizeof(*pNew) ); in completionConnect()
3261 pCur = sqlite3_malloc( sizeof(*pCur) ); in completionOpen()
4812 pCsr = sqlite3_malloc(sizeof(*pCsr)); in zipfileOpen()
5326 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()
5713 pNew = sqlite3_malloc(sizeof(ZipfileEntry)); in zipfileNewEntry()
6628 pOut = (Bytef*)sqlite3_malloc(nOut); in sqlarCompressFunc()
6672 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc()
[all …]
Dsqlite3.h2884 SQLITE_API void *sqlite3_malloc(int);
/external/sqlite/dist/orig/
Dsqlite3ext.h437 #define sqlite3_malloc sqlite3_api->malloc macro
Dshell.c1238 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR)); in opendir()
2688 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) ); in fsdirConnect()
2711 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()
3234 pNew = sqlite3_malloc( sizeof(*pNew) ); in completionConnect()
3256 pCur = sqlite3_malloc( sizeof(*pCur) ); in completionOpen()
4807 pCsr = sqlite3_malloc(sizeof(*pCsr)); in zipfileOpen()
5321 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()
5708 pNew = sqlite3_malloc(sizeof(ZipfileEntry)); in zipfileNewEntry()
6623 pOut = (Bytef*)sqlite3_malloc(nOut); in sqlarCompressFunc()
6667 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc()
[all …]
Dsqlite3.h2884 SQLITE_API void *sqlite3_malloc(int);
/external/javasqlite/src/main/native/
Dsqlite_jni.c20 #define sqlite3_malloc malloc macro
3822 data = sqlite3_malloc(len); in Java_SQLite_Stmt_bind__I_3B()
3876 data = sqlite3_malloc(len); in Java_SQLite_Stmt_bind__ILjava_lang_String_2()
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs571 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) in sqlite3_malloc() function
Dbindgen_3.6.23.rs599 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) in sqlite3_malloc() function
Dbindgen_3.7.16.rs738 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) in sqlite3_malloc() function
Dbindgen_3.7.7.rs704 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) in sqlite3_malloc() function
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout366 void *sqlite3_malloc(int);