Home
last modified time | relevance | path

Searched defs:a_void (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/
H A Dmem_dbg.c253 static int mem_cmp(const void *a_void, const void *b_void) in mem_cmp()
268 static unsigned long mem_hash(const void *a_void) in mem_hash()
279 static int app_info_cmp(const void *a_void, const void *b_void) in app_info_cmp()
286 static unsigned long app_info_hash(const void *a_void) in app_info_hash()
H A Dex_data.c251 static unsigned long ex_hash_cb(const void *a_void) in ex_hash_cb()
255 static int ex_cmp_cb(const void *a_void, const void *b_void) in ex_cmp_cb()
286 static void def_cleanup_cb(void *a_void) in def_cleanup_cb()
/onnv-gate/usr/src/common/openssl/apps/
H A Dopenssl.c508 static int MS_CALLBACK cmp(const void *a_void, const void *b_void) in cmp()
515 static unsigned long MS_CALLBACK hash(const void *a_void) in hash()
/onnv-gate/usr/src/common/openssl/crypto/objects/
H A Do_names.c111 static int obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp()
133 static unsigned long obj_name_hash(const void *a_void) in obj_name_hash()
/onnv-gate/usr/src/common/openssl/crypto/err/
H A Derr.c944 static unsigned long err_hash(const void *a_void) in err_hash()
954 static int err_cmp(const void *a_void, const void *b_void) in err_cmp()
961 static unsigned long pid_hash(const void *a_void) in pid_hash()
967 static int pid_cmp(const void *a_void, const void *b_void) in pid_cmp()
/onnv-gate/usr/src/common/openssl/crypto/conf/
H A Dconf_api.c253 static int cmp_conf(const void *a_void,const void *b_void) in cmp_conf()