Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/
Dmem_dbg.c243 static int mem_cmp(const void *a_void, const void *b_void) in mem_cmp()
261 static unsigned long mem_hash(const void *a_void) in mem_hash()
272 static int app_info_cmp(const void *a_void, const void *b_void) in app_info_cmp()
279 static unsigned long app_info_hash(const void *a_void) in app_info_hash()
Dex_data.c256 static unsigned long ex_hash_cb(const void *a_void) in ex_hash_cb()
261 static int ex_cmp_cb(const void *a_void, const void *b_void) in ex_cmp_cb()
299 static void def_cleanup_cb(void *a_void) in def_cleanup_cb()
/freebsd-9-stable/crypto/openssl/crypto/err/
Derr_def.c562 static unsigned long err_hash(const void *a_void) in err_hash()
572 static int err_cmp(const void *a_void, const void *b_void) in err_cmp()
579 static unsigned long pid_hash(const void *a_void) in pid_hash()
585 static int pid_cmp(const void *a_void, const void *b_void) in pid_cmp()
/freebsd-9-stable/crypto/openssl/apps/
Dopenssl.c515 static int MS_CALLBACK cmp(const void *a_void, const void *b_void) in cmp()
522 static unsigned long MS_CALLBACK hash(const void *a_void) in hash()
/freebsd-9-stable/crypto/openssl/crypto/objects/
Do_names.c110 static int obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp()
129 static unsigned long obj_name_hash(const void *a_void) in obj_name_hash()
/freebsd-9-stable/crypto/openssl/crypto/conf/
Dconf_api.c256 static int cmp_conf(const void *a_void, const void *b_void) in cmp_conf()