Searched refs:sqlite3_malloc (Results 1 – 19 of 19) sorted by relevance
122 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()
102 static_cast<char*>(sqlite3_malloc(static_cast<int>(str_result.size())))); in ToNewSqlite3String()
123 NonNull::new(ffi::sqlite3_malloc(len_to_alloc) as *mut c_char) in from_str()
422 aBuf = (char *)sqlite3_malloc(SQLITE_DEMOVFS_BUFFERSZ); in demoOpen()
437 #define sqlite3_malloc sqlite3_api->malloc macro
2886 SQLITE_API void *sqlite3_malloc(int);
1427 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) -> *mut ::std::os::raw::c_void; in sqlite3_malloc() function
1243 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 …]
2884 SQLITE_API void *sqlite3_malloc(int);
1238 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 …]
20 #define sqlite3_malloc malloc macro3822 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()
571 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) in sqlite3_malloc() function
599 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) in sqlite3_malloc() function
738 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) in sqlite3_malloc() function
704 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) in sqlite3_malloc() function
366 void *sqlite3_malloc(int);