Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 3 of 3) sorted by relevance

/unit/src/java/nginx/unit/websocket/server/
H A DLocalStrings.properties24 …etContext with context path [{1}] when the WebSocket ServerContainer is allocated to the ServletCo…
/unit/src/
H A Dnxt_port_socket.c153 if (msg->allocated) { in nxt_port_release_send_msg()
181 msg.allocated = 0; in nxt_port_socket_write2()
346 msg->allocated = 1; in nxt_port_msg_alloc()
684 if (msg->allocated == 0) { in nxt_port_msg_insert_tail()
H A Dnxt_port.h201 uint8_t allocated; /* 1 bit */ member