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

/external/chromium_org/third_party/openssl/openssl/crypto/objects/
H A Do_names.c46 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) argument
118 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
137 static unsigned long obj_name_hash(const void *a_void) argument
140 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
/external/openssl/crypto/objects/
H A Do_names.c46 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) argument
118 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
137 static unsigned long obj_name_hash(const void *a_void) argument
140 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dex_data.c290 static void def_cleanup_cb(void *a_void) argument
292 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void;
H A Dmem_dbg.c341 static int app_info_cmp(const void *a_void, const void *b_void) argument
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
/external/openssl/crypto/
H A Dex_data.c290 static void def_cleanup_cb(void *a_void) argument
292 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void;
H A Dmem_dbg.c341 static int app_info_cmp(const void *a_void, const void *b_void) argument
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,

Completed in 1900 milliseconds