Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 60) sorted by relevance

123

/unit/src/
H A Dnxt_sha1.c24 ctx->d = 0x10325476; in nxt_sha1_init()
108 result[14] = (u_char) (ctx->d >> 8); in nxt_sha1_final()
109 result[15] = (u_char) ctx->d; in nxt_sha1_final()
125 #define F1(b, c, d) (((b) & (c)) | ((~(b)) & (d))) argument
126 #define F2(b, c, d) ((b) ^ (c) ^ (d)) argument
127 #define F3(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
158 uint32_t a, b, c, d, e, temp; in nxt_sha1_body() local
169 d = ctx->d; in nxt_sha1_body()
176 saved_d = d; in nxt_sha1_body()
281 d += saved_d; in nxt_sha1_body()
[all …]
H A Dnxt_websocket_accept.c23 *d++ = basis[c0 >> 2]; in nxt_websocket_base64_encode()
24 *d++ = basis[((c0 & 0x03) << 4) | (c1 >> 4)]; in nxt_websocket_base64_encode()
25 *d++ = basis[((c1 & 0x0f) << 2) | (c2 >> 6)]; in nxt_websocket_base64_encode()
26 *d++ = basis[c2 & 0x3f]; in nxt_websocket_base64_encode()
34 *d++ = basis[c0 >> 2]; in nxt_websocket_base64_encode()
37 *d++ = basis[(c0 & 0x03) << 4]; in nxt_websocket_base64_encode()
38 *d++ = '='; in nxt_websocket_base64_encode()
39 *d++ = '='; in nxt_websocket_base64_encode()
44 *d++ = basis[((c0 & 0x03) << 4) | (c1 >> 4)]; in nxt_websocket_base64_encode()
45 *d++ = basis[(c1 & 0x0f) << 2]; in nxt_websocket_base64_encode()
[all …]
H A Dnxt_unicode_lowcase.pl41 " * %d %s-bytes blocks, %d pointers.\n" .
42 " * %d bytes on 32-bit platforms, %d bytes on 64-bit platforms.\n" .
49 printf("#define NXT_UNICODE_BLOCK_SIZE %d\n\n\n", BLOCK_SIZE);
56 printf("nxt_unicode_block_%03x[%d] nxt_aligned(64) = {",
H A Dnxt_sha1.h14 uint32_t a, b, c, d, e; member
H A Dnxt_clang.h242 #define nxt_align_size(d, a) \ argument
243 (((d) + ((size_t) (a) - 1)) & ~((size_t) (a) - 1))
H A Dnxt_conf.c1028 nxt_uint_t s, d, count, index; in nxt_conf_copy_array() local
1053 d = 0; in nxt_conf_copy_array()
1076 d++; in nxt_conf_copy_array()
1095 d++; in nxt_conf_copy_array()
1103 d++; in nxt_conf_copy_array()
1114 } while (d != count); in nxt_conf_copy_array()
1155 d = 0; in nxt_conf_copy_object()
1188 d++; in nxt_conf_copy_object()
1216 d++; in nxt_conf_copy_object()
1233 d++; in nxt_conf_copy_object()
[all …]
/unit/src/test/
H A Dnxt_utf8_test.c47 uint32_t u, d; in nxt_utf8_overlong() local
53 d = nxt_utf8_decode(&pp, overlong + len); in nxt_utf8_overlong()
57 if (d != 0xFFFFFFFF) { in nxt_utf8_overlong()
58 p = nxt_utf8_encode(utf8, d); in nxt_utf8_overlong()
71 u, len, d, size); in nxt_utf8_overlong()
87 uint32_t u, d; in nxt_utf8_test() local
108 d = nxt_utf8_decode(&pp, p); in nxt_utf8_test()
110 if (u != d) { in nxt_utf8_test()
112 u, d); in nxt_utf8_test()
131 if (d != 0xFFFFFFFF) { in nxt_utf8_test()
[all …]
/unit/auto/
H A Dtypes11 # printf("%d", (int) sizeof(TYPE));
22 printf(\"%d\", (int) sizeof(int));
36 printf(\"%d\", (int) sizeof(long));
50 printf(\"%d\", (int) sizeof(long long));
64 printf(\"%d\", (int) sizeof(void *));
84 printf(\"%d\", (int) sizeof(size_t));
100 printf(\"%d\", (int) sizeof(off_t));
115 printf(\"%d\", (int) sizeof(time_t));
H A Dsockets22 printf(\"%d\", sin6.sin6_family);
43 printf(\"%d\", sa.sa_len);
58 printf(\"%d\", (int) sizeof(struct sockaddr));
74 printf(\"%d\", (int) sizeof(struct sockaddr_in));
90 printf(\"%d\", (int) sizeof(struct sockaddr_in6));
106 printf(\"%d\", (int) sizeof(struct sockaddr_un));
121 printf(\"%d\", (int) sizeof(struct sockaddr_storage));
156 printf(\"%d\", (int) sizeof(msg.msg_control));
H A Dmake363 test -d \$(DESTDIR)$NXT_SBINDIR \
364 || install -d \$(DESTDIR)$NXT_SBINDIR
366 test -d \$(DESTDIR)$NXT_STATEDIR \
368 test -d \$(DESTDIR)$NXT_LOGDIR \
369 || install -d \$(DESTDIR)$NXT_LOGDIR
370 test -d \$(DESTDIR)$NXT_RUNSTATEDIR \
374 test -d \$(DESTDIR)$NXT_MANDIR/man8 \
398 test -d \$(DESTDIR)$NXT_LIBDIR \
399 || install -d \$(DESTDIR)$NXT_LIBDIR
402 test -d \$(DESTDIR)$NXT_PKGCONFIGDIR \
[all …]
H A Dcgroup7 CGROUP=$(grep cgroup2 /proc/mounts | head -n 1 | cut -d " " -f 2)
H A Dclang21 set(0, buf, \"%d\", 1);
44 set(0, buf, \"%d\", 1);
/unit/test/php/date_time/
H A Dindex.php3 $d = new DateTime('2011-01-01T15:03:01.012345'); variable
4 echo $d->format('u');
/unit/pkg/docker/
H A Ddocker-entrypoint.sh47 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.pem"); do
53 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.js"); do
59 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.json"); do
65 for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -name "*.sh"); do
71 …for f in $(/usr/bin/find /docker-entrypoint.d/ -type f -not -name "*.sh" -not -name "*.json" -not …
/unit/test/python/ns_inspect/
H A Dwsgi.py17 d = parse_qs(environ['QUERY_STRING'])
19 ret['FileExists'] = os.path.exists(d.get('path')[0])
/unit/
H A D.mailmap9 Dan Callahan <d.callahan@f5.com> <dan.callahan@gmail.com>
10 Danielle De Leo <d.deleo@f5.com> <danielle@fastmail.net>
11 Dylan Arbour <d.arbour@f5.com> <arbourd@users.noreply.github.com>
/unit/test/java/include/
H A Dapp.java89 RequestDispatcher d = getRequestDispatcher(request, uri); in doGet() local
91 if (d == null) { in doGet()
97 d.include(new RequestWrapper(request), new ResponseWrapper(response)); in doGet()
/unit/test/java/forward/
H A Dapp.java94 RequestDispatcher d = getRequestDispatcher(request, uri); in doGet() local
96 if (d == null) { in doGet()
102 d.forward(new RequestWrapper(request), new ResponseWrapper(response)); in doGet()
/unit/test/unit/
H A Dutils.py14 for d in dirs:
16 os.chmod(os.path.join(root, d), 0o777)
/unit/pkg/deb/debian/
H A Dunit.example-python-app6 output = datetime.datetime.now().strftime("%Y-%m-%d %I:%M:%S %p")
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-python-app6 output = datetime.datetime.now().strftime("%Y-%m-%d %I:%M:%S %p")
/unit/pkg/deb/debian.module/
H A Dunit.example-python-app6 output = datetime.datetime.now().strftime("%Y-%m-%d %I:%M:%S %p")
/unit/pkg/contrib/
H A DMakefile138 $(foreach p,$(PKGS),.$(p)): .%: $$(foreach d,$$(DEPS_$$*),.dep-$$(d))
/unit/auto/modules/
H A Dgo118 install -d \$(DESTDIR)\$(NXT_GO_DST)/src/${NXT_GO_PKG}
125 install -d \$(DESTDIR)\$(NXT_GO_DST)/src/${NXT_GO_PKG}
/unit/pkg/rpm/
H A Dunit.spec.in126 %{__mkdir} -p %{buildroot}%{_sysconfdir}/logrotate.d
128 %{buildroot}%{_sysconfdir}/logrotate.d/unit
170 -d /nonexistent -c "unit user" unit
230 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}

123