Searched refs:a_void (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_def.c255 static unsigned long err_hash(const void *a_void);
257 static int err_cmp(const void *a_void, const void *b_void);
261 static int pid_cmp(const void *a_void, const void *pid_void);
562 static unsigned long err_hash(const void *a_void) argument
566 l = ((const ERR_STRING_DATA *)a_void)->error;
572 static int err_cmp(const void *a_void, const void *b_void) argument
574 return ((int)(((const ERR_STRING_DATA *)a_void)->error -
579 static unsigned long pid_hash(const void *a_void) argument
581 return (((const ERR_STATE *)a_void)->pid * 13);
585 static int pid_cmp(const void *a_void, cons argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem_dbg.c243 static int mem_cmp(const void *a_void, const void *b_void) argument
246 const char *a = (const char *)((const MEM *)a_void)->addr,
255 return ((const char *)((const MEM *)a_void)->addr
261 static unsigned long mem_hash(const void *a_void) argument
265 ret = (unsigned long)((const MEM *)a_void)->addr;
272 static int app_info_cmp(const void *a_void, const void *b_void) argument
274 return (((const APP_INFO *)a_void)->thread
279 static unsigned long app_info_hash(const void *a_void) argument
283 ret = (unsigned long)((const APP_INFO *)a_void)->thread;
H A Dex_data.c256 static unsigned long ex_hash_cb(const void *a_void) argument
258 return ((const EX_CLASS_ITEM *)a_void)->class_index;
261 static int ex_cmp_cb(const void *a_void, const void *b_void) argument
263 return (((const EX_CLASS_ITEM *)a_void)->class_index -
299 static void def_cleanup_cb(void *a_void) argument
301 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void;
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Do_names.c48 static unsigned long obj_name_hash(const void *a_void);
50 static int obj_name_cmp(const void *a_void, const void *b_void);
110 static int obj_name_cmp(const void *a_void, const void *b_void) argument
113 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
129 static unsigned long obj_name_hash(const void *a_void) argument
132 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
/freebsd-9.3-release/crypto/openssl/apps/
H A Dopenssl.c142 static unsigned long MS_CALLBACK hash(const void *a_void);
144 static int MS_CALLBACK cmp(const void *a_void, const void *b_void);
515 static int MS_CALLBACK cmp(const void *a_void, const void *b_void) argument
517 return (strncmp(((const FUNCTION *)a_void)->name,
522 static unsigned long MS_CALLBACK hash(const void *a_void) argument
524 return (lh_strhash(((const FUNCTION *)a_void)->name));
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_api.c84 static int cmp_conf(const void *a_void, const void *b_void);
256 static int cmp_conf(const void *a_void, const void *b_void) argument
259 CONF_VALUE *a = (CONF_VALUE *)a_void;

Completed in 71 milliseconds