/third_party/boost/tools/boostbook/doc/ |
D | reference.dtdxml | 25 <text-expanded>template?, inherit*, purpose?, description?, 30 <text>template?, inherit*, purpose?, description?, 37 <text-expanded>purpose?, description?, requires?, effects?, postconditions?, 39 <text>purpose?, description?, requires?, effects?, postconditions?, 73 <text-expanded>source*, lib*, requirement*, purpose, if-fails?</text-expanded> 74 <text>source*, lib*, requirement*, purpose, if-fails?</text> 207 <text-expanded>template?, specialization?, inherit?, purpose?, description?, 212 <text>template?, specialization?, inherit?, purpose?, description?, 230 <element-name name="purpose" occurrence="?"/> 262 <purpose>A specialization (partial or full) of a class template</purpose> [all …]
|
/third_party/openssl/test/certs/ |
D | mkcert.sh | 118 local purpose= 123 p) purpose="$OPTARG";; 139 if [ -n "$purpose" ]; then 140 exts=$(printf "%s\nextendedKeyUsage = %s\n" "$exts" "$purpose") 218 local purpose=serverAuth 223 p) purpose="$OPTARG";; 240 "extendedKeyUsage = $purpose" \ 250 local purpose=serverAuth 255 p) purpose="$OPTARG";; 271 "extendedKeyUsage = $purpose" \
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | README.md | 11 R8 - R15: general purpose 22 R0 - R15: general purpose (full threads) 23 R48 - R63: general purpose (full threads) 25 R32 - R47: general purpose (half threads, or v6)
|
/third_party/openssl/doc/man3/ |
D | X509_STORE_CTX_new.pod | 50 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose); 53 int purpose, int trust); 142 exists that can record extended key usage information to supplement the purpose 146 custom "purpose" (see below) or supply a nondefault verification callback 149 X509_STORE_CTX_set_purpose() sets the purpose for the target certificate being 150 verified in the I<ctx>. Built-in available values for the I<purpose> argument 155 possible to create a custom purpose value. Setting a purpose will ensure that 157 consistent with that purpose as well as, potentially, other checks. Every 158 purpose also has an associated default trust value which will also be set at the 177 function it is possible to set the purpose and trust values for the I<ctx> at [all …]
|
D | X509_check_purpose.pod | 5 X509_check_purpose - Check the purpose of a certificate 15 This function checks if certificate I<x> was created with the purpose 40 =item E<32>1 if the certificate was created to perform the purpose represented by I<id> 42 =item E<32>0 if the certificate was not created to perform the purpose represented by I<id> 52 =item E<32>0 not a CA or does not have the purpose represented by I<id>
|
/third_party/boost/boost/asio/ssl/detail/ |
D | password_callback.hpp | 39 context_base::password_purpose purpose) = 0; 52 context_base::password_purpose purpose) in call() argument 54 return callback_(size, purpose); in call()
|
/third_party/boost/libs/asio/include/boost/asio/ssl/detail/ |
D | password_callback.hpp | 39 context_base::password_purpose purpose) = 0; 52 context_base::password_purpose purpose) in call() argument 54 return callback_(size, purpose); in call()
|
/third_party/curl/docs/examples/ |
D | externalsocket.c | 69 curlsocktype purpose, in opensocket() argument 73 (void)purpose; in opensocket() 82 curlsocktype purpose) in sockopt_callback() argument 86 (void)purpose; in sockopt_callback()
|
/third_party/skia/third_party/externals/expat/testdata/largefiles/ |
D | README.txt | 12 - purpose: mostly for performance testing with the benchmark utility 18 - purpose: mostly for performance testing with the benchmark utility 24 - purpose: mostly for performance testing with the benchmark utility 30 - purpose: mostly for performance testing with the benchmark
|
/third_party/curl/tests/libtest/ |
D | lib1522.c | 34 curlsocktype purpose) in sockopt_callback() argument 39 (void) purpose; in sockopt_callback() 45 (void)purpose; in sockopt_callback()
|
D | lib1530.c | 28 curlsocktype purpose, in opensocket() argument 31 (void)purpose; in opensocket()
|
/third_party/python/Lib/ |
D | ssl.py | 572 def _load_windows_store_certs(self, storename, purpose): argument 578 if trust is True or purpose.oid in trust: 586 def load_default_certs(self, purpose=Purpose.SERVER_AUTH): argument 587 if not isinstance(purpose, _ASN1Object): 588 raise TypeError(purpose) 591 self._load_windows_store_certs(storename, purpose) 740 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, argument 748 if not isinstance(purpose, _ASN1Object): 749 raise TypeError(purpose) 754 if purpose == Purpose.SERVER_AUTH: [all …]
|
/third_party/glib/gio/ |
D | gtlsdatabase.c | 125 gchar *purpose; member 136 g_free (args->purpose); in async_verify_chain_free() 154 args->purpose, in async_verify_chain_thread() 169 const gchar *purpose, in g_tls_database_real_verify_chain_async() argument 182 args->purpose = g_strdup (purpose); in g_tls_database_real_verify_chain_async() 511 const gchar *purpose, in g_tls_database_verify_chain() argument 521 g_return_val_if_fail (purpose, G_TLS_CERTIFICATE_GENERIC_ERROR); in g_tls_database_verify_chain() 533 purpose, in g_tls_database_verify_chain() 562 const gchar *purpose, in g_tls_database_verify_chain_async() argument 572 g_return_if_fail (purpose != NULL); in g_tls_database_verify_chain_async() [all …]
|
D | gtlsdatabase.h | 60 const gchar *purpose, 69 const gchar *purpose, 152 … const gchar *purpose, 162 … const gchar *purpose,
|
/third_party/boost/boost/asio/detail/ |
D | handler_alloc_helpers.hpp | 239 #define BOOST_ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR(purpose, op) \ argument 252 Alloc, purpose>::type recycling_allocator_type; \ 255 Alloc, purpose>::get(a)); \ 268 Alloc, purpose>::type recycling_allocator_type; \ 271 Alloc, purpose>::get(*a)); \
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | handler_alloc_helpers.hpp | 239 #define BOOST_ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR(purpose, op) \ argument 252 Alloc, purpose>::type recycling_allocator_type; \ 255 Alloc, purpose>::get(a)); \ 268 Alloc, purpose>::type recycling_allocator_type; \ 271 Alloc, purpose>::get(*a)); \
|
/third_party/libsnd/m4/ |
D | octave.m4 | 22 dnl purpose is hereby granted without fee, provided that the above copyright 24 dnl made about the suitability of this software for any purpose. It is 56 dnl purpose is hereby granted without fee, provided that the above copyright 58 dnl made about the suitability of this software for any purpose. It is 92 dnl purpose is hereby granted without fee, provided that the above copyright 94 dnl made about the suitability of this software for any purpose. It is
|
/third_party/openssl/crypto/x509v3/ |
D | v3_purp.c | 71 return (*a)->purpose - (*b)->purpose; in xp_cmp() 98 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument 100 if (X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set() 104 *p = purpose; in X509_PURPOSE_set() 136 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument 141 if ((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) in X509_PURPOSE_get_by_id() 142 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id() 145 tmp.purpose = purpose; in X509_PURPOSE_get_by_id() 193 ptmp->purpose = id; in X509_PURPOSE_add() 241 return xp->purpose; in X509_PURPOSE_get_id()
|
/third_party/boost/tools/quickbook/test/doc-info/ |
D | duplicates-1.1.quickbook | 9 [purpose Test Duplicates] 10 [purpose Another Duplicate]
|
D | duplicates-1.5.quickbook | 11 [purpose Test Duplicates] 12 [purpose Another Duplicate]
|
/third_party/openssl/test/recipes/ |
D | 60-test_x509_store.t | 29 my ($cert, $purpose, $trustedpath, $untrusted, @opts) = @_; 32 push(@args, "$purpose", @opts);
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | hda.c | 55 .purpose = PURPOSE_VOLUME, 63 .purpose = PURPOSE_SWITCH,
|
D | ac97.c | 54 .purpose = PURPOSE_VOLUME, 62 .purpose = PURPOSE_SWITCH,
|
D | sbase.h | 52 unsigned short purpose; member 59 unsigned short purpose; member
|
/third_party/skia/third_party/externals/brotli/ |
D | README | 3 Brotli is a generic-purpose lossless compression algorithm that compresses data 6 currently available general-purpose compression methods. It is similar in speed
|