Home
last modified time | relevance | path

Searched refs:retr (Results 1 – 10 of 10) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
Dnetcap.c253 unsigned long rxq, txq, time_len, retr, inode; in read_tcp() local
274 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_tcp()
287 unsigned long rxq, txq, time_len, retr, inode; in read_udp() local
308 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_udp()
321 unsigned long rxq, txq, time_len, retr, inode; in read_raw() local
342 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_raw()
/external/python/cpython2/Lib/
Dpoplib.py227 def retr(self, which): member in POP3
422 (header, msg, octets) = a.retr(i)
/external/python/cpython3/Lib/
Dpoplib.py243 def retr(self, which): member in POP3
473 (header, msg, octets) = a.retr(i)
/external/curl/docs/examples/
DMakefile.inc30 rtsp externalsocket resolve progressfunc pop3-retr pop3-list pop3-uidl \
/external/python/cpython2/Doc/library/
Dpoplib.rst130 .. method:: POP3.retr(which)
195 for j in M.retr(i+1)[1]:
/external/python/cpython3/Doc/library/
Dpoplib.rst159 .. method:: POP3.retr(which)
250 for j in M.retr(i+1)[1]:
/external/python/cpython2/Lib/test/
Dtest_ftplib.py629 def retr(): function
634 retr()
636 retr()
Dtest_poplib.py199 self.assertEqual(self.client.retr('foo'), expected)
/external/python/cpython3/Lib/test/
Dtest_ftplib.py828 def retr(): function
836 retr()
838 retr()
Dtest_poplib.py296 foo = self.client.retr('foo')