Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 9 of 9) sorted by last modified time

/unit/src/nodejs/unit-http/
H A Dunit.cpp152 wrapper_(wrap(jsthis, this, destroy)), in Unit()
663 req_data->sock_ref = wrap(res, req, sock_destroy); in create_socket()
685 req_data->req_ref = wrap(res, req, req_destroy); in create_request()
703 req_data->resp_ref = wrap(res, req, resp_destroy); in create_response()
1132 req_data->conn_ref = napi.wrap(this_arg, req, conn_destroy); in websocket_set_sock()
H A Dnxt_napi.h718 wrap(napi_value val, void *obj, napi_finalize fin_cb, void *hint = nullptr)
/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.java195 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 DWsPongMessage.java31 this.applicationData = ByteBuffer.wrap(dst); in WsPongMessage()
H A DWsWebSocketContainer.java578 return ByteBuffer.wrap(bytes); in createProxyRequest()
H A DLocalStrings.properties21 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 DAsyncChannelWrapperSecure.java195 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 DPojoMessageHandlerBase.java82 remoteEndpoint.sendBinary(ByteBuffer.wrap((byte[]) result)); in processResult()
/unit/docs/
H A Dchanges.xsls142 !wrap(text = "normalize-space($text)",
147 X:template wrap(text, prefix) {
176 !wrap(text = "substring($text, $length + $offset)", prefix = "$indent")