Searched refs:newonfree (Results 1 – 1 of 1) sorted by relevance
486 struct ossl_lib_ctx_onfree_list_st *newonfree in ossl_lib_ctx_onfree() local487 = OPENSSL_malloc(sizeof(*newonfree)); in ossl_lib_ctx_onfree()489 if (newonfree == NULL) in ossl_lib_ctx_onfree()492 newonfree->fn = onfreefn; in ossl_lib_ctx_onfree()493 newonfree->next = ctx->onfreelist; in ossl_lib_ctx_onfree()494 ctx->onfreelist = newonfree; in ossl_lib_ctx_onfree()