Home
last modified time | relevance | path

Searched refs:once (Results 1 – 6 of 6) sorted by last modified time

/unit/src/nodejs/unit-http/
H A Dhttp_server.js471 this.once('listening', args[args.length - 1]);
H A Dwebsocket_server.js177 wsRequest.once('requestAccepted', this._handlers.requestAccepted);
178 wsRequest.once('requestResolved', this._handlers.requestResolved);
193 connection.once('close', function(closeReason, description) {
H A Dsocket.js49 this.once('connect', connectListener);
/unit/src/
H A Dnxt_openssl.c1429 nxt_bool_t quiet, once; local
1470 once = 1;
1497 if (once) {
1498 once = 0;
H A Dnxt_sendbuf.h48 uint8_t once; /* 1 bit */ member
/unit/src/java/nginx/unit/websocket/server/
H A DLocalStrings.properties16 serverContainer.addNotAllowed=No further Endpoints may be registered once an attempt has been made …
29 uriTemplate.duplicateParameter=The parameter [{0}] appears more than once in the path which is not …