Lines Matching refs:sqlite3_malloc
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()
7040 pRet = sqlite3_malloc(nByte); in idxMalloc()
7243 char *zRet = sqlite3_malloc(n); in expertDequote()
7645 zRet = (char*)sqlite3_malloc(nIn + nAppend + 1); in idxAppendText()
12677 a = sqlite3_malloc( n ? n : 1 ); in readHexDb()
17625 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()