Lines Matching refs:node
149 node_p node; /* back pointer to node */ member
179 ng_etf_constructor(node_p node) in ng_etf_constructor() argument
191 NG_NODE_SET_PRIVATE(node, privdata); in ng_etf_constructor()
192 privdata->node = node; in ng_etf_constructor()
201 ng_etf_newhook(node_p node, hook_p hook, const char *name) in ng_etf_newhook() argument
203 const etf_p etfp = NG_NODE_PRIVATE(node); in ng_etf_newhook()
249 ng_etf_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_etf_rcvmsg() argument
251 const etf_p etfp = NG_NODE_PRIVATE(node); in ng_etf_rcvmsg()
296 hook = ng_findhook(node, f->matchhook); in ng_etf_rcvmsg()
344 NG_RESPOND_MSG(error, node, item, resp); in ng_etf_rcvmsg()
436 ng_etf_shutdown(node_p node) in ng_etf_shutdown() argument
438 const etf_p privdata = NG_NODE_PRIVATE(node); in ng_etf_shutdown()
440 NG_NODE_SET_PRIVATE(node, NULL); in ng_etf_shutdown()
441 NG_NODE_UNREF(privdata->node); in ng_etf_shutdown()