Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 22 of 22) sorted by path

/unit/
H A DCHANGES17 *) Bugfix: ServerRequest.destroy() implemented in Node.js module to make
/unit/src/java/javax/websocket/
H A DDecoder.java28 abstract void destroy(); in destroy() method
H A DEncoder.java28 abstract void destroy(); in destroy() method
/unit/src/java/nginx/unit/
H A DContext.java1771 s.destroy();
1775 f.destroy();
2012 public void destroy()
2015 servlet_.destroy();
2408 public void destroy()
2411 filter_.destroy();
/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.java678 entry.getEncoder().destroy(); in close()
H A DWsWebSocketContainer.java1027 public void destroy() { in destroy() method in WsWebSocketContainer
/unit/src/java/nginx/unit/websocket/pojo/
H A DPojoMessageHandlerWholeBinary.java128 decoder.destroy(); in onClose()
H A DPojoMessageHandlerWholeText.java133 decoder.destroy(); in onClose()
/unit/src/java/nginx/unit/websocket/server/
H A DWsContextListener.java48 ((WsServerContainer) obj).destroy(); in contextDestroyed()
H A DWsHttpUpgradeHandler.java137 public void destroy() { in destroy() method in WsHttpUpgradeHandler
/unit/src/nodejs/unit-http/
H A Dhttp_server.js39 ServerResponse.prototype.destroy = function destroy(error) { method in ServerResponse
H A Dsocket.js56 Socket.prototype.destroy = function destroy(exception) { method in Socket
H A Dunit.cpp152 wrapper_(wrap(jsthis, this, destroy)), in Unit()
205 Unit::destroy(napi_env env, void *nativeObject, void *finalize_hint) in destroy() function in Unit
H A Dunit.h21 static void destroy(napi_env env, void *nativeObject, void *finalize_hint);
H A Dwebsocket_connection.js185 this.socket.destroy(error);
284 this.socket.destroy();
/unit/src/
H A Dnxt_buf_pool.c144 if (bp->destroy) { in nxt_buf_pool_free()
177 bp->destroy = 1; in nxt_buf_pool_destroy()
H A Dnxt_buf_pool.h31 uint8_t destroy; /* 1 bit */ member
/unit/src/wasm/
H A Dnxt_rt_wasmtime.c430 .destroy = nxt_wasmtime_destroy,
H A Dnxt_wasm.c235 nxt_wops->destroy(&nxt_wasm_ctx); in nxt_wasm_start()
H A Dnxt_wasm.h129 void (*destroy)(const nxt_wasm_ctx_t *ctx); member
/unit/test/java/filter/
H A Dapp.java42 public void destroy() in destroy() method in app.filter
/unit/test/java/welcome_files/
H A Dapp.java35 public void destroy() { } in destroy() method in app.jsp_filter
54 public void destroy() { } in destroy() method in app.txt_filter