Lines Matching refs:ID
194 my %ID;
369 if (exists $ID{$id} && exists $ID{$id}{client} && $ID{$id}{client} eq "0") {
370 if (!established($ID{$id}{sock})) {
372 close $ID{$id}{sock};
373 delete $ID{$id};
378 if (exists $ID{$id}) {
379 if ($ID{$id}{client}) {
381 if ($ref && !established($ID{$id}{sock})) {
391 close $ID{$id}{sock};
394 $ID{$id}{client} = 1;
395 $ID{$id}{sock} = $sock;
399 my $sock2 = $ID{$id}{sock};
400 delete $ID{$id};
405 $ID{$id}{client} = 1;
406 $ID{$id}{sock} = $sock;
462 if (exists $ID{$id} && exists $ID{$id}{client} && $ID{$id}{client} eq "1") {
463 if (!established($ID{$id}{sock})) {
465 close $ID{$id}{sock};
466 delete $ID{$id};
471 if (exists $ID{$id}) {
472 if (! $ID{$id}{client}) {
474 if ($ref && !established($ID{$id}{sock})) {
484 close $ID{$id}{sock};
487 $ID{$id}{client} = 0;
488 $ID{$id}{sock} = $sock;
492 my $sock2 = $ID{$id}{sock};
493 delete $ID{$id};
498 $ID{$id}{client} = 0;
499 $ID{$id}{sock} = $sock;
738 foreach my $id (keys %ID) {
739 close $ID{$id}{sock};