Lines Matching refs:sqlite3_malloc

2384   LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));  in opendir()
3711 p = sqlite3_malloc( sizeof(*p) ); in decimalNewFromText()
3889 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result()
3954 z = sqlite3_malloc( nDigit+20 ); in decimal_result_sci()
4393 p->a = sqlite3_malloc(2); in decimalSumStep()
4761 cBuf = sqlite3_malloc(nc); in base64()
4783 bBuf = sqlite3_malloc(nb); in base64()
5137 cBuf = sqlite3_malloc(nc); in base85()
5159 bBuf = sqlite3_malloc(nb); in base85()
5874 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) ); in seriesConnect()
5896 pCur = sqlite3_malloc( sizeof(*pCur) ); in seriesOpen()
6876 pRe = sqlite3_malloc( sizeof(*pRe) ); in re_compile()
7323 LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR)); in utf8_to_utf16()
7691 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) ); in fsdirConnect()
7714 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()
8246 pNew = sqlite3_malloc( sizeof(*pNew) ); in completionConnect()
8268 pCur = sqlite3_malloc( sizeof(*pCur) ); in completionOpen()
9741 pCsr = sqlite3_malloc(sizeof(*pCsr)); in zipfileOpen()
10249 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()
10648 pNew = sqlite3_malloc(sizeof(ZipfileEntry)); in zipfileNewEntry()
11586 pOut = (Bytef*)sqlite3_malloc(nOut); in sqlarCompressFunc()
11630 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc()
12016 pRet = sqlite3_malloc(nByte); in idxMalloc()
12219 char *zRet = sqlite3_malloc(n); in expertDequote()
12638 zRet = (char*)sqlite3_malloc(nIn + nAppend + 1); in idxAppendText()
17469 aPg = (u8*)sqlite3_malloc(2*nMax); in recoverVfsDetectPagesize()
17917 pRet = (sqlite3_recover*)sqlite3_malloc(nByte); in recoverInit()
18553 char *zStr = sqlite3_malloc(nBlob*2 + 1); in output_hex_blob()
22059 a = sqlite3_malloc( n ? n : 1 ); in readHexDb()
26998 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()