Home
last modified time | relevance | path

Searched refs:head2 (Results 1 – 25 of 196) sorted by relevance

12345678

/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h188 SLIST_INIT(head2); \
193 SLIST_INIT(head2); \
312 STAILQ_INIT((head2)); \
405 if (STAILQ_EMPTY(head2)) \
406 (head2)->stqh_last = &STAILQ_FIRST(head2); \
490 LIST_INIT(head2); \
497 LIST_INIT(head2); \
675 if (!TAILQ_EMPTY(head2)) { \
679 TAILQ_INIT((head2)); \
681 QMD_TRACE_HEAD(head2); \
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_queue.h253 if ((head2)->cstqh_first != NULL) { \
256 (head1)->cstqh_last = (head2)->cstqh_last; \
257 CK_STAILQ_INIT((head2)); \
341 if ((head2)->cstqh_last == &(head2)->cstqh_first) \
352 (head1)->cstqh_last = (head2)->cstqh_last; \
353 CK_STAILQ_FIRST(head2) = swap_first; \
354 (head2)->cstqh_last = swap_last; \
357 if (CK_STAILQ_EMPTY(head2)) \
358 (head2)->cstqh_last = &(head2)->cstqh_first; \
445 (head1)->clh_first = (head2)->clh_first; \
[all …]
/freebsd/sys/sys/
H A Dqueue.h218 SLIST_INIT(head2); \
223 SLIST_INIT(head2); \
346 STAILQ_INIT((head2)); \
439 if (STAILQ_EMPTY(head2)) \
440 (head2)->stqh_last = &STAILQ_FIRST(head2); \
526 LIST_INIT(head2); \
533 LIST_INIT(head2); \
731 if (!TAILQ_EMPTY(head2)) { \
735 TAILQ_INIT((head2)); \
737 QMD_TRACE_HEAD(head2); \
[all …]
H A Dqueue_mergesort.h41 #define STAILQ_CONCAT_4(head1, head2, type, field) \ argument
42 STAILQ_CONCAT(head1, head2)
43 #define TAILQ_CONCAT_4(head1, head2, type, field) \ argument
44 TAILQ_CONCAT(head1, head2, field)
/freebsd/crypto/openssl/doc/man7/
H A DOSSL_PROVIDER-default.pod24 =head2 Properties
78 =head2 Symmetric Ciphers
102 =head2 Message Authentication Code (MAC)
122 =head2 Key Derivation Function (KDF)
153 =head2 Key Exchange
167 =head2 Asymmetric Signature
185 =head2 Asymmetric Cipher
195 =head2 Asymmetric Key Encapsulation
203 =head2 Asymmetric Key Management
223 =head2 Random Number Generation
[all …]
H A DOSSL_PROVIDER-legacy.pod16 =head2 Properties
39 =head2 Hashing Algorithms / Message Digests
55 =head2 Symmetric Ciphers
84 =head2 Key Derivation Function (KDF)
95 following =head2 titles are appropriate to use:
H A DEVP_MD-MDC2.pod11 =head2 Identity
16 =head2 Gettable Parameters
21 =head2 Settable Context Parameters
H A Dossl_store.pod15 =head2 General
28 =head2 URI schemes and loaders
36 =head2 UI_METHOD and pass phrases
45 =head2 A generic call
H A DEVP_MD-SHA1.pod11 =head2 Identities
16 =head2 Gettable Parameters
21 =head2 Settable Context Parameters
H A DOSSL_PROVIDER-FIPS.pod14 =head2 Properties
45 =head2 Hashing Algorithms / Message Digests
59 =head2 Symmetric Ciphers
69 =head2 Message Authentication Code (MAC)
83 =head2 Key Derivation Function (KDF)
109 =head2 Key Exchange
123 =head2 Asymmetric Signature
139 =head2 Asymmetric Cipher
147 =head2 Asymmetric Key Encapsulation
155 =head2 Asymmetric Key Management
[all …]
H A DEVP_PKEY-HMAC.pod22 =head2 Common MAC parameters
38 =head2 CMAC parameters
55 =head2 Common MAC key generation parameters
69 =head2 CMAC key generation parameters
H A DEVP_MD-MD5-SHA1.pod13 =head2 Identity
18 =head2 Gettable Parameters
23 =head2 Settable Context Parameters
H A Dproperty.pod19 =head2 Property Names
40 =head2 Properties
52 =head2 Implementations
61 =head2 Queries
108 =head2 Lookups
119 =head2 Shortcut
125 =head2 Global and Local
H A DEVP_MD-MD2.pod11 =head2 Identity
16 =head2 Gettable Parameters
H A DEVP_MD-MD4.pod11 =head2 Identity
16 =head2 Gettable Parameters
H A DEVP_MD-MD5.pod11 =head2 Identity
16 =head2 Gettable Parameters
H A DEVP_MD-SM3.pod11 =head2 Identity
16 =head2 Gettable Parameters
H A DEVP_MD-WHIRLPOOL.pod11 =head2 Identity
16 =head2 Gettable Parameters
H A DEVP_CIPHER-CHACHA.pod11 =head2 Algorithm Names
23 =head2 Parameters
H A DEVP_CIPHER-RC4.pod11 =head2 Algorithm Names
25 =head2 Parameters
/freebsd/contrib/openbsm/compat/
H A Dqueue.h229 #define STAILQ_CONCAT(head1, head2) do { \ argument
230 if (!STAILQ_EMPTY((head2))) { \
231 *(head1)->stqh_last = (head2)->stqh_first; \
232 (head1)->stqh_last = (head2)->stqh_last; \
233 STAILQ_INIT((head2)); \
434 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
435 if (!TAILQ_EMPTY(head2)) { \
436 *(head1)->tqh_last = (head2)->tqh_first; \
438 (head1)->tqh_last = (head2)->tqh_last; \
439 TAILQ_INIT((head2)); \
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h411 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument
412 if (!SIMPLEQ_EMPTY((head2))) { \
413 *(head1)->sqh_last = (head2)->sqh_first; \
414 (head1)->sqh_last = (head2)->sqh_last; \
415 SIMPLEQ_INIT((head2)); \
619 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
620 if (!TAILQ_EMPTY(head2)) { \
621 *(head1)->tqh_last = (head2)->tqh_first; \
622 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
623 (head1)->tqh_last = (head2)->tqh_last; \
[all …]
/freebsd/contrib/libucl/uthash/
H A Dutlist.h318 #define LL_CONCAT(head1,head2) \ argument
319 LL_CONCAT2(head1,head2,next)
321 #define LL_CONCAT2(head1,head2,next) \ argument
327 _tmp->next=(head2); \
329 (head1)=(head2); \
536 #define DL_CONCAT(head1,head2) \ argument
537 DL_CONCAT2(head1,head2,prev,next)
539 #define DL_CONCAT2(head1,head2,prev,next) \ argument
542 if (head2) { \
544 _tmp = (head2)->prev; \
[all …]
/freebsd/contrib/elftoolchain/common/
H A D_elftc.h94 #define STAILQ_CONCAT(head1, head2) do { \ argument
95 if (!STAILQ_EMPTY((head2))) { \
96 *(head1)->stqh_last = (head2)->stqh_first; \
97 (head1)->stqh_last = (head2)->stqh_last; \
98 STAILQ_INIT((head2)); \
/freebsd/crypto/openssl/doc/man5/
H A Dx509v3_config.pod107 =head2 Basic Constraints
129 =head2 Key Usage
142 =head2 Extended Key Usage
173 =head2 Subject Key Identifier
277 =head2 Issuer Alternative Name
288 =head2 Authority Info Access
410 =head2 Certificate Policies
464 =head2 Policy Constraints
474 =head2 Inhibit Any Policy
482 =head2 Name Constraints
[all …]

12345678