Lines Matching refs:sqlite3_malloc64
2256 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()
2867 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()
4744 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()
5205 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()
5379 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()
5445 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()
6504 aZip = (u8*)sqlite3_malloc64(nZip); in zipfileFinal()
8999 pTab = (DbdataTable*)sqlite3_malloc64(sizeof(DbdataTable)); in dbdataConnect()
9091 pCsr = (DbdataCursor*)sqlite3_malloc64(sizeof(DbdataCursor)); in dbdataOpen()
9175 pPage = (u8*)sqlite3_malloc64(nCopy + DBDATA_PADDING_BYTES); in dbdataLoadPage()
9414 pCsr->pRec = (u8*)sqlite3_malloc64(nPayload+DBDATA_PADDING_BYTES); in dbdataNext()
10031 p = sqlite3_malloc64( sz+1 ); in editFunc()
10464 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append()
11096 char *zErrMsg = sqlite3_malloc64(nErrMsg); in save_err_msg()
11577 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1); in exec_prepared_stmt()
12531 pBuf = sqlite3_malloc64( nIn+1 ); in readFile()
12818 char *zOut = (char*)sqlite3_malloc64(nAlloc); in shellEscapeCrnl()
13444 zInsert = sqlite3_malloc64(200 + nTable + n*3); in tryToCloneData()
15054 pRet = sqlite3_malloc64(nByte); in shellMalloc()
16552 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 ); in do_meta_command()