OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPENSSL_EXIT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/
e_os.h
649
#ifndef
OPENSSL_EXIT
651
# define
OPENSSL_EXIT
(n) return(n)
653
# define
OPENSSL_EXIT
(n) do { EXIT(n); return(n); } while(0)
/external/openssl/
e_os.h
649
#ifndef
OPENSSL_EXIT
651
# define
OPENSSL_EXIT
(n) return(n)
653
# define
OPENSSL_EXIT
(n) do { EXIT(n); return(n); } while(0)
Completed in 438 milliseconds