Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Ddtlstransport.h55 rtc::SSLFingerprint* local_fp = in ApplyLocalTransportDescription_w() local
58 if (local_fp) { in ApplyLocalTransportDescription_w()
62 rtc::SSLFingerprint::Create(local_fp->algorithm, in ApplyLocalTransportDescription_w()
65 if (!(*local_fp_tmp == *local_fp)) { in ApplyLocalTransportDescription_w()
69 desc << " Got: " << local_fp->ToString(); in ApplyLocalTransportDescription_w()
98 rtc::SSLFingerprint* local_fp = in NegotiateTransportDescription_w() local
103 if (remote_fp && local_fp) { in NegotiateTransportDescription_w()
177 } else if (local_fp && (local_role == CA_ANSWER)) { in NegotiateTransportDescription_w()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/quic/
H A Dquictransport.cc44 rtc::SSLFingerprint* local_fp = in ApplyLocalTransportDescription() local
46 if (!VerifyCertificateFingerprint(local_certificate_.get(), local_fp, in ApplyLocalTransportDescription()
64 rtc::SSLFingerprint* local_fp = in NegotiateTransportDescription() local
68 if (!local_fp || !remote_fp) { in NegotiateTransportDescription()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Djseptransport.cc208 rtc::SSLFingerprint* local_fp = in SetLocalTransportDescription() local
211 if (!local_fp) { in SetLocalTransportDescription()
213 } else if (!VerifyCertificateFingerprint(certificate_.get(), local_fp, in SetLocalTransportDescription()
380 rtc::SSLFingerprint* local_fp = in NegotiateTransportDescription() local
384 if (remote_fp && local_fp) { in NegotiateTransportDescription()
389 } else if (local_fp && (local_role == CA_ANSWER)) { in NegotiateTransportDescription()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_fragment_program/
H A Dfp-dst-aliasing-2.shader_test21 parameter local_fp 0 (0.1, 0.2, 0.3, 0.4)
22 parameter local_fp 1 (0.5, 0.5, 0.5, 0.5)
H A Dfp-dst-aliasing-1.shader_test21 parameter local_fp 0 (0.1, 0.2, 0.3, 0.4)
22 parameter local_fp 1 (0.5, 0.5, 0.5, 0.5)
H A Dfp-ex2-sat.shader_test20 parameter local_fp 0 (2.0, 0.0, 0.0, 0.0)
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Djsep_transport.cc193 rtc::SSLFingerprint* local_fp = in SetLocalJsepTransportDescription() local
196 if (!local_fp) { in SetLocalJsepTransportDescription()
199 error = VerifyCertificateFingerprint(local_certificate_, local_fp); in SetLocalJsepTransportDescription()
543 rtc::SSLFingerprint* local_fp = in NegotiateAndSetDtlsParameters() local
547 if (remote_fp && local_fp) { in NegotiateAndSetDtlsParameters()
557 } else if (local_fp && (local_description_type == SdpType::kAnswer)) { in NegotiateAndSetDtlsParameters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Djsep_transport.cc203 rtc::SSLFingerprint* local_fp = in SetLocalJsepTransportDescription() local
206 if (!local_fp) { in SetLocalJsepTransportDescription()
209 error = VerifyCertificateFingerprint(local_certificate_, local_fp); in SetLocalJsepTransportDescription()
568 rtc::SSLFingerprint* local_fp = in NegotiateAndSetDtlsParameters() local
572 if (remote_fp && local_fp) { in NegotiateAndSetDtlsParameters()
582 } else if (local_fp && (local_description_type == SdpType::kAnswer)) { in NegotiateAndSetDtlsParameters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Djsep_transport.cc223 rtc::SSLFingerprint* local_fp = in SetLocalJsepTransportDescription() local
226 if (!local_fp) { in SetLocalJsepTransportDescription()
229 error = VerifyCertificateFingerprint(local_certificate_, local_fp); in SetLocalJsepTransportDescription()
604 rtc::SSLFingerprint* local_fp = in NegotiateAndSetDtlsParameters() local
608 if (remote_fp && local_fp) { in NegotiateAndSetDtlsParameters()
618 } else if (local_fp && (local_description_type == SdpType::kAnswer)) { in NegotiateAndSetDtlsParameters()
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dhts.c2755 FILE *local_fp = NULL; in test_and_fetch() local
2767 if ((local_fp = fopen((char*)p, "rb")) != 0) in test_and_fetch()
2769 fclose(local_fp); in test_and_fetch()
2775 if ((local_fp = fopen(p, "w")) == 0) { in test_and_fetch()
2786 if (fwrite(buf, 1, l, local_fp) != l) { in test_and_fetch()
2793 if (fclose(local_fp) < 0) { in test_and_fetch()
2795 local_fp = NULL; in test_and_fetch()
2814 if (local_fp) fclose(local_fp); in test_and_fetch()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dhts.c2778 FILE *local_fp = NULL; in test_and_fetch() local
2790 if ((local_fp = fopen((char*)p, "rb")) != 0) in test_and_fetch()
2792 fclose(local_fp); in test_and_fetch()
2798 if ((local_fp = fopen(p, "w")) == 0) { in test_and_fetch()
2809 if (fwrite(buf, 1, l, local_fp) != l) { in test_and_fetch()
2816 if (fclose(local_fp) < 0) { in test_and_fetch()
2818 local_fp = NULL; in test_and_fetch()
2837 if (local_fp) fclose(local_fp); in test_and_fetch()
/dports/biology/stacks/stacks-2.4/htslib/
H A Dhts.c2749 FILE *local_fp = NULL; in test_and_fetch() local
2761 if ((local_fp = fopen((char*)p, "rb")) != 0) in test_and_fetch()
2763 fclose(local_fp); in test_and_fetch()
2769 if ((local_fp = fopen(p, "w")) == 0) { in test_and_fetch()
2780 if (fwrite(buf, 1, l, local_fp) != l) { in test_and_fetch()
2787 if (fclose(local_fp) < 0) { in test_and_fetch()
2789 local_fp = NULL; in test_and_fetch()
2808 if (local_fp) fclose(local_fp); in test_and_fetch()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h585 …s_t) switch_rtp_add_dtls(switch_rtp_t *rtp_session, dtls_fingerprint_t *local_fp, dtls_fingerprint…
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dcobc.h276 FILE *local_fp; member
H A Dcobc.c2092 if (unlikely(lf->local_fp)) { in clean_up_intermediates()
2093 fclose (lf->local_fp); in clean_up_intermediates()
2094 lf->local_fp = NULL; in clean_up_intermediates()
7601 lf->local_fp = fopen (lf->local_name, "wb"); in process_translate()
7603 lf->local_fp = fopen (lf->local_name, "w"); in process_translate()
7605 if (!lf->local_fp) { in process_translate()
7641 if (unlikely(!p->local_include->local_fp)) { in process_translate()
7644 if (unlikely(fclose (p->local_include->local_fp) != 0)) { in process_translate()
7647 p->local_include->local_fp = NULL; in process_translate()
H A Dcodegen.c2243 output_target = prog->local_include->local_fp; in output_local_field_cache()
12703 output_target = cp->local_include->local_fp;
12770 cb_local_file = prog->local_include->local_fp;
12843 output_target = prog->local_include->local_fp;
12869 output_target = prog->local_include->local_fp;
12888 output_target = prog->local_include->local_fp;
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dhts.c3716 hFILE *local_fp = NULL; in idx_test_and_fetch() local
3760 if ((local_fp = hts_open_tmpfile(s.s, "wx", &tmps)) == NULL) { in idx_test_and_fetch()
3771 if (hwrite(local_fp, buf, l) != l) { in idx_test_and_fetch()
3783 if (hclose(local_fp) < 0) { in idx_test_and_fetch()
3785 local_fp = NULL; in idx_test_and_fetch()
3788 local_fp = NULL; in idx_test_and_fetch()
3821 if (local_fp) hclose_abruptly(local_fp); in idx_test_and_fetch()
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dhts.c4190 hFILE *local_fp = NULL; in idx_test_and_fetch() local
4234 if ((local_fp = hts_open_tmpfile(s.s, "wx", &tmps)) == NULL) { in idx_test_and_fetch()
4245 if (hwrite(local_fp, buf, l) != l) { in idx_test_and_fetch()
4257 if (hclose(local_fp) < 0) { in idx_test_and_fetch()
4259 local_fp = NULL; in idx_test_and_fetch()
4262 local_fp = NULL; in idx_test_and_fetch()
4295 if (local_fp) hclose_abruptly(local_fp); in idx_test_and_fetch()
/dports/biology/htslib/htslib-1.14/
H A Dhts.c4190 hFILE *local_fp = NULL; in idx_test_and_fetch() local
4234 if ((local_fp = hts_open_tmpfile(s.s, "wx", &tmps)) == NULL) { in idx_test_and_fetch()
4245 if (hwrite(local_fp, buf, l) != l) { in idx_test_and_fetch()
4257 if (hclose(local_fp) < 0) { in idx_test_and_fetch()
4259 local_fp = NULL; in idx_test_and_fetch()
4262 local_fp = NULL; in idx_test_and_fetch()
4295 if (local_fp) hclose_abruptly(local_fp); in idx_test_and_fetch()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A 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()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dfileobject.c430 FILE *local_fp = f->f_fp; in close_the_file() local
432 if (local_fp != NULL) { in close_the_file()
461 sts = (*local_close)(local_fp); in close_the_file()
/dports/lang/python27/Python-2.7.18/Objects/
H A Dfileobject.c430 FILE *local_fp = f->f_fp; in close_the_file() local
432 if (local_fp != NULL) { in close_the_file()
461 sts = (*local_close)(local_fp); in close_the_file()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c288 dtls_fingerprint_t *local_fp; member
3710 …s_t) switch_rtp_add_dtls(switch_rtp_t *rtp_session, dtls_fingerprint_t *local_fp, dtls_fingerprint… in switch_rtp_add_dtls() argument
3873 dtls->local_fp = local_fp; in switch_rtp_add_dtls()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14053 …itch_rtp_add_dtls(SWIGTYPE_p_switch_rtp rtp_session, dtls_fingerprint_t local_fp, dtls_fingerprint… in switch_rtp_add_dtls() argument
14054 …(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), dtls_fingerprint_t.getCPtr(local_fp), dtls_fingerprin… in switch_rtp_add_dtls()