Home
last modified time | relevance | path

Searched defs:peer (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtpd.py305 def process_message(self, peer, mailfrom, rcpttos, data): argument
332 def process_message(self, peer, mailfrom, rcpttos, data): argument
346 def process_message(self, peer, mailfrom, rcpttos, data): argument
386 def process_message(self, peer, mailfrom, rcpttos, data): argument
Dftplib.py804 def parse229(resp, peer): argument
/device/google/dragon/audio/hal/
Dcras_dsp_pipeline.c48 struct audio_port *peer; /* the audio port this port connects to */ member
56 struct control_port *peer; /* the control port this port connects to */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_smtplib.py384 def process_message(self, peer, mailfrom, rcpttos, data): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_ssl.c828 PyObject *peer; in _decode_certificate() local