HomeSort by: relevance | last modified time | path
    Searched refs:LDAPMatchingRule (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
ldap_schema.h 64 } LDAPMatchingRule;
177 LDAPMatchingRule * mr ));
209 LDAPMatchingRule * mr ));
277 LDAP_F( LDAPMatchingRule * )
341 LDAPMatchingRule * mr ));
345 LDAPMatchingRule * mr, struct berval *bv ));
  /src/external/bsd/openldap/dist/servers/slapd/
mr.c 101 ldap_matchingrule_free((LDAPMatchingRule *)m);
216 LDAPMatchingRule *mr,
247 AC_MEMCPY( &smr->smr_mrule, mr, sizeof(LDAPMatchingRule));
284 LDAPMatchingRule *mr;
proto-slap.h 1380 LDAP_SLAPD_F (int) mr_add LDAP_P(( LDAPMatchingRule *mr,
slap.h 521 LDAPMatchingRule smr_mrule;
  /src/external/bsd/openldap/dist/libraries/libldap/
schema.c 54 ldap_matchingrule2name( LDAPMatchingRule * mr )
427 ldap_matchingrule2str( LDAPMatchingRule * mr )
437 ldap_matchingrule2bv( LDAPMatchingRule * mr, struct berval *bv )
1635 ldap_matchingrule_free( LDAPMatchingRule * mr )
1646 LDAPMatchingRule *
1659 LDAPMatchingRule * mr;
1670 mr = LDAP_CALLOC(1,sizeof(LDAPMatchingRule));

Completed in 38 milliseconds