Searched refs:LDAPStructureRule (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_schema.h139 } LDAPStructureRule; typedef in typeref:struct:ldap_structurerule
201 LDAPStructureRule * sr ));
233 LDAPStructureRule * sr ));
235 LDAP_F( LDAPStructureRule * )
293 LDAPStructureRule * sr ));
297 LDAPStructureRule * sr, struct berval *bv ));
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c96 ldap_structurerule2name( LDAPStructureRule * sr )
725 ldap_structurerule2str( LDAPStructureRule * sr )
735 ldap_structurerule2bv( LDAPStructureRule * sr, struct berval *bv )
2978 ldap_structurerule_free(LDAPStructureRule * sr)
2989 LDAPStructureRule *
3003 LDAPStructureRule * sr;
3014 sr = LDAP_CALLOC(1,sizeof(LDAPStructureRule));

Completed in 126 milliseconds