Lines Matching refs:sqlite3_malloc64
2311 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()
2938 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()
4662 p->a = sqlite3_malloc64( n+1 ); in decimal_new()
5124 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMulFunc()
6192 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()
7117 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()
7571 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()
7745 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()
7811 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()
8871 aZip = (u8*)sqlite3_malloc64(nZip); in zipfileFinal()
11439 pTab = (DbdataTable*)sqlite3_malloc64(sizeof(DbdataTable)); in dbdataConnect()
11531 pCsr = (DbdataCursor*)sqlite3_malloc64(sizeof(DbdataCursor)); in dbdataOpen()
11615 pPage = (u8*)sqlite3_malloc64(nCopy + DBDATA_PADDING_BYTES); in dbdataLoadPage()
11854 pCsr->pRec = (u8*)sqlite3_malloc64(nPayload+DBDATA_PADDING_BYTES); in dbdataNext()
12498 p = sqlite3_malloc64( sz+1 ); in editFunc()
13005 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append()
14224 azData = sqlite3_malloc64( nAlloc*sizeof(char*) ); in exec_prepared_stmt_columnar()
14382 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1); in exec_prepared_stmt()
15360 pBuf = sqlite3_malloc64( nIn+1 ); in readFile()
15663 char *zOut = (char*)sqlite3_malloc64(nAlloc); in shellEscapeCrnl()
16310 zInsert = sqlite3_malloc64(200 + nTable + n*3); in tryToCloneData()
17978 pRet = sqlite3_malloc64(nByte); in shellMalloc()
19400 sCtx.z = sqlite3_malloc64(120); in do_meta_command()
19581 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 ); in do_meta_command()