Home
last modified time | relevance | path

Searched refs:deflt (Results 1 - 12 of 12) sorted by relevance

/third_party/openssl/test/
H A Dfilterprov.c27 OSSL_PROVIDER *deflt; member
60 return OSSL_PROVIDER_gettable_params(globs->deflt); in filter_gettable_params()
67 return OSSL_PROVIDER_get_params(globs->deflt, params); in filter_get_params()
75 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg); in filter_get_capabilities()
94 return OSSL_PROVIDER_query_operation(globs->deflt, operation_id, no_cache); in filter_query()
111 OSSL_PROVIDER_unquery_operation(globs->deflt, operation_id, algs); in filter_unquery()
118 OSSL_PROVIDER_unload(globs->deflt); in filter_teardown()
144 ourglobals.deflt = OSSL_PROVIDER_load(ourglobals.libctx, "default"); in filter_provider_init()
145 if (ourglobals.deflt == NULL) in filter_provider_init()
148 *provctx = OSSL_PROVIDER_get0_provider_ctx(ourglobals.deflt); in filter_provider_init()
[all...]
H A Dprovider_pkey_test.c52 OSSL_PROVIDER *deflt = NULL; in test_pkey_sig() local
61 if (!TEST_ptr(deflt = OSSL_PROVIDER_load(libctx, "default"))) in test_pkey_sig()
113 OSSL_PROVIDER_unload(deflt); in test_pkey_sig()
122 OSSL_PROVIDER *deflt = NULL; in test_alternative_keygen_init() local
128 if (!TEST_ptr(deflt = OSSL_PROVIDER_load(libctx, "default"))) in test_alternative_keygen_init()
174 OSSL_PROVIDER_unload(deflt); in test_alternative_keygen_init()
181 OSSL_PROVIDER *deflt = NULL; in test_pkey_eq() local
192 if (!TEST_ptr(deflt = OSSL_PROVIDER_load(libctx, "default"))) in test_pkey_eq()
232 OSSL_PROVIDER_unload(deflt); in test_pkey_eq()
242 OSSL_PROVIDER *deflt in test_pkey_store() local
[all...]
H A Dprovider_test.c45 OSSL_PROVIDER *deflt = NULL, *base = NULL; in test_provider() local
117 deflt = OSSL_PROVIDER_load(*libctx, "default"); in test_provider()
118 if (!TEST_ptr(deflt) in test_provider()
121 OSSL_PROVIDER_unload(deflt); in test_provider()
122 deflt = NULL; in test_provider()
151 OSSL_PROVIDER_unload(deflt); in test_provider()
H A Dp_test.c142 OSSL_PROVIDER *deflt; in p_get_params() local
148 deflt = OSSL_PROVIDER_load(ctx->libctx, "default"); in p_get_params()
149 if (deflt == NULL in p_get_params()
178 OSSL_PROVIDER_unload(deflt); in p_get_params()
H A Dthreadstest.c452 OSSL_PROVIDER *deflt = OSSL_PROVIDER_load(multi_libctx, "default"); in thread_provider_load_unload() local
454 if (!TEST_ptr(deflt) in thread_provider_load_unload()
458 OSSL_PROVIDER_unload(deflt); in thread_provider_load_unload()
/third_party/alsa-lib/src/alisp/
H A Dalisp_snd.c49 static const char *get_string(struct alisp_object * obj, const char * deflt) in get_string() argument
56 return deflt; in get_string()
67 unsigned int deflt) in get_flags()
76 return deflt; in get_flags()
77 result = deflt; in get_flags()
64 get_flags(struct alisp_instance * instance, struct alisp_object * obj, const struct flags * flags, unsigned int deflt) get_flags() argument
/third_party/FreeBSD/sys/kern/
H A Dsubr_kobj.c200 ce = &desc->deflt; in kobj_lookup_method()
/third_party/FreeBSD/sys/sys/
H A Dkobj.h92 kobj_method_t deflt; /* default implementation */ member
/third_party/ntfs-3g/include/ntfs-3g/
H A Dacls.h158 const struct POSIX_ACL *newacl, int count, BOOL deflt);
/third_party/python/Objects/
H A Ddictobject.c2207 _PyDict_Pop_KnownHash(PyObject *dict, PyObject *key, Py_hash_t hash, PyObject *deflt) in _PyDict_Pop_KnownHash() argument
2217 if (deflt) { in _PyDict_Pop_KnownHash()
2218 Py_INCREF(deflt); in _PyDict_Pop_KnownHash()
2219 return deflt; in _PyDict_Pop_KnownHash()
2228 if (deflt) { in _PyDict_Pop_KnownHash()
2229 Py_INCREF(deflt); in _PyDict_Pop_KnownHash()
2230 return deflt; in _PyDict_Pop_KnownHash()
2244 _PyDict_Pop(PyObject *dict, PyObject *key, PyObject *deflt) in _PyDict_Pop() argument
2249 if (deflt) { in _PyDict_Pop()
2250 Py_INCREF(deflt); in _PyDict_Pop()
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c3088 BOOL deflt; in ntfs_set_posix_acl() local
3096 deflt = !strcmp(name,"system.posix_acl_default"); in ntfs_set_posix_acl()
3105 && (!deflt || isdir || (!size && !value))) { in ntfs_set_posix_acl()
3113 (const struct POSIX_ACL*)value,count,deflt); in ntfs_set_posix_acl()
3130 if (deflt) in ntfs_set_posix_acl()
3139 (const struct POSIX_ACL*)value,count,deflt); in ntfs_set_posix_acl()
H A Dacls.c1246 const struct POSIX_ACL *newacl, int count, BOOL deflt) in ntfs_replace_acl()
1254 if (deflt) in ntfs_replace_acl()
1262 if (deflt) { in ntfs_replace_acl()
1245 ntfs_replace_acl(const struct POSIX_SECURITY *oldpxdesc, const struct POSIX_ACL *newacl, int count, BOOL deflt) ntfs_replace_acl() argument

Completed in 22 milliseconds