Searched refs:retr (Results 1 – 10 of 10) sorted by relevance
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | netcap.c | 253 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/ |
D | poplib.py | 227 def retr(self, which): member in POP3 422 (header, msg, octets) = a.retr(i)
|
/external/python/cpython3/Lib/ |
D | poplib.py | 243 def retr(self, which): member in POP3 473 (header, msg, octets) = a.retr(i)
|
/external/curl/docs/examples/ |
D | Makefile.inc | 30 rtsp externalsocket resolve progressfunc pop3-retr pop3-list pop3-uidl \
|
/external/python/cpython2/Doc/library/ |
D | poplib.rst | 130 .. method:: POP3.retr(which) 195 for j in M.retr(i+1)[1]:
|
/external/python/cpython3/Doc/library/ |
D | poplib.rst | 159 .. method:: POP3.retr(which) 250 for j in M.retr(i+1)[1]:
|
/external/python/cpython2/Lib/test/ |
D | test_ftplib.py | 629 def retr(): function 634 retr() 636 retr()
|
D | test_poplib.py | 199 self.assertEqual(self.client.retr('foo'), expected)
|
/external/python/cpython3/Lib/test/ |
D | test_ftplib.py | 828 def retr(): function 836 retr() 838 retr()
|
D | test_poplib.py | 296 foo = self.client.retr('foo')
|