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

/freebsd-10.3-release/crypto/openssl/crypto/objects/
H A Do_names.c49 static unsigned long obj_name_hash(const void *a_void);
51 static int obj_name_cmp(const void *a_void, const void *b_void);
114 static int obj_name_cmp(const void *a_void, const void *b_void) argument
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
133 static unsigned long obj_name_hash(const void *a_void) argument
136 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
/freebsd-10.3-release/crypto/openssl/crypto/
H A Dex_data.c302 static void def_cleanup_cb(void *a_void) argument
304 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void;
H A Dmem_dbg.c335 static int app_info_cmp(const void *a_void, const void *b_void) argument
337 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,

Completed in 176 milliseconds