Home
last modified time | relevance | path

Searched refs:SetAnyTypeByComponentOid (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c49 …rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->value, (&((… in MatchingComponentOtherName()
124 rc = SetAnyTypeByComponentOid ((&k->value), (&k->type_id));
221 rc = SetAnyTypeByComponentOid ((&k->value), (&k->type_id));
271 …rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->value, (&((… in MatchingComponentORAddress()
349 rc = SetAnyTypeByComponentOid ((&k->value), (&k->type_id));
465 rc = SetAnyTypeByComponentOid ((&k->value), (&k->type_id));
H A Dcertificate.c107 …rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)->p… in MatchingComponentAlgorithmIdentifier()
191 rc = SetAnyTypeByComponentOid ((&k->parameters), (&k->algorithm));
283 rc = rc = SetAnyTypeByComponentOid ((&k->parameters), (&k->algorithm));
809 …rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentAttributeTypeAndValue*)csi_attr)-… in MatchingComponentAttributeTypeAndValue()
882 rc = SetAnyTypeByComponentOid ((&k->value), (&k->type));
974 rc = rc = SetAnyTypeByComponentOid ((&k->value), (&k->type));
H A Dcomponentlib.c1785 SetAnyTypeByComponentOid ( ComponentAny *v, ComponentOid *id ) { in SetAnyTypeByComponentOid() function