Lines Matching refs:sqlite3_malloc64

857       WCHAR *zw = sqlite3_malloc64(nwc*sizeof(WCHAR));  in conZstrEmit()
3719 p->a = sqlite3_malloc64( n+1 ); in decimalNewFromText()
4167 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMul()
6454 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()
7242 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()
7870 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()
9678 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()
10133 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()
10307 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()
10373 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()
11458 aZip = (u8*)sqlite3_malloc64(nZip); in zipfileFinal()
14420 pTab = (DbdataTable*)sqlite3_malloc64(sizeof(DbdataTable)); in dbdataConnect()
14512 pCsr = (DbdataCursor*)sqlite3_malloc64(sizeof(DbdataCursor)); in dbdataOpen()
14597 pPage = (u8*)sqlite3_malloc64(nCopy + DBDATA_PADDING_BYTES); in dbdataLoadPage()
14869 pCsr->pRec = (u8*)sqlite3_malloc64(nPayload+DBDATA_PADDING_BYTES); in dbdataNext()
15542 pRet = sqlite3_malloc64(nByte); in recoverMalloc()
15999 char *zOut = (char*)sqlite3_malloc64(nAlloc); in recoverEscapeCrnl()
18488 p = sqlite3_malloc64( sz+1 ); in editFunc()
19095 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append()
20625 azData = sqlite3_malloc64( nAlloc*sizeof(char*) ); in exec_prepared_stmt_columnar()
20627 azNextLine = sqlite3_malloc64( nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
20631 azQuoted = sqlite3_malloc64( nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
20635 abRowDiv = sqlite3_malloc64( nAlloc/nColumn ); in exec_prepared_stmt_columnar()
20846 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1); in exec_prepared_stmt()
21911 pBuf = sqlite3_malloc64( nIn+1 ); in readFile()
22795 zInsert = sqlite3_malloc64(200 + nTable + n*3); in tryToCloneData()
25691 sCtx.z = sqlite3_malloc64(120); in do_meta_command()
25763 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 ); in do_meta_command()