Searched refs:a_void (Results 1 – 3 of 3) sorted by relevance
46 static unsigned long obj_name_hash(const void *a_void);48 static int obj_name_cmp(const void *a_void,const void *b_void);115 static int obj_name_cmp(const void *a_void, const void *b_void) in obj_name_cmp() argument118 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()137 static unsigned long obj_name_hash(const void *a_void) in obj_name_hash() argument140 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
290 static void def_cleanup_cb(void *a_void) in def_cleanup_cb() argument292 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; in def_cleanup_cb()
341 static int app_info_cmp(const void *a_void, const void *b_void) in IMPLEMENT_LHASH_HASH_FN()343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid, in IMPLEMENT_LHASH_HASH_FN()