Lines Matching refs:destroy
86 socket.destroy();
129 // TODO(ronag): socket.destroy(err) might have been called
131 // case of socket.destroy() below this 'error' has no handler
135 socket.destroy();
163 socket.destroy();
177 socket.destroy();
395 // TODO(ronag): Always destroy, even if not in free list.
400 return s.destroy();
501 Agent.prototype.destroy = function destroy() {
509 setName[n].destroy();
528 // Assign the handle a new asyncId and run any destroy()/init() hooks.