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

/macosx-10.10.1/OpenSSL098-52/src/crypto/err/
H A Derr_def.c254 /* static int pid_cmp(ERR_STATE *a,ERR_STATE *pid); */
255 static int pid_cmp(const void *a_void,const void *pid_void);
347 int_thread_hash = lh_new(pid_hash, pid_cmp);
587 /* static int pid_cmp(ERR_STATE *a, ERR_STATE *b) */
588 static int pid_cmp(const void *a_void, const void *b_void) function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/err/
H A Derr.c148 static int pid_cmp(ERR_STATE *a,ERR_STATE *pid);
635 static int pid_cmp(ERR_STATE *a, ERR_STATE *b) function
681 thread_hash=lh_new(pid_hash,pid_cmp);

Completed in 117 milliseconds