Searched refs:_STAT (Results 1 – 3 of 3) sorted by relevance
243 unless $me->_STAT && $me->message =~ /(\d+)\D+(\d+)/;361 sub _STAT { shift->command('STAT' )->response() == CMD_OK } subroutine
263 $nntp->_STAT(@_) && $nntp->message =~ /(<[^>]+>)/o731 sub _STAT { shift->command('STAT', @_)->response == CMD_OK } subroutine
285 unless $ftp->_STAT($file) && (@msg = $ftp->message) == 3;1358 sub _STAT { shift->command("STAT", @_)->response() == CMD_OK } subroutine