Lines Matching refs:sqlite3_malloc
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()
7035 pRet = sqlite3_malloc(nByte); in idxMalloc()
7238 char *zRet = sqlite3_malloc(n); in expertDequote()
7640 zRet = (char*)sqlite3_malloc(nIn + nAppend + 1); in idxAppendText()
12672 a = sqlite3_malloc( n ? n : 1 ); in readHexDb()
17604 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()