Home
last modified time | relevance | path

Searched refs:newonfree (Results 1 – 1 of 1) sorted by relevance

/openssl-master/crypto/
A Dcontext.c469 struct ossl_lib_ctx_onfree_list_st *newonfree in ossl_lib_ctx_onfree() local
470 = OPENSSL_malloc(sizeof(*newonfree)); in ossl_lib_ctx_onfree()
472 if (newonfree == NULL) in ossl_lib_ctx_onfree()
475 newonfree->fn = onfreefn; in ossl_lib_ctx_onfree()
476 newonfree->next = ctx->onfreelist; in ossl_lib_ctx_onfree()
477 ctx->onfreelist = newonfree; in ossl_lib_ctx_onfree()

Completed in 5 milliseconds