Home
last modified time | relevance | path

Searched refs:structures (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Dapi.rst15structures management by interacting directly with the decoder. Other clients might want to take c…
20 …coding and decoding *drivers*, routines that coordinate encoding and decoding of complex structures
21 - data structures to represent and transform CBOR structures
22 - routines for building and manipulating these structures
/netbsd-src/external/bsd/nvi/docs/internals/
H A Dstructures1 # @(#)structures 5.4 (Berkeley) 10/4/95
3 There are three major data structures in this package, plus a single data
8 screen structures, and they can only do this if they have a starting
13 The GS structure contains linked lists of screen (SCR) structures.
34 The naming of the structures is consistent across the program. (Macros
38 A few other data structures:
45 hang a list of TEXT structures.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dinterface.texi17 @cindex structures, returning
18 @cindex returning structures and unions
23 library routines return structures or unions.
25 GCC code returns structures and unions that are 1, 2, 4 or 8 bytes
33 By contrast, PCC on most target machines returns structures and unions
44 is used. It may not be compatible for structures of 1, 2, 4 or 8 bytes.
H A Dgty.texi11 involve determining information about GCC's data structures from GCC's
18 and @code{template} structure declarations that define data structures
24 scalar. Complex data structures must be allocated in garbage-collected
45 Here are some examples of marking simple data structures and globals.
69 classes/structures marked for automatic GC code generation. The
71 structures/classes marked for automatic GC code generation:
75 Type definitions inside classes/structures are not supported.
77 Enumerations inside classes/structures are not supported.
264 to keep a list of free structures around for re-use.
272 backends to define certain optional structures. It doesn't work with
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dinterface.texi17 @cindex structures, returning
18 @cindex returning structures and unions
23 library routines return structures or unions.
25 GCC code returns structures and unions that are 1, 2, 4 or 8 bytes
33 By contrast, PCC on most target machines returns structures and unions
44 is used. It may not be compatible for structures of 1, 2, 4 or 8 bytes.
H A Dgty.texi11 involve determining information about GCC's data structures from GCC's
18 and @code{template} structure declarations that define data structures
24 scalar. Complex data structures must be allocated in garbage-collected
45 Here are some examples of marking simple data structures and globals.
77 classes/structures marked for automatic GC code generation. The
79 structures/classes marked for automatic GC code generation:
83 Type definitions inside classes/structures are not supported.
85 Enumerations inside classes/structures are not supported.
281 to keep a list of free structures around for re-use.
289 backends to define certain optional structures. It doesn't work with
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dssl.pod40 Here are some of the main data structures in the library.
61 B<SSL> structures which are later created for the connections.
73 links to mostly all other structures.
80 containing the prototypes for the data structures and functions:
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCRYPTO_get_ex_new_index.pod39 Several OpenSSL structures can have application-specific data attached to them,
41 The specific structures are:
62 applications to use this facility for their own structures.
65 structures. Since the application data can be anything at all it is passed
73 unique within structures for the lifetime of the program. Applications
135 are pointers to the destination and source B<CRYPTO_EX_DATA> structures,
H A DBIO_new_CMS.pod23 all held in memory at once: so it is possible to encode very large structures.
41 structures.
44 produce an output consisting of lots of OCTET STRING structures. Prepending
H A DCMS_get0_SignerInfos.pod24 The function CMS_get0_SignerInfos() returns all the CMS_SignerInfo structures
50 In typical usage and application will retrieve all CMS_SignerInfo structures
65 CMS_get0_SignerInfos() returns all CMS_SignerInfo structures, or NULL there
H A DOCSP_REQUEST_new.pod47 structures in B<req>.
65 structures in B<req>.
72 An OCSP request structure contains one or more B<OCSP_ONEREQ> structures
H A DX509_NAME_ENTRY_get_object.pod56 are seldom used in practice because B<X509_NAME_ENTRY> structures
57 are almost always part of B<X509_NAME> structures and the
H A DCMS_get0_RecipientInfos.pod42 structures associated with a CMS EnvelopedData structure.
95 In typical usage and application will retrieve all CMS_RecipientInfo structures
113 CMS_get0_RecipientInfos() returns all CMS_RecipientInfo structures, or NULL if
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DCRYPTO_get_ex_new_index.pod43 Several OpenSSL structures can have application-specific data attached to them,
45 The specific structures are:
67 applications to use this facility for their own structures.
70 structures. Since the application data can be anything at all it is passed
78 unique within structures for the lifetime of the program. Applications
141 are pointers to the destination and source B<CRYPTO_EX_DATA> structures,
H A DBIO_new_CMS.pod23 all held in memory at once: so it is possible to encode very large structures.
41 structures.
44 produce an output consisting of lots of OCTET STRING structures. Prepending
H A DCMS_get0_SignerInfos.pod24 The function CMS_get0_SignerInfos() returns all the CMS_SignerInfo structures
50 In typical usage and application will retrieve all CMS_SignerInfo structures
65 CMS_get0_SignerInfos() returns all CMS_SignerInfo structures, or NULL there
H A DX509_NAME_ENTRY_get_object.pod56 are seldom used in practice because B<X509_NAME_ENTRY> structures
57 are almost always part of B<X509_NAME> structures and the
H A DPEM_X509_INFO_read_bio_ex.pod6 - read PEM-encoded data structures into one or more B<X509_INFO> objects
51 needed for decrypting encrypted PEM structures (normally only private keys).
/netbsd-src/external/bsd/iscsi/dist/
H A Dconfigure.ac34 dnl Checks for typedefs, structures, and compiler characteristics.
46 # Checks for typedefs, structures, and compiler characteristics.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtreestruct.def31 specifying what structures contain what other structures in the
H A Dgengtype.cc511 type_p structures = NULL; variable
762 type_p *p = &structures; in new_structure()
766 for (si = structures; si != NULL; p = &si->next, si = *p) in new_structure()
847 type_p *p = &structures; in find_structure()
851 for (s = structures; s != NULL; p = &s->next, s = *p) in find_structure()
2447 type_p structures,
2453 type_p structures);
3678 write_types (outf_p output_header, type_p structures, in write_types() argument
3689 for (s = structures; s; s = s->next) in write_types()
3751 for (s = structures; s; s = s->next) in write_types()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtreestruct.def31 specifying what structures contain what other structures in the
H A Dgengtype.c496 type_p structures = NULL; variable
747 type_p *p = &structures; in new_structure()
751 for (si = structures; si != NULL; p = &si->next, si = *p) in new_structure()
832 type_p *p = &structures; in find_structure()
836 for (s = structures; s != NULL; p = &s->next, s = *p) in find_structure()
2429 type_p structures,
2435 type_p structures);
3651 write_types (outf_p output_header, type_p structures, in write_types() argument
3662 for (s = structures; s; s = s->next) in write_types()
3724 for (s = structures; s; s = s->next) in write_types()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfc-internals.texi120 Data structures used by the frontend
280 @cindex data structures
286 structures.
304 nested chain of @code{gfc_code} structures. The type of statement is
360 Conditionals are represented by @code{gfc_code} structures with their
401 structures linked together by their @code{block} members that stores the various
422 to a linked list of @code{gfc_association_list} structures. Those
423 structures basically store a link of associate-names to target expressions.
510 ``derived-type constants'') are @code{gfc_expr} structures with their
534 Variable references are @code{gfc_expr} structures with their @code{expr_type}
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfc-internals.texi120 Data structures used by the frontend
280 @cindex data structures
286 structures.
304 nested chain of @code{gfc_code} structures. The type of statement is
360 Conditionals are represented by @code{gfc_code} structures with their
401 structures linked together by their @code{block} members that stores the various
422 to a linked list of @code{gfc_association_list} structures. Those
423 structures basically store a link of associate-names to target expressions.
510 ``derived-type constants'') are @code{gfc_expr} structures with their
534 Variable references are @code{gfc_expr} structures with their @code{expr_type}
[all …]

12345678910>>...42