Searched refs:enable (Results 1 – 6 of 6) sorted by path
/unit/auto/ |
H A D | help | 51 --openssl enable OpenSSL library usage 53 --njs enable NJS library usage 55 --debug enable debug logging
|
/unit/auto/modules/ |
H A D | php | 28 --lib-static enable linking with static libphp.a library
|
/unit/pkg/deb/debian/ |
H A D | rules.in | 117 dh_installsystemd -punit --name=unit-debug --no-start --no-enable unit-debug.service
|
/unit/src/nodejs/unit-http/ |
H A D | socket.js | 79 Socket.prototype.setKeepAlive = function setKeepAlive(enable, initialDelay) { argument
|
/unit/src/ |
H A D | nxt_event_engine.h | 45 void (*enable)(nxt_event_engine_t *engine, member
|
H A D | nxt_main_process.c | 1170 static const int enable = 1; in nxt_main_listening_socket() local 1192 if (setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &enable, length) != 0) { in nxt_main_listening_socket() 1204 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &enable, length) != 0) { in nxt_main_listening_socket()
|