Lines Matching refs:sqlite3_malloc
1283 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR)); in opendir()
2392 LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR)); in utf8_to_utf16()
2759 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) ); in fsdirConnect()
2782 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()
3313 pNew = sqlite3_malloc( sizeof(*pNew) ); in completionConnect()
3335 pCur = sqlite3_malloc( sizeof(*pCur) ); in completionOpen()
4642 p = sqlite3_malloc( sizeof(*p) ); in decimal_new()
4763 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result()
5056 p->a = sqlite3_malloc(2); in decimalSumStep()
5632 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) ); in seriesConnect()
5654 pCur = sqlite3_malloc( sizeof(*pCur) ); in seriesOpen()
6600 pRe = sqlite3_malloc( sizeof(*pRe) ); in re_compile()
7180 pCsr = sqlite3_malloc(sizeof(*pCsr)); in zipfileOpen()
7687 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()
8074 pNew = sqlite3_malloc(sizeof(ZipfileEntry)); in zipfileNewEntry()
8994 pOut = (Bytef*)sqlite3_malloc(nOut); in sqlarCompressFunc()
9038 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc()
9423 pRet = sqlite3_malloc(nByte); in idxMalloc()
9626 char *zRet = sqlite3_malloc(n); in expertDequote()
10034 zRet = (char*)sqlite3_malloc(nIn + nAppend + 1); in idxAppendText()
15503 a = sqlite3_malloc( n ? n : 1 ); in readHexDb()
20716 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()