Home
last modified time | relevance | path

Searched defs:pmd (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/callable_traits/detail/
Dpmd.hpp21 struct pmd : default_callable_traits<T> {}; struct
24 struct pmd<D T::*> : default_callable_traits<> { struct
26 static constexpr bool value = true;
28 using traits = pmd;
29 using class_type = T;
30 using invoke_type = T const &;
31 using type = D T::*;
32 using function_type = typename std::add_lvalue_reference<D>::type(invoke_type);
33 using qualified_function_type = D(invoke_type);
34 using arg_types = std::tuple<invoke_type>;
[all …]
/third_party/boost/libs/beast/test/beast/websocket/
Dstream.cpp93 { in testOptions()
107 permessage_deflate pmd; in testOptions() local
113 permessage_deflate pmd; in testOptions() local
119 permessage_deflate pmd; in testOptions() local
125 permessage_deflate pmd; in testOptions() local
131 permessage_deflate pmd; in testOptions() local
137 permessage_deflate pmd; in testOptions() local
143 permessage_deflate pmd; in testOptions() local
149 permessage_deflate pmd; in testOptions() local
Dread2.cpp82 permessage_deflate pmd; in doTestRead() local
442 permessage_deflate pmd; in doTestReadDeflate() local
505 permessage_deflate const& pmd, in doTestRead()
625 permessage_deflate pmd; in testRead() local
Dwrite.cpp33 permessage_deflate pmd; in doTestWrite() local
208 permessage_deflate pmd; in doTestWriteDeflate() local
550 permessage_deflate pmd; in testWriteSuspend() local
691 permessage_deflate pmd; in testIssue1666() local
Dread3.cpp431 permessage_deflate pmd; in testIssueBF1() local
521 permessage_deflate pmd; in testIssueBF2() local
606 permessage_deflate pmd; in testIssue1630() local
Dhandshake.cpp391 permessage_deflate pmd; in testExtNegotiate() local
Dping.cpp36 permessage_deflate pmd; in doTestPing() local
Dclose.cpp34 permessage_deflate pmd; in doTestClose() local
Dtest.hpp93 permessage_deflate pmd; in echo_server() local
321 permessage_deflate const& pmd, in doTest()
/third_party/boost/libs/serialization/test/
Dtest_void_cast.cpp47 MostDerived* pmd =& md; in test_main() local
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-common.c256 lws_ss_metadata_t *pmd = p->metadata; in lws_ss_policy_metadata() local
270 lws_ss_metadata_t *pmd = p->metadata; in lws_ss_policy_metadata_index() local
Dpolicy-json.c313 lws_ss_metadata_t *pmd; in lws_ss_policy_parser_cb() local
Dsecure-streams.c1364 lws_ss_metadata_t *pmd; in lws_ss_destroy() local
/third_party/boost/libs/beast/test/extras/include/boost/beast/test/
Dwebsocket.hpp58 beast::websocket::permessage_deflate pmd; in ws_echo_server() local
/third_party/openssl/include/openssl/
Drsa.h145 # define EVP_PKEY_CTX_get_rsa_mgf1_md(ctx, pmd) \ argument
149 # define EVP_PKEY_CTX_get_rsa_oaep_md(ctx, pmd) \ argument
Dec.h1417 # define EVP_PKEY_CTX_get_ecdh_kdf_md(ctx, pmd) \ argument
Ddh.h287 # define EVP_PKEY_CTX_get_dh_kdf_md(ctx, pmd) \ argument
/third_party/openssl/crypto/dsa/
Ddsa_pmeth.c25 const EVP_MD *pmd; /* MD for parameter generation */ member
Ddsa_gen.c399 unsigned char *pmd; in dsa_builtin_paramgen2() local
/third_party/openssl/crypto/ocsp/
Docsp_srv.c39 int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd, in OCSP_id_get0_info()
/third_party/boost/libs/beast/example/websocket/server/fast/
Dwebsocket_server_fast.cpp67 websocket::permessage_deflate pmd; in setup_stream() local
/third_party/boost/libs/beast/test/bench/wsload/
Dwsload.cpp136 websocket::permessage_deflate pmd; in connection() local
/third_party/boost/boost/polygon/detail/
Dscan_arbitrary.hpp1516 property_merge_data pmd; member in boost::polygon::property_merge
1666 static inline void create_vertex(property_merge_data& pmd, in create_vertex()
2517 property_merge_data pmd; member in boost::polygon::arbitrary_boolean_op
2736 property_merge_data pmd; member in boost::polygon::arbitrary_connectivity_extraction
Dproperty_merge.hpp74 populate_property_merge_data(property_merge_data& pmd, iT input_begin, iT input_end, in populate_property_merge_data()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c594 static BIO *PKCS7_find_digest(EVP_MD_CTX **pmd, BIO *bio, int nid) in PKCS7_find_digest()

12