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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dcryptlib.c134 static void (MS_FAR *dynlock_destroy_callback)(struct CRYPTO_dynlock_value *l, variable
226 dynlock_destroy_callback(pointer->data,__FILE__,__LINE__);
239 if (dynlock_destroy_callback == NULL)
272 dynlock_destroy_callback(pointer->data,__FILE__,__LINE__);
312 return(dynlock_destroy_callback);
330 dynlock_destroy_callback=func;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcryptlib.c193 static void (MS_FAR *dynlock_destroy_callback)(struct CRYPTO_dynlock_value *l, variable
285 dynlock_destroy_callback(pointer->data,__FILE__,__LINE__);
298 if (dynlock_destroy_callback == NULL)
331 dynlock_destroy_callback(pointer->data,__FILE__,__LINE__);
371 return(dynlock_destroy_callback);
389 dynlock_destroy_callback=func;

Completed in 99 milliseconds