HomeSort by: relevance | last modified time | path
    Searched refs:ub_openssl_locks (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
net_help.c 1747 static lock_basic_type *ub_openssl_locks = NULL; variable
1769 lock_basic_lock(&ub_openssl_locks[type]);
1771 lock_basic_unlock(&ub_openssl_locks[type]);
1780 ub_openssl_locks = (lock_basic_type*)reallocarray(
1782 if(!ub_openssl_locks)
1785 lock_basic_init(&ub_openssl_locks[i]);
1801 if(!ub_openssl_locks)
1810 lock_basic_destroy(&ub_openssl_locks[i]);
1812 free(ub_openssl_locks);

Completed in 18 milliseconds