Lines Matching refs:loop
73 my $loop = 0;
82 for ($numtests = 0; $handmessages[$loop][1] != 0; $loop++) {
83 next if (($handmessages[$loop][1] & $handtype) == 0);
85 && $handmessages[$loop][0] == TLSProxy::Message::MT_SERVER_HELLO);
86 $lastmt = $handmessages[$loop][0];
104 $loop = 0;
105 for ($numtests = 0; $handmessages[$loop][1] != 0; $loop++) {
106 next if (($handmessages[$loop][1] & $handtype) == 0);
166 for ($loop = 0; $handmessages[$loop][1] != 0; $loop++) {
167 next if (($handmessages[$loop][1] & $handtype) == 0);
176 .$handmessages[$loop][0]);
179 ok($message->mt == $handmessages[$loop][0],
181 .", expected ".$handmessages[$loop][0]);