Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DPOP3.pm243 unless $me->_STAT && $me->message =~ /(\d+)\D+(\d+)/;
361 sub _STAT { shift->command('STAT' )->response() == CMD_OK } subroutine
H A DNNTP.pm263 $nntp->_STAT(@_) && $nntp->message =~ /(<[^>]+>)/o
731 sub _STAT { shift->command('STAT', @_)->response == CMD_OK } subroutine
H A DFTP.pm285 unless $ftp->_STAT($file) && (@msg = $ftp->message) == 3;
1358 sub _STAT { shift->command("STAT", @_)->response() == CMD_OK } subroutine