Home
last modified time | relevance | path

Searched refs:elmtLen (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
Dcrl.c14 AsnLen elmtLen; in BDecComponentCertificateListTop() local
17 elmtLen = BDecLen ( b, bytesDecoded ); in BDecComponentCertificateListTop()
18 if ( elmtLen <= 0 ) return (-1); in BDecComponentCertificateListTop()
23 …return BDecComponentCertificateList( mem_op, b, tag, elmtLen, ( ComponentCertificateList**)v, (Asn… in BDecComponentCertificateListTop()
Dcomponentlib.c2174 AsnLen elmtLen _AND_ in BDecComponentTop()
2179 elmtLen = BDecLen ( b, bytesDecoded ); in BDecComponentTop()
2180 if ( elmtLen <= 0 ) return (-1); in BDecComponentTop()
2185 … return (*decoder)( mem_op, b, tag, elmtLen, (ComponentSyntaxInfo*)v,(int*)bytesDecoded, mode ); in BDecComponentTop()
DauthorityKeyIdentifier.c14 AsnLen elmtLen; in BDecComponentAuthorityKeyIdentifierTop() local
17 elmtLen = BDecLen ( b, bytesDecoded ); in BDecComponentAuthorityKeyIdentifierTop()
18 if ( elmtLen <= 0 ) return (-1); in BDecComponentAuthorityKeyIdentifierTop()
23 …return BDecComponentAuthorityKeyIdentifier( mem_op, b, tag, elmtLen, ( ComponentAuthorityKeyIdenti… in BDecComponentAuthorityKeyIdentifierTop()
Dcertificate.c14 AsnLen elmtLen; in BDecComponentCertificateTop() local
17 elmtLen = BDecLen ( b, bytesDecoded ); in BDecComponentCertificateTop()
18 if ( elmtLen <= 0 ) return (-1); in BDecComponentCertificateTop()
23 …return BDecComponentCertificate( mem_op, b, tag, elmtLen, (ComponentCertificate**)v,(AsnLen*)bytes… in BDecComponentCertificateTop()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dslap.h3212 int elmtLen,