/third_party/ltp/testcases/kernel/syscalls/mbind/ |
D | mbind01.c | 45 void (*check_policy)(int); member 95 .check_policy = check_policy_pref_or_local, 110 .check_policy = check_policy_pref_or_local, 207 tc->check_policy = NULL; in do_test() 226 if (tc->check_policy) in do_test() 227 tc->check_policy(policy); in do_test()
|
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/ |
D | iterator.hpp | 43 typedef iterator_policies::buf_id_check check_policy; typedef 45 typedef iterator_policies::no_check check_policy; typedef 50 ownership_policy, check_policy, input_policy, storage_policy>
|
/third_party/python/Lib/test/test_email/ |
D | test_parser.py | 13 self.check_policy = policy 23 self.assertIs(msg.check_policy, self.MyPolicy) 31 self.assertIs(msg.check_policy, self.MyPolicy)
|
/third_party/boost/libs/wave/samples/waveidl/idllexer/ |
D | idl_lex_iterator.hpp | 137 typedef boost::spirit::iterator_policies::buf_id_check check_policy; typedef 139 typedef boost::spirit::iterator_policies::no_check check_policy; typedef 144 ownership_policy, check_policy, input_policy, storage_policy>
|
/third_party/boost/boost/wave/cpplexer/ |
D | cpp_lex_iterator.hpp | 154 typedef boost::spirit::iterator_policies::buf_id_check check_policy; typedef 156 typedef boost::spirit::iterator_policies::no_check check_policy; typedef 161 ownership_policy, check_policy, input_policy, storage_policy>
|
/third_party/boost/libs/wave/samples/cpp_tokens/ |
D | slex_iterator.hpp | 147 typedef boost::spirit::iterator_policies::buf_id_check check_policy; typedef 149 typedef boost::spirit::iterator_policies::no_check check_policy; typedef 154 ownership_policy, check_policy, input_policy, storage_policy>
|
/third_party/boost/libs/wave/samples/list_includes/ |
D | lexertl_iterator.hpp | 146 typedef boost::spirit::iterator_policies::buf_id_check check_policy; typedef 148 typedef boost::spirit::iterator_policies::no_check check_policy; typedef 153 ownership_policy, check_policy, input_policy, storage_policy>
|
/third_party/boost/libs/wave/samples/token_statistics/ |
D | xlex_iterator.hpp | 147 typedef boost::spirit::iterator_policies::buf_id_check check_policy; typedef 149 typedef boost::spirit::iterator_policies::no_check check_policy; typedef 154 ownership_policy, check_policy, input_policy, storage_policy>
|
/third_party/openssl/crypto/x509/ |
D | x509_lu.c | 866 X509_STORE_CTX_check_policy_fn check_policy) in X509_STORE_set_check_policy() argument 868 ctx->check_policy = check_policy; in X509_STORE_set_check_policy() 873 return ctx->check_policy; in X509_STORE_get_check_policy()
|
D | x509_local.h | 130 int (*check_policy) (X509_STORE_CTX *ctx); member
|
D | x509_vfy.c | 78 static int check_policy(X509_STORE_CTX *ctx); 250 ok = ctx->check_policy(ctx); in verify_chain() 1618 static int check_policy(X509_STORE_CTX *ctx) in check_policy() function 2350 if (store && store->check_policy) in X509_STORE_CTX_init() 2351 ctx->check_policy = store->check_policy; in X509_STORE_CTX_init() 2353 ctx->check_policy = check_policy; in X509_STORE_CTX_init() 2542 return ctx->check_policy; in X509_STORE_CTX_get_check_policy()
|
/third_party/openssl/include/crypto/ |
D | x509.h | 225 int (*check_policy) (X509_STORE_CTX *ctx); member
|
/third_party/openssl/doc/man3/ |
D | X509_STORE_set_verify_cb_func.pod | 91 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/openssl/include/openssl/ |
D | x509_vfy.h | 316 X509_STORE_CTX_check_policy_fn check_policy);
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1714 X509_F_CHECK_POLICY:145:check_policy
|