CRYPTO_add_lock() private method

private CRYPTO_add_lock ( IntPtr ptr, int amount, CryptoLockTypes type, string file, int line ) : int
ptr System.IntPtr
amount int
type CryptoLockTypes
file string
line int
return int
Example #1
0
 internal override void AddRef()
 {
     Native.CRYPTO_add_lock(refPtr, 1, LockType, "Base.cs", 0);
 }
Example #2
0
        internal override void AddRef()
        {
            IntPtr offset = GetReferencesOffset();

            Native.CRYPTO_add_lock(offset, 1, LockType, "Base.cs", 0);
        }