DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T a

⟦ec76eccf4⟧ TextFile

    Length: 2040 (0x7f8)
    Types: TextFile
    Names: »attribute.tex«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/manual/attribute.tex« 

TextFile

\File{attribute.h},{16:07},{Jul  3 1988}
\L{\LB{\K{typedef} \K{struct} \{}}
\L{\LB{}\Tab{8}{PE av\_pe;                       \C{}\/* Attribute value in ASN.1         *\/\CE{}}}
\L{\LB{}}
\L{\LB{}\Tab{8}{\K{int}     av\_syntax;              \C{}\/* Specifies the syntax of the      *\/\CE{}}}
\L{\LB{}\Tab{40}{\C{}\/* attribute in \"C\" form            *\/\CE{}}}
\L{\LB{\K{\#define} AV\_UNKNOWN 0                    \C{}\/* AV only in PE form   *\/\CE{}}}
\L{\LB{\K{\#define} AV\_CASEEXACTSTRING      1}}
\L{\LB{\K{\#define} AV\_CASEIGNORESTRING     2}}
\L{\LB{\K{\#define} AV\_ACL                  3}}
\L{\LB{\K{\#define} AV\_ASN                  4}}
\L{\LB{\K{\#define} AV\_NUMERICSTRING        5}}
\L{\LB{\K{\#define} AV\_PRESENTATIONADDRESS  6}}
\L{\LB{\K{\#define} AV\_NAMELIST             7}}
\L{\LB{\K{\#define} AV\_SCHEMA               8}}
\L{\LB{\K{\#define} AV\_UPDATE               9}}
\L{\LB{\K{\#define} AV\_BOOLEAN              10}}
\L{\LB{\K{\#define} AV\_INTEGER              11}}
\L{\LB{\K{\#define} AV\_TIME                 12}}
\L{\LB{\K{\#define} AV\_OID                  13}}
\L{\LB{}\Tab{8}{\K{union} \{}}
\L{\LB{}\Tab{16}{\K{char} *                  av\_str;}}
\L{\LB{}\Tab{16}{\K{struct} acl *            av\_acl;}}
\L{\LB{}\Tab{16}{PE                      av\_asn;}}
\L{\LB{}\Tab{16}{\K{char} *                  av\_num;}}
\L{\LB{}\Tab{16}{\K{struct} PSAPaddr *       av\_psap;}}
\L{\LB{}\Tab{16}{\K{struct} dn\_seq *         av\_dnlist;}}
\L{\LB{}\Tab{16}{\K{struct} tree\_struct *    av\_tree;}}
\L{\LB{}\Tab{16}{\K{struct} edb\_info *       av\_update;}}
\L{\LB{}\Tab{16}{\K{char}                    av\_boolean;}}
\L{\LB{}\Tab{16}{\K{int}                     av\_integer;}}
\L{\LB{}\Tab{16}{time\_t                  av\_time;}}
\L{\LB{}\Tab{16}{OID                     av\_oid;}}
\L{\LB{}\Tab{16}{\} av\_un;}}
\L{\LB{\} AttributeValue;}}
\L{\LB{}}
\L{\LB{\K{typedef} \K{struct} \{}}
\L{\LB{}\Tab{8}{OID                 at\_oid;}}
\L{\LB{}\Tab{8}{\K{struct}  oid\_table * at\_table;}}
\L{\LB{\} AttributeType;}}