Home
last modified time | relevance | path

Searched refs:how (Results 1 – 8 of 8) sorted by relevance

/unit/auto/
H A Dfiles66 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 Dnxt_socket.c248 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 Dnxt_file.c52 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 Dnxt_gnutls.c578 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 Dnxt_socket.h107 nxt_uint_t how);
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common163 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 DCOPYRIGHT.unit-jsc-common163 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 Dunit-openapi.yaml2470 description: "Retrieves the `recursive` option that controls how the
5804 description: "Defines how matching requests are handled."
6126 description: "Controls how the `client_ip` fields are traversed."