Searched refs:mr_names (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_schema.h59 char **mr_names; /* OPTIONAL */ member in struct:ldap_matchingrule
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c57 return( choose_name( mr->mr_names, mr->mr_oid ) );
454 if ( mr->mr_names ) {
456 print_qdescrs(ss,mr->mr_names);
1639 if (mr->mr_names) LDAP_VFREE(mr->mr_names);
1743 mr->mr_names = parse_qdescrs(&ss,code);
1744 if ( !mr->mr_names ) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h642 #define smr_names smr_mrule.mr_names

Completed in 208 milliseconds