Lines Matching refs:sqlite3_malloc
1274 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR)); in opendir()
2423 p = sqlite3_malloc( sizeof(*p) ); in decimal_new()
2544 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result()
2837 p->a = sqlite3_malloc(2); in decimalSumStep()
3413 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) ); in seriesConnect()
3435 pCur = sqlite3_malloc( sizeof(*pCur) ); in seriesOpen()
4424 pRe = sqlite3_malloc( sizeof(*pRe) ); in re_compile()
4870 LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR)); in utf8_to_utf16()
5238 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) ); in fsdirConnect()
5261 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()
5792 pNew = sqlite3_malloc( sizeof(*pNew) ); in completionConnect()
5814 pCur = sqlite3_malloc( sizeof(*pCur) ); in completionOpen()
7284 pCsr = sqlite3_malloc(sizeof(*pCsr)); in zipfileOpen()
7791 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()
8183 pNew = sqlite3_malloc(sizeof(ZipfileEntry)); in zipfileNewEntry()
9107 pOut = (Bytef*)sqlite3_malloc(nOut); in sqlarCompressFunc()
9151 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc()
9536 pRet = sqlite3_malloc(nByte); in idxMalloc()
9739 char *zRet = sqlite3_malloc(n); in expertDequote()
10157 zRet = (char*)sqlite3_malloc(nIn + nAppend + 1); in idxAppendText()
14869 aPg = (u8*)sqlite3_malloc(2*nMax); in recoverVfsDetectPagesize()
15311 pRet = (sqlite3_recover*)sqlite3_malloc(nByte); in recoverInit()
15940 char *zStr = sqlite3_malloc(nBlob*2 + 1); in output_hex_blob()
19254 a = sqlite3_malloc( n ? n : 1 ); in readHexDb()
24207 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()