Lines Matching refs:sqlite3_malloc64
859 WCHAR *zw = sqlite3_malloc64(nwc*sizeof(WCHAR));
3733 p->a = sqlite3_malloc64( n+1 );
4181 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 );
6524 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState );
7312 pBuf = sqlite3_malloc64( nIn ? nIn : 1 );
7948 aBuf = sqlite3_malloc64(nBuf);
9756 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile);
10211 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc);
10385 aOut = (u8*)sqlite3_malloc64(nAlloc);
10451 aBuf = aFree = sqlite3_malloc64(sz);
11536 aZip = (u8*)sqlite3_malloc64(nZip);
15655 pTab = (DbdataTable*)sqlite3_malloc64(sizeof(DbdataTable));
15747 pCsr = (DbdataCursor*)sqlite3_malloc64(sizeof(DbdataCursor));
15832 pPage = (u8*)sqlite3_malloc64(nCopy + DBDATA_PADDING_BYTES);
16805 pRet = sqlite3_malloc64(nByte);
17262 char *zOut = (char*)sqlite3_malloc64(nAlloc);
19751 p = sqlite3_malloc64( sz+1 );
20358 pNew = sqlite3_malloc64( sizeof(*pNew) + nText );
20996 ** In all cases, the memory returned is obtained from sqlite3_malloc64()
21818 ** value. Memory is obtained from sqlite3_malloc64() and must be freed by
21889 azData = sqlite3_malloc64( nAlloc*sizeof(char*) );
21891 azNextLine = sqlite3_malloc64( nColumn*sizeof(char*) );
21895 azQuoted = sqlite3_malloc64( nColumn*sizeof(char*) );
21899 abRowDiv = sqlite3_malloc64( nAlloc/nColumn );
22109 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1);
23146 ** Read the content of file zName into memory obtained from sqlite3_malloc64()
23175 pBuf = sqlite3_malloc64( nIn+1 );
23910 ** from sqlite3_malloc64().
23999 ** from sqlite3_malloc64().
24059 zInsert = sqlite3_malloc64(200 + nTable + n*3);
27028 sCtx.z = sqlite3_malloc64(120);
27110 zSql = sqlite3_malloc64( nByte );