MCPcopy Index your code
hub / github.com/assaultcube/AC / loopv

Function loopv

source/src/zip.cpp:433–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431{
432 zipfiles.clear(false);
433 loopv(archives)
434 {
435 ziparchive *arch = archives[i];
436 loopvj(arch->files)
437 {
438 zipfile *zf = &arch->files[j];
439 if(zf->fullname) zipfiles.access(zf->fullname, zf);
440 }
441 }
442}
443
444void clearmemfiles() // clear list of memfiles and free all associated buffers (unless there are files still open)

Callers 15

gmode_enumFunction · 0.70
disconnectFunction · 0.70
securemapcheckFunction · 0.70
findconnectivityMethod · 0.70
buildstripsMethod · 0.70
mapactionMethod · 0.70
loadMethod · 0.70
mountzipFunction · 0.70
findzipFunction · 0.70
zipmodlistFunction · 0.70
zipmodgetfilesFunction · 0.70
zipmodgetrevisionFunction · 0.70

Calls 15

fixzipnameFunction · 0.85
findzipFunction · 0.85
cvecprintfFunction · 0.85
zipmanualstreamFunction · 0.85
filtertextFunction · 0.85
escapestringFunction · 0.85
openvecfileFunction · 0.85
zipmanualreadFunction · 0.85
addmemfileFunction · 0.85
accessMethod · 0.80
loopvjFunction · 0.70
loopkFunction · 0.70

Tested by

no test coverage detected