Searched refs:nOverrun (Results 1 – 1 of 1) sorted by relevance
77658 const int nOverrun = 18; /* Size of the overrun padding */ local77669 pCellKey = sqlite3Malloc( (u64)nCell+(u64)nOverrun );77676 memset(((u8*)pCellKey)+nCell,0,nOverrun); /* Fix uninit warnings */