Lines Matching refs:sqlite3_malloc64
1940 b1 = sqlite3_malloc64( (sz+3)*sizeof(b1[0]) ); in opendir()
3775 p->a = sqlite3_malloc64( n+1 ); in decimalNewFromText()
4223 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMul()
7306 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()
8070 wchar_t *b1 = sqlite3_malloc64( (sz+1)*sizeof(b1[0]) ); in fileio_chmod()
8087 wchar_t *b1 = sqlite3_malloc64( (sz+1)*sizeof(b1[0]) ); in fileio_mkdir()
8132 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()
8260 wchar_t *b1 = sqlite3_malloc64( (sz+1)*sizeof(b1[0]) ); in fileStat()
8772 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()
10595 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()
11050 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()
11224 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()
11290 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()
12375 aZip = (u8*)sqlite3_malloc64(nZip); in zipfileFinal()
17364 pNew = sqlite3_malloc64( nByte ); in vfstrace_register()
17888 pTab = (DbdataTable*)sqlite3_malloc64(sizeof(DbdataTable)); in dbdataConnect()
17980 pCsr = (DbdataCursor*)sqlite3_malloc64(sizeof(DbdataCursor)); in dbdataOpen()
18065 pPage = (u8*)sqlite3_malloc64(nCopy + DBDATA_PADDING_BYTES); in dbdataLoadPage()
19055 pRet = sqlite3_malloc64(nByte); in recoverMalloc()
19512 char *zOut = (char*)sqlite3_malloc64(nAlloc); in recoverEscapeCrlf()
22033 p = sqlite3_malloc64( sz+1 ); in editFunc()
22422 zOut = sqlite3_malloc64( i + nCtrl + 1 ); in escapeOutput()
22738 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append()
24101 char *zBuf = sqlite3_malloc64( szVar-5 ); in bind_prepared_stmt()
24408 azData = sqlite3_malloc64( nAlloc*sizeof(char*) ); in exec_prepared_stmt_columnar()
24410 azNextLine = sqlite3_malloc64( nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
24414 azQuoted = sqlite3_malloc64( nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
24418 abRowDiv = sqlite3_malloc64( nAlloc/nColumn ); in exec_prepared_stmt_columnar()
24631 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1); in exec_prepared_stmt()
25714 pBuf = sqlite3_malloc64( nIn+1 ); in readFile()
26651 zInsert = sqlite3_malloc64(200 + nTable + n*3); in tryToCloneData()
29748 sCtx.z = sqlite3_malloc64(120); in do_meta_command()
29838 zSql = sqlite3_malloc64( nByte ); in do_meta_command()