Home
last modified time | relevance | path

Searched refs:oc_at_oids_may (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPObjClass.cpp52 this->setMay (o->oc_at_oids_may); in LDAPObjClass()
/netbsd/external/bsd/openldap/dist/include/
H A Dldap_schema.h102 char **oc_at_oids_may; /* OPTIONAL */ member
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c623 if ( oc->oc_at_oids_may ) { in ldap_objectclass2bv()
626 print_oids(ss,oc->oc_at_oids_may); in ldap_objectclass2bv()
2431 if (oc->oc_at_oids_may) LDAP_VFREE(oc->oc_at_oids_may); in ldap_objectclass_free()
2671 oc->oc_at_oids_may = parse_oids(&ss,code,0); in ldap_str2objectclass()
2672 if ( !oc->oc_at_oids_may && *code != LDAP_SUCCESS ) { in ldap_str2objectclass()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h783 #define soc_at_oids_may soc_oclass.oc_at_oids_may