Searched refs:elmtLen (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| D | crl.c | 14 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()
|
| D | componentlib.c | 2174 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()
|
| D | authorityKeyIdentifier.c | 14 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()
|
| D | certificate.c | 14 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/ |
| D | slap.h | 3212 int elmtLen,
|