Searched refs:ComponentInt (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | componentlib.c | 722 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 D | componentlib.h | 153 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 D | crl.h | 31 typedef ComponentInt ComponentVersion; /* INTEGER { V1 (0), V2 (1), V3 (2) } */ 42 typedef ComponentInt ComponentCertificateSerialNumber; /* INTEGER */
|
H A D | certificate.h | 53 typedef ComponentInt ComponentVersion; /* INTEGER { V1 (0), V2 (1), V3 (2) } */ 64 typedef ComponentInt ComponentCertificateSerialNumber; /* INTEGER */
|
H A D | authorityKeyIdentifier.h | 37 typedef ComponentInt ComponentCertificateSerialNumber; /* INTEGER */
|
H A D | certificate.c | 1494 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 D | crl.c | 353 ComponentInt *k; in ExtractingComponentTBSCertListSeqOf() 389 k = (ComponentInt*)CompAlloc( mem_op, sizeof(ComponentInt)); in ExtractingComponentTBSCertListSeqOf()
|
H A D | init.c | 352 bv->bv_len = intToAscii(((ComponentInt*)csi)->value, bv->bv_val ); in comp_convert_asn_to_ldap()
|
H A D | authorityKeyIdentifier.c | 1582 ComponentInt *k; in ExtractingComponentGeneralNames() 1618 k = (ComponentInt*)CompAlloc( mem_op, sizeof(ComponentInt)); in ExtractingComponentGeneralNames()
|