• Home
  • Raw
  • Download

Lines Matching refs:sqlite3_malloc64

2443   p->a = sqlite3_malloc64( n+1 );  in decimal_new()
2905 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMulFunc()
4002 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()
4789 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()
5417 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()
7221 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()
7675 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()
7849 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()
7915 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()
8980 aZip = (u8*)sqlite3_malloc64(nZip); in zipfileFinal()
11583 pTab = (DbdataTable*)sqlite3_malloc64(sizeof(DbdataTable)); in dbdataConnect()
11675 pCsr = (DbdataCursor*)sqlite3_malloc64(sizeof(DbdataCursor)); in dbdataOpen()
11760 pPage = (u8*)sqlite3_malloc64(nCopy + DBDATA_PADDING_BYTES); in dbdataLoadPage()
12027 pCsr->pRec = (u8*)sqlite3_malloc64(nPayload+DBDATA_PADDING_BYTES); in dbdataNext()
12945 pRet = sqlite3_malloc64(nByte); in recoverMalloc()
13401 char *zOut = (char*)sqlite3_malloc64(nAlloc); in recoverEscapeCrnl()
15876 p = sqlite3_malloc64( sz+1 ); in editFunc()
16425 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append()
17859 azData = sqlite3_malloc64( nAlloc*sizeof(char*) ); in exec_prepared_stmt_columnar()
17861 azNextLine = sqlite3_malloc64( nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
17865 azQuoted = sqlite3_malloc64( nColumn*sizeof(char*) ); in exec_prepared_stmt_columnar()
17869 abRowDiv = sqlite3_malloc64( nAlloc/nColumn ); in exec_prepared_stmt_columnar()
18079 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1); in exec_prepared_stmt()
19111 pBuf = sqlite3_malloc64( nIn+1 ); in readFile()
19411 char *zOut = (char*)sqlite3_malloc64(nAlloc); in shellEscapeCrnl()
20068 zInsert = sqlite3_malloc64(200 + nTable + n*3); in tryToCloneData()
22923 sCtx.z = sqlite3_malloc64(120); in do_meta_command()
22995 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 ); in do_meta_command()