Home
last modified time | relevance | path

Searched refs:onfreelist (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dcontext.c44 struct ossl_lib_ctx_onfree_list_st *onfreelist; member
127 onfree = ctx->onfreelist; in context_deinit()
493 newonfree->next = ctx->onfreelist; in ossl_lib_ctx_onfree()
494 ctx->onfreelist = newonfree; in ossl_lib_ctx_onfree()
/third_party/openssl/crypto/
H A Dcontext.c44 struct ossl_lib_ctx_onfree_list_st *onfreelist; member
127 onfree = ctx->onfreelist; in context_deinit()
493 newonfree->next = ctx->onfreelist; in ossl_lib_ctx_onfree()
494 ctx->onfreelist = newonfree; in ossl_lib_ctx_onfree()

Completed in 2 milliseconds