Home
last modified time | relevance | path

Searched refs:OBJ_NAME (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/crypto/objects/
Do_names.c45 static LHASH_OF(OBJ_NAME) *names_lh = NULL;
63 static unsigned long obj_name_hash(const OBJ_NAME *a);
64 static int obj_name_cmp(const OBJ_NAME *a, const OBJ_NAME *b);
146 static int obj_name_cmp(const OBJ_NAME *a, const OBJ_NAME *b) in obj_name_cmp()
162 static unsigned long obj_name_hash(const OBJ_NAME *a) in obj_name_hash()
180 OBJ_NAME on, *ret; in OBJ_NAME_get()
216 OBJ_NAME *onp, *ret; in OBJ_NAME_add()
267 OBJ_NAME on, *ret; in OBJ_NAME_remove()
301 void (*fn) (const OBJ_NAME *, void *arg);
305 static void do_all_fn(const OBJ_NAME *name, OBJ_DOALL *d) in do_all_fn()
[all …]
Dobj_local.h12 DEFINE_LHASH_OF(OBJ_NAME);
/third_party/glib/gobject/
Dgtype.h1401 #define G_DECLARE_FINAL_TYPE(ModuleObjName, module_obj_name, MODULE, OBJ_NAME, ParentName) \ argument
1410 …G_GNUC_UNUSED static inline ModuleObjName * MODULE##_##OBJ_NAME (gpointer ptr) { …
1412 …G_GNUC_UNUSED static inline gboolean MODULE##_IS_##OBJ_NAME (gpointer ptr) { …
1492 #define G_DECLARE_DERIVABLE_TYPE(ModuleObjName, module_obj_name, MODULE, OBJ_NAME, ParentName) \ argument
1502 …G_GNUC_UNUSED static inline ModuleObjName * MODULE##_##OBJ_NAME (gpointer ptr) { …
1504 …G_GNUC_UNUSED static inline ModuleObjName##Class * MODULE##_##OBJ_NAME##_CLASS (gpointer ptr) { …
1506 …G_GNUC_UNUSED static inline gboolean MODULE##_IS_##OBJ_NAME (gpointer ptr) { …
1508 …G_GNUC_UNUSED static inline gboolean MODULE##_IS_##OBJ_NAME##_CLASS (gpointer ptr) { …
1510 …G_GNUC_UNUSED static inline ModuleObjName##Class * MODULE##_##OBJ_NAME##_GET_CLASS (gpointer ptr) …
1572 #define G_DECLARE_INTERFACE(ModuleObjName, module_obj_name, MODULE, OBJ_NAME, PrerequisiteName) \ argument
[all …]
/third_party/openssl/include/openssl/
Dobjects.h40 } OBJ_NAME; typedef
52 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
55 void (*fn) (const OBJ_NAME *, void *arg),
/third_party/openssl/crypto/evp/
Dnames.c103 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) in do_all_cipher_fn()
146 static void do_all_md_fn(const OBJ_NAME *nm, void *arg) in do_all_md_fn()
/third_party/openssl/apps/
Ddgst.c31 static void show_digests(const OBJ_NAME *name, void *bio_);
434 static void show_digests(const OBJ_NAME *name, void *arg) in show_digests()
Denc.c34 static void show_ciphers(const OBJ_NAME *name, void *bio_);
625 static void show_ciphers(const OBJ_NAME *name, void *arg) in show_ciphers()
/third_party/openssl/util/
Dindent.pro293 -T OBJ_NAME
/third_party/openssl/crypto/engine/
DREADME49 into ENGINE is storage - the OBJ_NAME-based storage used by EVP to register
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py839 OBJ_NAME = obj_name_st variable
/third_party/gstreamer/gstplugins_bad/
DChangeLog35576 …static inline ModuleObjName * MODULE##_##OBJ_NAME (gpointer ptr) { …
35583 …static inline gboolean MODULE##_IS_##OBJ_NAME (gpointer ptr) { …
35592 …static inline ModuleObjName * MODULE##_##OBJ_NAME (gpointer ptr) { …
35599 …static inline gboolean MODULE##_IS_##OBJ_NAME (gpointer ptr) { …