Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_schema.h62 char *mr_syntax_oid; /* REQUIRED */ member
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c469 if ( mr->mr_syntax_oid ) { in ldap_matchingrule2bv()
472 print_literal(ss, mr->mr_syntax_oid); in ldap_matchingrule2bv()
1641 if (mr->mr_syntax_oid) LDAP_FREE(mr->mr_syntax_oid); in ldap_matchingrule_free()
1792 mr->mr_syntax_oid = in ldap_str2matchingrule()
1794 if ( !mr->mr_syntax_oid ) { in ldap_str2matchingrule()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h645 #define smr_syntax_oid smr_mrule.mr_syntax_oid