HomeSort by relevance Sort by last modified time
    Searched refs:local_fp (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 64 rtc::SSLFingerprint* local_fp = variable
67 if (local_fp) {
71 rtc::SSLFingerprint::Create(local_fp->algorithm,
74 if (!(*local_fp_tmp == *local_fp)) {
78 desc << " Got: " << local_fp->ToString();
107 rtc::SSLFingerprint* local_fp = variable
112 if (remote_fp && local_fp) {
186 } else if (local_fp && (local_role == CA_ANSWER)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 425 FILE *local_fp = f->f_fp; local
427 if (local_fp != NULL) {
456 sts = (*local_close)(local_fp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 425 FILE *local_fp = f->f_fp; local
427 if (local_fp != NULL) {
456 sts = (*local_close)(local_fp);
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 425 FILE *local_fp = f->f_fp; local
427 if (local_fp != NULL) {
456 sts = (*local_close)(local_fp);
    [all...]

Completed in 112 milliseconds