Lines Matching refs:sqlite3_malloc

2398   LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));  in opendir()
3725 p = sqlite3_malloc( sizeof(*p) ); in decimalNewFromText()
3903 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result()
3968 z = sqlite3_malloc( nDigit+20 ); in decimal_result_sci()
4407 p->a = sqlite3_malloc(2); in decimalSumStep()
4775 cBuf = sqlite3_malloc(nc); in base64()
4797 bBuf = sqlite3_malloc(nb); in base64()
5151 cBuf = sqlite3_malloc(nc); in base85()
5173 bBuf = sqlite3_malloc(nb); in base85()
5892 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) ); in seriesConnect()
5914 pCur = sqlite3_malloc( sizeof(*pCur) ); in seriesOpen()
6946 pRe = sqlite3_malloc( sizeof(*pRe) ); in re_compile()
7393 LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR)); in utf8_to_utf16()
7769 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) ); in fsdirConnect()
7792 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()
8324 pNew = sqlite3_malloc( sizeof(*pNew) ); in completionConnect()
8346 pCur = sqlite3_malloc( sizeof(*pCur) ); in completionOpen()
9819 pCsr = sqlite3_malloc(sizeof(*pCsr)); in zipfileOpen()
10327 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()
10726 pNew = sqlite3_malloc(sizeof(ZipfileEntry)); in zipfileNewEntry()
11664 pOut = (Bytef*)sqlite3_malloc(nOut); in sqlarCompressFunc()
11709 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc()
12095 pRet = sqlite3_malloc(nByte); in idxMalloc()
12298 char *zRet = sqlite3_malloc(n); in expertDequote()
12717 zRet = (char*)sqlite3_malloc(nIn + nAppend + 1); in idxAppendText()
15037 pNew = (sqlite3_intck*)sqlite3_malloc(sizeof(*pNew) + nDb + 1); in sqlite3_intck_open()
18732 aPg = (u8*)sqlite3_malloc(2*nMax); in recoverVfsDetectPagesize()
19180 pRet = (sqlite3_recover*)sqlite3_malloc(nByte); in recoverInit()
19816 char *zStr = sqlite3_malloc(nBlob*2 + 1); in output_hex_blob()
23323 a = sqlite3_malloc( n ? n : 1 ); in readHexDb()
28368 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()