Home
last modified time | relevance | path

Searched defs:enable (Results 1 – 3 of 3) sorted by last modified time

/unit/src/
H A Dnxt_main_process.c1185 static const int enable = 1; in nxt_main_listening_socket() local
H A Dnxt_event_engine.h45 void (*enable)(nxt_event_engine_t *engine, member
/unit/src/nodejs/unit-http/
H A Dsocket.js79 Socket.prototype.setKeepAlive = function setKeepAlive(enable, initialDelay) { argument