Home
last modified time | relevance | path

Searched refs:b (Results 101 – 125 of 129) sorted by relevance

123456

/unit/test/
H A Dtest_asgi_application.py346 b"""GET / HTTP/1.1
359 b"""Host: localhost
H A Dtest_status.py76 b"""GET / HTTP/1.1
H A Dtest_proxy_chunked.py46 data = b''
/unit/src/
H A Dnxt_openssl.c93 static ssize_t nxt_openssl_conn_io_recvbuf(nxt_conn_t *c, nxt_buf_t *b);
1332 nxt_openssl_conn_io_recvbuf(nxt_conn_t *c, nxt_buf_t *b) argument
1341 size = b->mem.end - b->mem.free;
1343 ret = SSL_read(tls->session, b->mem.free, size);
1348 c->socket.fd, b->mem.free, size, ret, err);
1359 c->socket.fd, b->mem.free, size);
H A Dnxt_kqueue_engine.c110 static ssize_t nxt_kqueue_conn_io_recvbuf(nxt_conn_t *c, nxt_buf_t *b);
1002 nxt_kqueue_conn_io_recvbuf(nxt_conn_t *c, nxt_buf_t *b) in nxt_kqueue_conn_io_recvbuf() argument
1011 n = nxt_conn_io_recvbuf(c, b); in nxt_kqueue_conn_io_recvbuf()
H A Dnxt_epoll_engine.c96 static ssize_t nxt_epoll_edge_conn_io_recvbuf(nxt_conn_t *c, nxt_buf_t *b);
1161 nxt_epoll_edge_conn_io_recvbuf(nxt_conn_t *c, nxt_buf_t *b) in nxt_epoll_edge_conn_io_recvbuf() argument
1165 n = nxt_conn_io_recvbuf(c, b); in nxt_epoll_edge_conn_io_recvbuf()
H A Dnxt_event_engine.h517 void nxt_event_engine_buf_mem_free(nxt_event_engine_t *engine, nxt_buf_t *b);
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common81 b) in the case of each subsequent Contributor:
114 b) Subject to the terms of this Agreement, each Contributor hereby grants
148 b) its license agreement:
383 (b) You must cause any modified files to carry prominent notices
505 1.3. "Covered Software" means (a) the Original Software, or (b)
550 code in which modifications are made and (b) associated
560 contract or otherwise, or (b) ownership of more than fifty
580 (b) under Patent Claims infringed by the making, using or
585 (c) The licenses granted in Sections 2.1(a) and (b) are
612 (b) under Patent Claims infringed by the making, using, or
[all …]
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common81 b) in the case of each subsequent Contributor:
114 b) Subject to the terms of this Agreement, each Contributor hereby grants
148 b) its license agreement:
383 (b) You must cause any modified files to carry prominent notices
505 1.3. "Covered Software" means (a) the Original Software, or (b)
550 code in which modifications are made and (b) associated
560 contract or otherwise, or (b) ownership of more than fifty
580 (b) under Patent Claims infringed by the making, using or
585 (c) The licenses granted in Sections 2.1(a) and (b) are
612 (b) under Patent Claims infringed by the making, using, or
[all …]
/unit/pkg/docker/
H A Dtemplate.Dockerfile18 && git clone --depth 1 -b @@VERSION@@-@@PATCHLEVEL@@ https://github.com/nginx/unit \
H A DDockerfile.php8.218 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.go1.2118 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.ruby3.218 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.go1.2218 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.minimal18 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.ruby3.318 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.php8.318 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.perl5.3818 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.python3.1218 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.perl5.3618 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.python3.1118 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.node2118 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.jsc1118 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
H A DDockerfile.node2018 && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
/unit/src/java/nginx/unit/websocket/
H A DWsSession.java847 final ByteBuffer b = buf; in processFrame() local
852 return b; in processFrame()

123456