Home
last modified time | relevance | path

Searched refs:tls2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DstartTls.cpp65 TlsOptions tls2; in main() local
67 … std::cout << " CaCertfile: " << tls2.getStringOption( TlsOptions::CACERTFILE) << std::endl; in main()
68 … std::cout << " CaCertDir: " << tls2.getStringOption( TlsOptions::CACERTDIR ) << std::endl; in main()
69 … std::cout << " Require Cert: " << tls2.getIntOption( TlsOptions::REQUIRE_CERT ) << std::endl; in main()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A DMakefile.in29 tls2.c tls_o.c tls_g.c \
45 tls2.lo tls_o.lo tls_g.lo \
/netbsd-src/external/bsd/openldap/lib/libldap/
H A DMakefile.libldap21 SRCS+= tls2.c tls_o.c tls_g.c
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript-sections.cc3862 bool tls2 = (os2->flags() & elfcpp::SHF_TLS) != 0; in operator ()() local
3863 if (tls1 != tls2) in operator ()()
3864 return nobits1 ? tls1 : tls2; in operator ()()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript-sections.cc3862 bool tls2 = (os2->flags() & elfcpp::SHF_TLS) != 0; in operator ()() local
3863 if (tls1 != tls2) in operator ()()
3864 return nobits1 ? tls1 : tls2; in operator ()()