Searched refs:mr_oid (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dinit.c185 retrieve_matching_rule( char* mr_oid, AsnTypeId type ) { argument
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;
H A Dcomponentlib.h560 retrieve_matching_rule( char* mr_oid, AsnTypeId type );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dmr.c250 * 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 );
H A Dcomponent.c740 (*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,
H A Dslap.h526 * provided by smr_mrule.mr_oid; a macro that expands to
641 #define smr_oid smr_mrule.mr_oid
/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_schema.h58 char *mr_oid; /* REQUIRED */ 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 ) );
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 295 milliseconds