Searched refs:how (Results 1 – 8 of 8) sorted by relevance
/unit/auto/ |
H A D | files | 66 struct open_how how; 68 memset(&how, 0, sizeof(how)); 70 how.flags = O_RDONLY; 71 how.mode = O_NONBLOCK; 72 how.resolve = RESOLVE_IN_ROOT 77 &how, sizeof(how));
|
/unit/src/ |
H A D | nxt_socket.c | 248 nxt_socket_shutdown(nxt_task_t *task, nxt_socket_t s, nxt_uint_t how) in nxt_socket_shutdown() argument 253 if (nxt_fast_path(shutdown(s, how) == 0)) { in nxt_socket_shutdown() 254 nxt_debug(task, "shutdown(%d, %ui)", s, how); in nxt_socket_shutdown() 278 nxt_log(task, level, "shutdown(%d, %ui) failed %E", s, how, err); in nxt_socket_shutdown()
|
H A D | nxt_file.c | 52 struct open_how how; in nxt_file_openat2() local 54 nxt_memzero(&how, sizeof(how)); in nxt_file_openat2() 59 how.flags = mode; in nxt_file_openat2() 60 how.mode = access; in nxt_file_openat2() 61 how.resolve = resolve; in nxt_file_openat2() 63 file->fd = syscall(SYS_openat2, dfd, file->name, &how, sizeof(how)); in nxt_file_openat2()
|
H A D | nxt_gnutls.c | 578 gnutls_close_request_t how; in nxt_gnutls_conn_io_shutdown() local 591 how = GNUTLS_SHUT_WR; in nxt_gnutls_conn_io_shutdown() 594 how = GNUTLS_SHUT_RDWR; in nxt_gnutls_conn_io_shutdown() 597 how = GNUTLS_SHUT_RDWR; in nxt_gnutls_conn_io_shutdown() 600 err = gnutls_bye(ssltls->session, how); in nxt_gnutls_conn_io_shutdown() 603 c->socket.fd, how, err); in nxt_gnutls_conn_io_shutdown()
|
H A D | nxt_socket.h | 107 nxt_uint_t how);
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 163 Contributor, and informs licensees how to obtain it in a reasonable manner on 648 as to how they can obtain such Covered Software in Source Code
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | COPYRIGHT.unit-jsc-common | 163 Contributor, and informs licensees how to obtain it in a reasonable manner on 648 as to how they can obtain such Covered Software in Source Code
|
/unit/docs/ |
H A D | unit-openapi.yaml | 2470 description: "Retrieves the `recursive` option that controls how the 5804 description: "Defines how matching requests are handled." 6071 description: "Controls how the `client_ip` fields are traversed."
|