Searched refs:onfree (Results 1 – 3 of 3) sorted by relevance
118 struct ossl_lib_ctx_onfree_list_st *tmp, *onfree; in context_deinit() local126 onfree = ctx->onfreelist; in context_deinit()127 while (onfree != NULL) { in context_deinit()128 onfree->fn(ctx); in context_deinit()129 tmp = onfree; in context_deinit()130 onfree = onfree->next; in context_deinit()
137 function onfree() { function140 socket.on('free', onfree);