Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDqueue.h254 #define SLIST_SWAP(head1, head2, type) do { \ argument
256 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
257 SLIST_FIRST(head2) = swap_first; \
291 #define STAILQ_CONCAT(head1, head2) do { \ argument
292 if (!STAILQ_EMPTY((head2))) { \
293 *(head1)->stqh_last = (head2)->stqh_first; \
294 (head1)->stqh_last = (head2)->stqh_last; \
295 STAILQ_INIT((head2)); \
379 #define STAILQ_SWAP(head1, head2, type) do { \ argument
382 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \
[all …]
/NextBSD/contrib/openbsm/compat/
HDqueue.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 …]
/NextBSD/contrib/ofed/libcxgb4/src/
HDqueue.h260 #define STAILQ_CONCAT(head1, head2) do { \ argument
261 if (!STAILQ_EMPTY((head2))) { \
262 *(head1)->stqh_last = (head2)->stqh_first; \
263 (head1)->stqh_last = (head2)->stqh_last; \
264 STAILQ_INIT((head2)); \
491 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
492 if (!TAILQ_EMPTY(head2)) { \
493 *(head1)->tqh_last = (head2)->tqh_first; \
494 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
495 (head1)->tqh_last = (head2)->tqh_last; \
[all …]
/NextBSD/contrib/libucl/uthash/
HDutlist.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 …]
/NextBSD/crypto/openssl/doc/apps/
HDx509v3_config.pod61 =head2 Basic Constraints.
86 =head2 Key Usage.
102 =head2 Extended Key Usage.
131 =head2 Subject Key Identifier.
143 =head2 Authority Key Identifier.
161 =head2 Subject Alternative Name.
200 =head2 Issuer Alternative Name.
213 =head2 Authority Info Access.
227 =head2 CRL distribution points.
274 =head2 Issuing Distribution Point
[all …]
HDciphers.pod355 =head2 SSL v3.0 cipher suites.
389 =head2 TLS v1.0 cipher suites.
421 =head2 AES ciphersuites from RFC3268, extending TLS v1.0
439 =head2 Camellia ciphersuites from RFC4132, extending TLS v1.0
457 =head2 SEED ciphersuites from RFC4162, extending TLS v1.0
469 =head2 GOST ciphersuites from draft-chudov-cryptopro-cptls, extending TLS v1.0
479 =head2 Additional Export 1024 and other cipher suites
489 =head2 Elliptic curve cipher suites.
521 =head2 TLS v1.2 cipher suites
575 =head2 Pre shared keying (PSK) cipheruites
[all …]
HDts.pod94 =head2 Time Stamp Request generation
172 =head2 Time Stamp Response generation
275 =head2 Time Stamp Response verification
464 =head2 Time Stamp Request
490 =head2 Time Stamp Response
532 =head2 Time Stamp Verification
HDopenssl.pod68 =head2 STANDARD COMMANDS
262 =head2 MESSAGE DIGEST COMMANDS
308 =head2 ENCODING AND CIPHER COMMANDS
HDconfig.pod94 =head2 ASN1 OBJECT CONFIGURATION MODULE
114 =head2 ENGINE CONFIGURATION MODULE
193 =head2 EVP CONFIGURATION MODULE
HDx509.pod76 =head2 INPUT, OUTPUT AND GENERAL PURPOSE OPTIONS
120 =head2 DISPLAY OPTIONS
236 =head2 TRUST SETTINGS
307 =head2 SIGNING OPTIONS
433 =head2 NAME OPTIONS
571 =head2 TEXT OPTIONS
HDasn1parse.pod93 =head2 OUTPUT
/NextBSD/contrib/elftoolchain/common/
HD_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)); \
/NextBSD/crypto/openssl/doc/crypto/
HDdes_modes.pod17 =head2 Electronic Codebook Mode (ECB)
42 =head2 Cipher Block Chaining Mode (CBC)
76 =head2 Cipher Feedback Mode (CFB)
123 =head2 Output Feedback Mode (OFB)
184 =head2 Triple ECB Mode
219 =head2 Triple CBC Mode
HDbn_internal.pod73 =head2 The BIGNUM structure
110 =head2 Low-level arithmetic operations
208 =head2 Size changes
219 =head2 Debugging
HDerr.pod76 =head2 Reporting errors
105 =head2 Adding new libraries
HDASN1_generate_nconf.pod43 =head2 SUPPORTED TYPES
122 =head2 MODIFIERS
HDengine.pod180 =head2 Reference counting and handles
268 =head2 Default implementations
308 =head2 Application requirements
417 =head2 Advanced configuration support
585 =head2 Future developments
/NextBSD/contrib/file/magic/Magdir/
HDperl51 0 search/1024/W \=head2\ Perl POD document text
52 0 search/1024/W \n\=head2\ Perl POD document text
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_options.pod245 =head2 Patched client and server
249 =head2 Unpatched client and patched OpenSSL server
270 =head2 Patched OpenSSL client and unpatched server.
HDssl.pod126 =head2 DEALING WITH PROTOCOL METHODS
171 =head2 DEALING WITH CIPHERS
203 =head2 DEALING WITH PROTOCOL CONTEXTS
398 =head2 DEALING WITH SESSIONS
437 =head2 DEALING WITH CONNECTIONS