Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 6 of 6) sorted by path

/unit/auto/
H A Dhelp51 --openssl enable OpenSSL library usage
53 --njs enable NJS library usage
55 --debug enable debug logging
/unit/auto/modules/
H A Dphp28 --lib-static enable linking with static libphp.a library
/unit/pkg/deb/debian/
H A Drules.in117 dh_installsystemd -punit --name=unit-debug --no-start --no-enable unit-debug.service
/unit/src/nodejs/unit-http/
H A Dsocket.js79 Socket.prototype.setKeepAlive = function setKeepAlive(enable, initialDelay) { argument
/unit/src/
H A Dnxt_event_engine.h45 void (*enable)(nxt_event_engine_t *engine, member
H A Dnxt_main_process.c1170 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()