INT64 __fastcall PfSnNameRemoveAll(INT64 a1){
INT64 i;
INT64 result;
INT64 v4;
for( i = 0i64; ; i = v4 )
{
result = PfSnActiveTraceGetNext(i);
v4 = result;
if( !result )
break;
if( (unsigned int)PfSnNameRemove(result, *(_QWORD *)(a1 + 16)) )
PfSnLogStreamDelete(a1, v4);
}
return result;
}