Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dcontext.c118 struct ossl_lib_ctx_onfree_list_st *tmp, *onfree; in context_deinit() local
126 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()
/third_party/node/deps/npm/node_modules/agent-base/
Dindex.js137 function onfree() { function
140 socket.on('free', onfree);
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/
Dindex.js137 function onfree() { function
140 socket.on('free', onfree);