| /freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/ |
| H A D | build.info | 1 PROGRAMS{noinst} = quic-hq-interop \ 2 quic-hq-interop-server 4 INCLUDE[quic-hq-interop]=../../../include 5 SOURCE[quic-hq-interop]=quic-hq-interop.c 6 DEPEND[quic-hq-interop]=../../../libcrypto ../../../libssl 8 INCLUDE[quic-hq-interop-server]=../../../include 9 SOURCE[quic-hq-interop-server]=quic-hq-interop-server.c 10 DEPEND[quic-hq-interop-server]=../../../libcrypto ../../../libssl
|
| /freebsd/crypto/openssl/test/quic-openssl-docker/ |
| H A D | run_endpoint.sh | 57 …SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOST… 67 …OGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $H… 79 …OGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $H… 92 …NO_ADDR_VALIDATE=yes SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /cert… 95 …SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /certs/cert.pem /certs/pri… 98 …NO_ADDR_VALIDATE=yes SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /cert… 104 …CHACHA20_POLY1305_SHA256 SSLKEYLOGFILE=/logs/keys.log FILEPREFIX=/www quic-hq-interop-server 443 /…
|
| H A D | Dockerfile | 32 …make -j 4 && make install && cp test/quic-openssl-docker/hq-interop/quic-hq-interop /usr/local/bin… 33 cp test/quic-openssl-docker/hq-interop/quic-hq-interop-server /usr/local/bin && \
|
| H A D | build.info | 3 SUBDIRS=hq-interop
|
| /freebsd/lib/libc/db/mpool/ |
| H A D | mpool.c | 137 TAILQ_INSERT_HEAD(head, bp, hq); in mpool_new() 160 TAILQ_REMOVE(head, bp, hq); in mpool_delete() 200 TAILQ_REMOVE(head, bp, hq); in mpool_get() 201 TAILQ_INSERT_HEAD(head, bp, hq); in mpool_get() 257 TAILQ_INSERT_HEAD(head, bp, hq); in mpool_get() 365 TAILQ_REMOVE(head, bp, hq); in mpool_bkt() 434 TAILQ_FOREACH(bp, head, hq) in mpool_look()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/mpool/ |
| H A D | mpool.c | 137 TAILQ_INSERT_HEAD(head, bp, hq); in mpool_new() 160 TAILQ_REMOVE(head, bp, hq); in mpool_delete() 197 TAILQ_REMOVE(head, bp, hq); in mpool_get() 198 TAILQ_INSERT_HEAD(head, bp, hq); in mpool_get() 252 TAILQ_INSERT_HEAD(head, bp, hq); in mpool_get() 358 TAILQ_REMOVE(head, bp, hq); in mpool_bkt() 438 for (bp = head->tqh_first; bp != NULL; bp = bp->hq.tqe_next) in mpool_look()
|
| H A D | mpool.h | 50 TAILQ_ENTRY(_bkt) hq; /* hash queue */
|
| /freebsd/crypto/openssl/demos/guide/ |
| H A D | README.md | 65 Notes on the quic-hq-interop demo 68 The quic-hq-interop demo is effectively the same as the quic-client-nonblock 69 demo, but is specifically constructed to use the hq-interop alpn for the 74 SSL_CERT_FILE=ca.pem LD_LIBRARY_PATH=../../ ./quic-hq-interop host port file 79 2. Negotiates the hq-interop alpn 83 This demo can be used for any hq-interop negotiating server, but its use can
|
| /freebsd/contrib/nvi/common/ |
| H A D | screen.c | 213 if (!TAILQ_EMPTY(gp->hq)) { in screen_next() 214 next = TAILQ_FIRST(gp->hq); in screen_next() 215 TAILQ_REMOVE(gp->hq, next, q); in screen_next()
|
| H A D | main.c | 65 TAILQ_INIT(gp->hq); in editor() 434 while ((sp = TAILQ_FIRST(gp->hq)) != NULL) in v_end()
|
| H A D | gs.h | 58 TAILQ_HEAD(_hqh, _scr) hq[1]; /* Hidden screens. */
|
| H A D | key.c | 754 TAILQ_FOREACH(sp, gp->hq, q) in v_sync()
|
| /freebsd/contrib/nvi/vi/ |
| H A D | vs_split.c | 641 TAILQ_REMOVE(gp->hq, nsp, q); in vs_fg() 645 TAILQ_INSERT_TAIL(gp->hq, nsp, q); in vs_fg() 651 TAILQ_INSERT_TAIL(gp->hq, sp, q); in vs_fg() 681 TAILQ_INSERT_TAIL(gp->hq, sp, q); in vs_bg() 771 TAILQ_REMOVE(gp->hq, nsp, q); in vs_swap() 923 return (TAILQ_FIRST(gp->hq)); in vs_getbg() 926 TAILQ_FOREACH(nsp, gp->hq, q) in vs_getbg() 933 TAILQ_FOREACH(nsp, gp->hq, q) { in vs_getbg()
|
| H A D | vi.c | 1009 TAILQ_INSERT_TAIL(gp->hq, tsp, q); in v_dtoh() 1015 TAILQ_REMOVE(gp->hq, sp, q); in v_dtoh()
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | strtab.c | 69 strhash_t *hp, *hq; in strtab_destroy() local 73 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) { in strtab_destroy() 74 hq = hp->str_next; in strtab_destroy()
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_strtab.c | 104 dt_strhash_t *hp, *hq; in dt_strtab_destroy() local 108 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) { in dt_strtab_destroy() 109 hq = hp->str_next; in dt_strtab_destroy()
|
| /freebsd/include/ |
| H A D | mpool.h | 49 TAILQ_ENTRY(_bkt) hq; /* hash queue */
|
| /freebsd/contrib/nvi/ex/ |
| H A D | ex_screen.c | 104 if ((tsp = TAILQ_FIRST(gp->hq)) == NULL) { in ex_sdisplay()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 1146 def : InstRW<[A57Write_3cyc_1V], (instregex "VABS(fd|fq|hd|hq)")>; 1149 def : InstRW<[A57Write_5cyc_1V], (instregex "VABD(fd|fq|hd|hq)", 1150 "VADD(fd|fq|hd|hq)", "VPADD(f|h)", "VSUB(fd|fq|hd|hq)")>; 1156 "VC(EQ|GE|GT|LE)(fd|fq|hd|hq)")>; 1172 "(VMAX|VMIN)(fd|fq|hd|hq)", "(VPMAX|VPMIN)(f|h)", "(NEON|VFP)_VMAXNM", 1177 def : InstRW<[A57WriteVMUL_VecFP], (instregex "VMUL(sl)?(fd|fq|hd|hq)")>; 1184 (instregex "(VMLA|VMLS)(sl)?(fd|fq|hd|hq)", "(VFMA|VFMS)(fd|fq|hd|hq)")>; 1187 def : InstRW<[A57Write_3cyc_1V], (instregex "VNEG(fd|f32q|hd|hq)")>;
|
| H A D | ARMScheduleR52.td | 522 def : InstRW<[R52Write2FPALU_F5, R52Read_F1, R52Read_F1], (instregex "VABD(fq|hq)")>; 526 def : InstRW<[R52Write2FPALU_F5, R52Read_F1], (instregex "VABS(fq|hq)")>; 529 def : InstRW<[R52Write2FPALU_F3, R52Read_F1, R52Read_F1], (instregex "(VACGE|VACGT)(fq|hq)")>; 532 def : InstRW<[R52Write2FPALU_F5, R52Read_F1, R52Read_F1], (instregex "(VADD|VSUB)(fq|hq)")>;
|
| /freebsd/contrib/file/src/ |
| H A D | softmagic.c | 1235 p->q = CAST(uint64_t, BE64(p->hq)); in mconvert() 1255 p->q = CAST(uint64_t, LE64(p->hq)); in mconvert() 1285 p->q = BE64(p->hq); in mconvert() 1290 p->q = LE64(p->hq); in mconvert() 1769 if (do_ops(ms, m, &offset, SEXT(sgn,64,LE64(p->hq)), off)) in mget() 1775 if (do_ops(ms, m, &offset, SEXT(sgn,64,BE64(p->hq)), off)) in mget()
|
| H A D | file.h | 211 uint8_t hq[8]; /* 8 bytes of a fixed-endian "quad" */ member
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-quic-server-non-block.pod | 22 The server only accepts C<http/1.0> and C<hq-interop> ALPN's and doesn't actually 143 In this case, we only accept "http/1.0" and "hq-interop". 146 * ALPN strings for TLS handshake. Only 'http/1.0' and 'hq-interop'
|
| H A D | ossl-guide-quic-server-block.pod | 133 In this case, we only accept "http/1.0" and "hq-interop". 136 * ALPN strings for TLS handshake. Only 'http/1.0' and 'hq-interop'
|
| /freebsd/share/misc/ |
| H A D | committers-ports.dot | 68 hq [label="Herve Quiroz\nhq@FreeBSD.org\n2004/08/05\n2014/03/02"] 535 glewis -> hq
|