Searched refs:err_hash (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/err/
H A Derr_def.c248 /* static unsigned long err_hash(ERR_STRING_DATA *a); */
249 static unsigned long err_hash(const void *a_void);
267 int_error_hash = lh_new(err_hash, err_cmp);
564 /* static unsigned long err_hash(ERR_STRING_DATA *a) */
565 static unsigned long err_hash(const void *a_void) function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/err/
H A Derr.c145 static unsigned long err_hash(ERR_STRING_DATA *a);
333 error_hash=lh_new(err_hash,err_cmp);
616 static unsigned long err_hash(ERR_STRING_DATA *a) function

Completed in 118 milliseconds