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

/freebsd-10.1-release/crypto/openssl/crypto/
H A Dcryptlib.c196 static struct CRYPTO_dynlock_value *(MS_FAR *dynlock_create_callback) variable in typeref:struct:dynlock_create_callback
246 if (dynlock_create_callback == NULL) {
266 pointer->data = dynlock_create_callback(__FILE__, __LINE__);
358 return (dynlock_create_callback);
376 dynlock_create_callback = func;

Completed in 46 milliseconds