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

/macosx-10.10.1/OpenSSL098-52/src/crypto/err/
H A Derr_def.c205 static LHASH *int_thread_hash = NULL; variable
344 if (!int_thread_hash && create)
347 int_thread_hash = lh_new(pid_hash, pid_cmp);
350 if (int_thread_hash)
353 ret = int_thread_hash;
432 && int_thread_hash && (lh_num_items(int_thread_hash) == 0))
434 lh_free(int_thread_hash);
435 int_thread_hash = NULL;

Completed in 139 milliseconds