Home
last modified time | relevance | path

Searched refs:nss_findslot_lock (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vtls/
Dnss.c92 static PRLock *nss_findslot_lock = NULL; variable
426 PR_Lock(nss_findslot_lock); in nss_find_slot_by_name()
428 PR_Unlock(nss_findslot_lock); in nss_find_slot_by_name()
1433 nss_findslot_lock = PR_NewLock(); in Curl_nss_init()
1486 PR_DestroyLock(nss_findslot_lock); in Curl_nss_cleanup()