Home
last modified time | relevance | path

Searched defs:group (Results 1 – 9 of 9) sorted by last modified time

/unit/src/
H A Dnxt_application.h119 nxt_str_t group; member
H A Dnxt_listen_socket.c131 const char *group; in nxt_listen_socket_create() local
H A Dnxt_runtime.c1027 static const char group[] = "\"" NXT_GROUP "\"\n\n"; in nxt_runtime_conf_read_cmd() local
H A Dnxt_runtime.h64 const char *group; member
H A Dnxt_file.c329 nxt_file_chown(nxt_file_name_t *name, const char *owner, const char *group) in nxt_file_chown()
H A Dnxt_credential.c15 const char *group) in nxt_credential_get()
H A Dnxt_process.c980 nxt_str_t *group) in nxt_process_creds_set()
H A Dnxt_sockaddr.c827 nxt_uint_t digit, group, nibbles, groups_left; in nxt_inet6_addr() local
/unit/src/java/nginx/unit/websocket/
H A DAsyncChannelGroupUtil.java42 private static AsynchronousChannelGroup group = null; field in AsyncChannelGroupUtil