Searched refs:OBJ_NAME (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/crypto/objects/ |
D | o_names.c | 45 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 …]
|
D | obj_local.h | 12 DEFINE_LHASH_OF(OBJ_NAME);
|
/third_party/glib/gobject/ |
D | gtype.h | 1401 #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/ |
D | objects.h | 40 } 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/ |
D | names.c | 103 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/ |
D | dgst.c | 31 static void show_digests(const OBJ_NAME *name, void *bio_); 434 static void show_digests(const OBJ_NAME *name, void *arg) in show_digests()
|
D | enc.c | 34 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/ |
D | indent.pro | 293 -T OBJ_NAME
|
/third_party/openssl/crypto/engine/ |
D | README | 49 into ENGINE is storage - the OBJ_NAME-based storage used by EVP to register
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 839 OBJ_NAME = obj_name_st variable
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 35576 …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) { …
|