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

/macosx-10.10.1/OpenSSL098-52/src/crypto/err/
H A Derr_def.c252 /* static unsigned long pid_hash(ERR_STATE *pid); */
253 static unsigned long pid_hash(const void *pid_void);
347 int_thread_hash = lh_new(pid_hash, pid_cmp);
581 /* static unsigned long pid_hash(ERR_STATE *a) */
582 static unsigned long pid_hash(const void *a_void) function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/err/
H A Derr.c147 static unsigned long pid_hash(ERR_STATE *pid);
630 static unsigned long pid_hash(ERR_STATE *a) function
681 thread_hash=lh_new(pid_hash,pid_cmp);

Completed in 308 milliseconds