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

  /src/external/bsd/openldap/dist/servers/slapd/
mr.c 361 if ( m->smru_str.bv_val ) {
362 ch_free( m->smru_str.bv_val );
363 m->smru_str.bv_val = NULL;
535 if ( mru->smru_str.bv_val == NULL ) {
536 if ( ldap_matchingruleuse2bv( &mru->smru_mruleuse, &mru->smru_str )
544 mru->smru_str.bv_len, mru->smru_str.bv_val );
549 if( attr_merge_one( e, ad_matchingRuleUse, &mru->smru_str, &nval ) ) {
slap.h 656 struct berval smru_str; member in struct:MatchingRuleUse

Completed in 29 milliseconds