OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCONF_free
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/include/openssl/
conf.h
97
/*
NCONF_free
frees all the data owned by |conf| and then |conf| itself. */
98
void
NCONF_free
(CONF *conf);
/external/boringssl/src/crypto/conf/
conf.c
145
void
NCONF_free
(CONF *conf) {
Completed in 564 milliseconds