Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dwebsocket_connection.js74 this.connected = true;
179 this.connected = false;
213 this.connected = false;
230 if (this.connected) {
246 this.connected = false;
273 this.connected = false;
321 if (!this.connected) {
506 this.connected = false;
/unit/src/
H A Dnxt_conn_proxy.c253 p->connected = 1; in nxt_conn_proxy_connected()
426 if (p->connected) { in nxt_conn_proxy_read_process()
864 if (!p->connected || p->delayed) { in nxt_conn_proxy_shutdown()
H A Dnxt_conn.h342 uint8_t connected; /* 1 bit */ member