HomeSort by: relevance | last modified time | path
    Searched defs:fscope (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 200 int fscope; /* if TRUE then fdn is within the psearch scope */ member in struct:fbase_cookie
545 fc->fscope = dn_match( fc->fdn, &fc->fss->s_base );
550 fc->fscope = dn_match( &pdn, &fc->fss->s_base );
553 fc->fscope = dnIsSuffix( fc->fdn, &fc->fss->s_base );
556 fc->fscope = dnIsSuffix( fc->fdn, &fc->fss->s_base ) &&
1410 fc.fscope = 0;
1448 if ( e && !is_entry_glue( e ) && fc.fscope ) {
1469 "sid %03x fscope %d rc %d\n",
1470 ss->s_op->o_log_prefix, ss->s_sid, fc.fscope, rc );
1473 if ( fc.fscope && rc == LDAP_COMPARE_TRUE )
    [all...]

Completed in 26 milliseconds