Home
last modified time | relevance | path

Searched defs:local_hostname (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dsmtplib.py239 def __init__(self, host='', port=0, local_hostname=None, argument
797 def __init__(self, host='', port=0, local_hostname=None, argument
835 def __init__(self, host='', port=LMTP_PORT, local_hostname=None): argument
/external/python/cpython3/Lib/
Dsmtplib.py228 def __init__(self, host='', port=0, local_hostname=None, argument
1014 def __init__(self, host='', port=0, local_hostname=None, argument
1068 def __init__(self, host='', port=LMTP_PORT, local_hostname=None, argument
/external/webrtc/pc/
Dpeer_connection.cc284 bool local_hostname = in GetIceCandidatePairCounter() local