Searched refs:_QUIT (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm302 sub _QUIT { shift->command('QUIT')->response() == CMD_OK } subroutine
317 $me->_QUIT;
H A DSMTP.pm472 $me->_QUIT;
497 sub _QUIT { shift->command("QUIT")->response() == CMD_OK } subroutine
H A DNNTP.pm334 $nntp->_QUIT;
662 sub _QUIT { shift->command('QUIT',@_)->response == CMD_OK } subroutine
H A DFTP.pm145 $ftp->_QUIT;
1185 sub _QUIT { shift->command("QUIT")->response() == CMD_OK } subroutine

Completed in 41 milliseconds