Home
last modified time | relevance | path

Searched refs:onlyHdr (Results 1 – 5 of 5) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DReplayOld.cpp102 bool Replay::LoadFile(std::string file, bool onlyHdr) in LoadFile() argument
132 if (!onlyHdr) in LoadFile()
150 if (onlyHdr) in LoadFile()
H A DReplay.h147 bool LoadFile(std::string file, bool onlyHdr=false);
276 bool LoadFile(std::string file, bool onlyHdr=false);
H A DReplay.cpp186 bool Replay2::LoadFile(string file, bool onlyHdr) in LoadFile() argument
211 r.LoadFile(file, onlyHdr); in LoadFile()
216 if (onlyHdr) in LoadFile()
282 if (onlyHdr){ fi.close(); return true; } in LoadFile()
/dports/sysutils/restic/restic-0.12.1/internal/restic/
H A Drepository.go68 PackSize(ctx context.Context, onlyHdr bool) map[ID]int64
/dports/sysutils/restic/restic-0.12.1/internal/repository/
H A Dmaster_index.go126 func (mi *MasterIndex) PackSize(ctx context.Context, onlyHdr bool) map[restic.ID]int64 {
134 if !onlyHdr {