/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_dyn.c | 508 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback(); 509 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback(); 510 fns.lock_fns.dynlock_create_cb = CRYPTO_get_dynlock_create_callback(); 511 fns.lock_fns.dynlock_lock_cb = CRYPTO_get_dynlock_lock_callback(); 512 fns.lock_fns.dynlock_destroy_cb = CRYPTO_get_dynlock_destroy_callback();
|
engine.h | 675 dynamic_LOCK_fns lock_fns; member in struct:st_dynamic_fns [all...] |
/external/openssl/crypto/engine/ |
eng_dyn.c | 508 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback(); 509 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback(); 510 fns.lock_fns.dynlock_create_cb = CRYPTO_get_dynlock_create_callback(); 511 fns.lock_fns.dynlock_lock_cb = CRYPTO_get_dynlock_lock_callback(); 512 fns.lock_fns.dynlock_destroy_cb = CRYPTO_get_dynlock_destroy_callback();
|
engine.h | 675 dynamic_LOCK_fns lock_fns; member in struct:st_dynamic_fns [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
engine.h | 675 dynamic_LOCK_fns lock_fns; member in struct:st_dynamic_fns [all...] |
/external/openssl/include/openssl/ |
engine.h | 675 dynamic_LOCK_fns lock_fns; member in struct:st_dynamic_fns [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlibint.h | 144 struct _XLockPtrs *lock_fns; /* pointers to threads functions */ member in struct:_XDisplay 302 #define LockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->lock_display)((d),__FILE__,__LINE__) 303 #define UnlockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->unlock_display)((d),__FILE__,__LINE__) 308 #define LockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->lock_display)(d) 309 #define UnlockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->unlock_display)(d) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlibint.h | 144 struct _XLockPtrs *lock_fns; /* pointers to threads functions */ member in struct:_XDisplay 302 #define LockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->lock_display)((d),__FILE__,__LINE__) 303 #define UnlockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->unlock_display)((d),__FILE__,__LINE__) 308 #define LockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->lock_display)(d) 309 #define UnlockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->unlock_display)(d) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlibint.h | 144 struct _XLockPtrs *lock_fns; /* pointers to threads functions */ member in struct:_XDisplay 302 #define LockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->lock_display)((d),__FILE__,__LINE__) 303 #define UnlockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->unlock_display)((d),__FILE__,__LINE__) 308 #define LockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->lock_display)(d) 309 #define UnlockDisplay(d) if ((d)->lock_fns) (*(d)->lock_fns->unlock_display)(d) [all...] |