Searched refs:_STAT (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm177 unless $me->_STAT && $me->message =~ /(\d+)\D+(\d+)/;
296 sub _STAT { shift->command('STAT')->response() == CMD_OK } subroutine
H A DNNTP.pm192 $nntp->_STAT(@_) && $nntp->message =~ /(<[^>]+>)/o
664 sub _STAT { shift->command('STAT',@_)->response == CMD_OK } subroutine
H A DFTP.pm215 unless $ftp->_STAT($file) && (@msg = $ftp->message) == 3;
1198 sub _STAT { shift->command("STAT",@_)->response() == CMD_OK } subroutine

Completed in 27 milliseconds