Home
last modified time | relevance | path

Searched refs:ComponentInt (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c722 ComponentInt *a, *b; in MatchingComponentInt()
732 a = ((ComponentInt*)csi_attr); in MatchingComponentInt()
733 b = ((ComponentInt*)csi_assert); in MatchingComponentInt()
742 GEncComponentInt ( GenBuf *b, ComponentInt* in ) in GEncComponentInt()
761 ComponentInt* k, **k2; in GDecComponentInt()
764 k = (ComponentInt*) v; in GDecComponentInt()
767 k2 = (ComponentInt**) v; in GDecComponentInt()
768 *k2 = (ComponentInt*) CompAlloc( mem_op, sizeof( ComponentInt ) ); in GDecComponentInt()
798 ComponentInt* k, **k2; in BDecComponentInt()
801 k = (ComponentInt*) v; in BDecComponentInt()
[all …]
H A Dcomponentlib.h153 typedef struct ComponentInt { struct
159 } ComponentInt; typedef
162 int GEncComponentInt (GenBuf *b, ComponentInt *comp_int);
396 ComponentInt intId;
431 void InstallAnyByComponentInt (int anyId, ComponentInt intId, unsigned int size, EncodeFcn encode, …
H A Dcrl.h31 typedef ComponentInt ComponentVersion; /* INTEGER { V1 (0), V2 (1), V3 (2) } */
42 typedef ComponentInt ComponentCertificateSerialNumber; /* INTEGER */
H A Dcertificate.h53 typedef ComponentInt ComponentVersion; /* INTEGER { V1 (0), V2 (1), V3 (2) } */
64 typedef ComponentInt ComponentCertificateSerialNumber; /* INTEGER */
H A DauthorityKeyIdentifier.h37 typedef ComponentInt ComponentCertificateSerialNumber; /* INTEGER */
H A Dcertificate.c1494 ComponentInt *k; in ExtractingComponentExtensions()
1530 k = (ComponentInt*)CompAlloc( mem_op, sizeof(ComponentInt)); in ExtractingComponentExtensions()
1737 ComponentInt *k; in ExtractingComponentRelativeDistinguishedName()
1773 k = (ComponentInt*)CompAlloc( mem_op, sizeof(ComponentInt)); in ExtractingComponentRelativeDistinguishedName()
1975 ComponentInt *k; in ExtractingComponentRDNSequence()
2011 k = (ComponentInt*)CompAlloc( mem_op, sizeof(ComponentInt)); in ExtractingComponentRDNSequence()
H A Dcrl.c353 ComponentInt *k; in ExtractingComponentTBSCertListSeqOf()
389 k = (ComponentInt*)CompAlloc( mem_op, sizeof(ComponentInt)); in ExtractingComponentTBSCertListSeqOf()
H A Dinit.c352 bv->bv_len = intToAscii(((ComponentInt*)csi)->value, bv->bv_val ); in comp_convert_asn_to_ldap()
H A DauthorityKeyIdentifier.c1582 ComponentInt *k; in ExtractingComponentGeneralNames()
1618 k = (ComponentInt*)CompAlloc( mem_op, sizeof(ComponentInt)); in ExtractingComponentGeneralNames()