Searched refs:wrap (Results 1 – 9 of 9) sorted by last modified time
/unit/src/nodejs/unit-http/ |
H A D | unit.cpp | 152 wrapper_(wrap(jsthis, this, destroy)), in Unit() 657 req_data->sock_ref = wrap(res, req, sock_destroy); in create_socket() 679 req_data->req_ref = wrap(res, req, req_destroy); in create_request() 697 req_data->resp_ref = wrap(res, req, resp_destroy); in create_response() 1126 req_data->conn_ref = napi.wrap(this_arg, req, conn_destroy); in websocket_set_sock()
|
H A D | nxt_napi.h | 718 wrap(napi_value val, void *obj, napi_finalize fin_cb, void *hint = nullptr)
|
/unit/src/java/nginx/unit/websocket/ |
H A D | WsRemoteEndpointImplBase.java | 195 sendMessageBlock(CharBuffer.wrap(text), true); in sendString() 215 CharBuffer.wrap(text), true, encoder, encoderBuffer, this); in sendStringByCompletion() 227 sendMessageBlock(CharBuffer.wrap(fragment), isLast); in sendPartialString() 548 ByteBuffer msg = ByteBuffer.wrap((byte[]) obj); in sendObject() 603 ByteBuffer msg = ByteBuffer.wrap((byte[]) obj); in sendObjectByCompletion()
|
H A D | WsPongMessage.java | 31 this.applicationData = ByteBuffer.wrap(dst); in WsPongMessage()
|
H A D | WsWebSocketContainer.java | 578 return ByteBuffer.wrap(bytes); in createProxyRequest()
|
H A D | LocalStrings.properties | 21 asyncChannelWrapperSecure.check.wrap=Bytes were consumed from the input during a write 28 asyncChannelWrapperSecure.statusWrap=Unexpected Status of SSLEngineResult after a wrap() operation
|
H A D | AsyncChannelWrapperSecure.java | 195 SSLEngineResult r = sslEngine.wrap(src, socketWriteBuffer); in run() 373 sslEngine.wrap(DUMMY, socketWriteBuffer); in run() 421 private void checkResult(SSLEngineResult result, boolean wrap) in checkResult() argument 428 (wrap || resultStatus != Status.BUFFER_UNDERFLOW)) { in checkResult() 432 if (wrap && result.bytesConsumed() != 0) { in checkResult() 435 if (!wrap && result.bytesProduced() != 0) { in checkResult()
|
/unit/src/java/nginx/unit/websocket/pojo/ |
H A D | PojoMessageHandlerBase.java | 82 remoteEndpoint.sendBinary(ByteBuffer.wrap((byte[]) result)); in processResult()
|
/unit/docs/ |
H A D | changes.xsls | 142 !wrap(text = "normalize-space($text)", 147 X:template wrap(text, prefix) { 176 !wrap(text = "substring($text, $length + $offset)", prefix = "$indent")
|