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

/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c197 static void (MS_FAR *dynlock_destroy_callback)(struct CRYPTO_dynlock_value *l, variable
289 dynlock_destroy_callback(pointer->data,__FILE__,__LINE__);
302 if (dynlock_destroy_callback == NULL)
335 dynlock_destroy_callback(pointer->data,__FILE__,__LINE__);
375 return(dynlock_destroy_callback);
393 dynlock_destroy_callback=func;

Completed in 24 milliseconds