Home
last modified time | relevance | path

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

12345678910

/src/contrib/libarchive/unzip/
H A Dla_queue.h184 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument
187 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \
188 SLIST_INIT(head2); \
189 } else if (SLIST_FIRST(head2) != NULL) { \
192 SLIST_NEXT(curelm, field) = SLIST_FIRST(head2); \
193 SLIST_INIT(head2); \
271 #define SLIST_SWAP(head1, head2, type) do { \ argument
273 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
274 SLIST_FIRST(head2) = swap_first; \
308 #define STAILQ_CONCAT(head1, head2) do { \ argument
[all …]
/src/sys/contrib/ck/include/
H A Dck_queue.h219 #define CK_SLIST_MOVE(head1, head2, field) do { \ argument
220 ck_pr_store_ptr(&(head1)->cslh_first, (head2)->cslh_first); \
252 #define CK_STAILQ_CONCAT(head1, head2) do { \ argument
253 if ((head2)->cstqh_first != NULL) { \
254 ck_pr_store_ptr((head1)->cstqh_last, (head2)->cstqh_first); \
256 (head1)->cstqh_last = (head2)->cstqh_last; \
257 CK_STAILQ_INIT((head2)); \
338 #define CK_STAILQ_MOVE(head1, head2, field) do { \ argument
339 ck_pr_store_ptr(&(head1)->cstqh_first, (head2)->cstqh_first); \
340 (head1)->cstqh_last = (head2)->cstqh_last; \
[all …]
/src/sys/sys/
H A Dqueue.h275 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument
278 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \
279 SLIST_INIT(head2); \
280 } else if (SLIST_FIRST(head2) != NULL) { \
283 SLIST_NEXT(_Curelm, field) = SLIST_FIRST(head2); \
284 SLIST_INIT(head2); \
373 #define SLIST_SWAP(head1, head2, type) do { \ argument
375 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
376 SLIST_FIRST(head2) = _Swap_first; \
444 #define STAILQ_CONCAT(head1, head2) do { \ argument
[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)
/src/crypto/krb5/src/include/
H A Dk5-queue.h302 #define K5_STAILQ_CONCAT(head1, head2) do { \ argument
303 if (!K5_STAILQ_EMPTY((head2))) { \
304 *(head1)->stqh_last = (head2)->stqh_first; \
305 (head1)->stqh_last = (head2)->stqh_last; \
306 K5_STAILQ_INIT((head2)); \
395 #define K5_SIMPLEQ_CONCAT(head1, head2) do { \ argument
396 if (!K5_SIMPLEQ_EMPTY((head2))) { \
397 *(head1)->sqh_last = (head2)->sqh_first; \
398 (head1)->sqh_last = (head2)->sqh_last; \
399 K5_SIMPLEQ_INIT((head2)); \
[all …]
/src/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; \
437 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
438 (head1)->tqh_last = (head2)->tqh_last; \
[all …]
/src/crypto/openssl/doc/man7/
H A DOSSL_PROVIDER-legacy.pod16 =head2 Properties
39 =head2 Hashing Algorithms / Message Digests
57 =head2 Symmetric Ciphers
86 =head2 Key Derivation Function (KDF)
99 following =head2 titles are appropriate to use:
H A DOSSL_PROVIDER-default.pod24 =head2 Properties
50 =head2 Hashing Algorithms / Message Digests
80 =head2 Symmetric Ciphers
102 =head2 Message Authentication Code (MAC)
122 =head2 Key Derivation Function (KDF)
158 =head2 Key Exchange
184 =head2 Asymmetric Signature
240 =head2 Asymmetric Cipher
250 =head2 Asymmetric Key Encapsulation
270 =head2 Asymmetric Key Management
[all …]
H A DEVP_MD-BLAKE2.pod11 =head2 Identities
28 =head2 Settable Parameters
39 =head2 Gettable Parameters
44 =head2 Settable Context Parameters
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 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 DOSSL_PROVIDER-base.pod12 =head2 Properties
60 =head2 Random Number Generation
73 =head2 Asymmetric Key Encoder
141 =head2 Asymmetric Key Decoder
211 =head2 Stores
H A DEVP_RAND.pod26 =head2 Disclaimer
33 =head2 Typical Use Cases
85 =head2 The <primary> DRBG instance
92 =head2 The <public> DRBG instance
96 =head2 The <private> DRBG instance
167 =head2 Automatic Reseeding
189 =head2 Manual Reseeding
215 =head2 Entropy Input and Additional Data
224 =head2 Configuring the Random Seed Source
243 =head2 Reseeding the primary DRBG with automatic seeding enabled
[all …]
H A DOSSL_STORE-winstore.pod13 =head2 Supported URIs
21 =head2 Supported OSSL_STORE_SEARCH operations
32 =head2 Windows certificate store features
H A DOSSL_PROVIDER-FIPS.pod14 =head2 Properties
44 =head2 Approved algorithms
50 =head2 Provider parameters
60 =head2 Hashing Algorithms / Message Digests
76 =head2 Symmetric Ciphers
86 =head2 Message Authentication Code (MAC)
100 =head2 Key Derivation Function (KDF)
126 =head2 Key Exchange
146 =head2 Asymmetric Signature
178 =head2 Asymmetric Cipher
[all …]
H A DEVP_CIPHER-RC4.pod11 =head2 Algorithm Names
25 =head2 Parameters
H A DEVP_MD-MD2.pod11 =head2 Identity
16 =head2 Gettable Parameters
/src/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 …]
/src/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
202 =head2 Authority Key Identifier
233 =head2 Subject Alternative Name
292 =head2 Issuer Alternative Name
303 =head2 Authority Info Access
323 =head2 CRL distribution points
384 =head2 Issuing Distribution Point
[all …]
/src/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)); \
/src/contrib/libucl/uthash/
H A Dutlist.h325 #define LL_CONCAT(head1,head2) \ argument
326 LL_CONCAT2(head1,head2,next)
328 #define LL_CONCAT2(head1,head2,next) \ argument
334 _tmp->next=(head2); \
336 (head1)=(head2); \
515 #define LL_CONCAT2(head1,head2,next) \ argument
521 (head1)->next = (head2); \
524 (head1)=(head2); \
687 #define DL_CONCAT(head1,head2) \ argument
688 DL_CONCAT2(head1,head2,prev,next)
[all …]

12345678910