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

/external/openssl/crypto/
H A Dcryptlib.c193 static struct CRYPTO_dynlock_value *(MS_FAR *dynlock_create_callback) variable in typeref:struct:dynlock_create_callback
241 if (dynlock_create_callback == NULL)
263 pointer->data = dynlock_create_callback(__FILE__,__LINE__);
363 return(dynlock_create_callback);
381 dynlock_create_callback=func;

Completed in 79 milliseconds