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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
init.c 185 retrieve_matching_rule( char* mr_oid, AsnTypeId type ) {
191 if ( strcmp( atmr->atmr_oid, mr_oid ) == 0 ) {
399 if( strncmp( mr->smr_mrule.mr_oid, DN_MATCH_OID, strlen(DN_MATCH_OID) ) != 0 )
407 if( strncmp( mr->smr_mrule.mr_oid, RDN_MATCH_OID, strlen(RDN_MATCH_OID) ) != 0 )
548 if ( strcmp( mr->smr_mrule.mr_oid, OID_ALL_COMP_MATCH ) != 0 )
551 oid = mr->smr_mrule.mr_oid;
componentlib.h 560 retrieve_matching_rule( char* mr_oid, AsnTypeId type );
  /src/external/bsd/openldap/dist/servers/slapd/
mr.c 250 * note: smr_bvoid uses the same memory of smr_mrule.mr_oid;
253 smr->smr_bvoid.bv_val = smr->smr_mrule.mr_oid;
254 smr->smr_oidlen = strlen( mr->mr_oid );
component.c 740 (*mr)->smr_mrule.mr_oid );
1051 if ( strcmp(_ca->ca_ma_rule->smr_mrule.mr_oid, OID_COMP_FILTER_MATCH ) == 0) {
1273 if ( strcmp(ca->ca_ma_rule->smr_mrule.mr_oid,
slap.h 529 * provided by smr_mrule.mr_oid; a macro that expands to
644 #define smr_oid smr_mrule.mr_oid
  /src/external/bsd/openldap/dist/include/
ldap_schema.h 58 char *mr_oid; /* REQUIRED */ member in struct:ldap_matchingrule
  /src/external/bsd/openldap/dist/libraries/libldap/
schema.c 57 return( choose_name( mr->mr_names, mr->mr_oid ) );
451 print_numericoid(ss, mr->mr_oid);
1638 LDAP_FREE(mr->mr_oid);
1687 mr->mr_oid = ldap_int_parse_numericoid(&ss,code,flags);
1688 if ( !mr->mr_oid ) {

Completed in 59 milliseconds