OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CRYPTO_REF_COUNT
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/include/internal/
refcount.h
30
typedef _Atomic int
CRYPTO_REF_COUNT
;
60
typedef int
CRYPTO_REF_COUNT
;
80
typedef volatile int
CRYPTO_REF_COUNT
;
129
typedef int
CRYPTO_REF_COUNT
;
/src/crypto/external/bsd/openssl/dist/include/internal/
refcount.h
28
typedef _Atomic int
CRYPTO_REF_COUNT
;
60
typedef int
CRYPTO_REF_COUNT
;
78
typedef volatile int
CRYPTO_REF_COUNT
;
98
typedef volatile int
CRYPTO_REF_COUNT
;
159
typedef int
CRYPTO_REF_COUNT
;
/src/crypto/external/apache2/openssl/dist/include/internal/
refcount.h
37
}
CRYPTO_REF_COUNT
;
39
static inline int CRYPTO_UP_REF(
CRYPTO_REF_COUNT
*refcnt, int *ret)
55
static inline int CRYPTO_DOWN_REF(
CRYPTO_REF_COUNT
*refcnt, int *ret)
71
static inline int CRYPTO_GET_REF(
CRYPTO_REF_COUNT
*refcnt, int *ret)
83
}
CRYPTO_REF_COUNT
;
85
static __inline__ int CRYPTO_UP_REF(
CRYPTO_REF_COUNT
*refcnt, int *ret)
91
static __inline__ int CRYPTO_DOWN_REF(
CRYPTO_REF_COUNT
*refcnt, int *ret)
99
static __inline__ int CRYPTO_GET_REF(
CRYPTO_REF_COUNT
*refcnt, int *ret)
110
}
CRYPTO_REF_COUNT
;
112
static __inline int CRYPTO_UP_REF(
CRYPTO_REF_COUNT
*refcnt, int *ret
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026