Lines Matching refs:sqlite3_malloc64
859 WCHAR *zw = sqlite3_malloc64(nwc*sizeof(WCHAR)); in conZstrEmit()
3733 p->a = sqlite3_malloc64( n+1 ); in decimalNewFromText()
4181 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMul()
6524 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()
7312 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()
7948 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()
9756 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()
10211 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()
10385 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()
10451 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()
11536 aZip = (u8*)sqlite3_malloc64(nZip); in zipfileFinal()
15655 pTab = (DbdataTable*)sqlite3_malloc64(sizeof(DbdataTable)); in dbdataConnect()
15747 pCsr = (DbdataCursor*)sqlite3_malloc64(sizeof(DbdataCursor)); in dbdataOpen()
15832 pPage = (u8*)sqlite3_malloc64(nCopy + DBDATA_PADDING_BYTES); in dbdataLoadPage()
16805 pRet = sqlite3_malloc64(nByte); in recoverMalloc()
17262 char *zOut = (char*)sqlite3_malloc64(nAlloc); in recoverEscapeCrnl()
19751 p = sqlite3_malloc64( sz+1 ); in editFunc()
20358 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append()
21889 azData = sqlite3_malloc64( nAlloc*sizeof(char*) ); in exec_prepared_stmt_columnar()
21891 azNextLine = sqlite3_malloc64( nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
21895 azQuoted = sqlite3_malloc64( nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
21899 abRowDiv = sqlite3_malloc64( nAlloc/nColumn ); in exec_prepared_stmt_columnar()
22109 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1); in exec_prepared_stmt()
23175 pBuf = sqlite3_malloc64( nIn+1 ); in readFile()
24059 zInsert = sqlite3_malloc64(200 + nTable + n*3); in tryToCloneData()
27028 sCtx.z = sqlite3_malloc64(120); in do_meta_command()
27110 zSql = sqlite3_malloc64( nByte ); in do_meta_command()