Home
last modified time | relevance | path

Searched refs:local_fp (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransport.h64 rtc::SSLFingerprint* local_fp = in ApplyLocalTransportDescription() local
67 if (local_fp) { in ApplyLocalTransportDescription()
71 rtc::SSLFingerprint::Create(local_fp->algorithm, in ApplyLocalTransportDescription()
74 if (!(*local_fp_tmp == *local_fp)) { in ApplyLocalTransportDescription()
78 desc << " Got: " << local_fp->ToString(); in ApplyLocalTransportDescription()
107 rtc::SSLFingerprint* local_fp = in NegotiateTransportDescription() local
112 if (remote_fp && local_fp) { in NegotiateTransportDescription()
186 } else if (local_fp && (local_role == CA_ANSWER)) { in NegotiateTransportDescription()
/external/python/cpython2/Objects/
Dfileobject.c425 FILE *local_fp = f->f_fp; in close_the_file() local
427 if (local_fp != NULL) { in close_the_file()
456 sts = (*local_close)(local_fp); in close_the_file()