Lines Matching refs:sqlite3_malloc64
2443 p->a = sqlite3_malloc64( n+1 );
2905 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 );
4002 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState );
4789 pBuf = sqlite3_malloc64( nIn ? nIn : 1 );
5417 aBuf = sqlite3_malloc64(nBuf);
7221 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile);
7675 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc);
7849 aOut = (u8*)sqlite3_malloc64(nAlloc);
7915 aBuf = aFree = sqlite3_malloc64(sz);
8980 aZip = (u8*)sqlite3_malloc64(nZip);
11583 pTab = (DbdataTable*)sqlite3_malloc64(sizeof(DbdataTable));
11675 pCsr = (DbdataCursor*)sqlite3_malloc64(sizeof(DbdataCursor));
11760 pPage = (u8*)sqlite3_malloc64(nCopy + DBDATA_PADDING_BYTES);
12027 pCsr->pRec = (u8*)sqlite3_malloc64(nPayload+DBDATA_PADDING_BYTES);
12945 pRet = sqlite3_malloc64(nByte);
13401 char *zOut = (char*)sqlite3_malloc64(nAlloc);
15876 p = sqlite3_malloc64( sz+1 );
16425 pNew = sqlite3_malloc64( sizeof(*pNew) + nText );
17047 ** In all cases, the memory returned is obtained from sqlite3_malloc64()
17789 ** value. Memory is obtained from sqlite3_malloc64() and must be freed by
17859 azData = sqlite3_malloc64( nAlloc*sizeof(char*) );
17861 azNextLine = sqlite3_malloc64( nColumn*sizeof(char*) );
17865 azQuoted = sqlite3_malloc64( nColumn*sizeof(char*) );
17869 abRowDiv = sqlite3_malloc64( nAlloc/nColumn );
18079 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1);
19088 ** Read the content of file zName into memory obtained from sqlite3_malloc64()
19111 pBuf = sqlite3_malloc64( nIn+1 );
19411 char *zOut = (char*)sqlite3_malloc64(nAlloc);
19917 ** from sqlite3_malloc64().
20007 ** from sqlite3_malloc64().
20068 zInsert = sqlite3_malloc64(200 + nTable + n*3);
22923 sCtx.z = sqlite3_malloc64(120);
22995 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 );