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

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 187 struct berval sndn; member in struct:opcookie
1185 opc->sdn.bv_len + 1 + opc->sndn.bv_len + 1;
1191 ri->ri_ndn.bv_len = opc->sndn.bv_len;
1193 opc->sndn.bv_val ) + 1;
1329 fc.fdn = saveit ? &op->o_req_ndn : &opc->sndn;
1364 ber_dupbv_x( &opc->sndn, &op->orr_nnewDN, op->o_tmpmemctx );
1367 ber_dupbv_x( &opc->sndn, &e->e_nname, op->o_tmpmemctx );
1572 if ( !BER_BVISNULL( &opc->sndn ))
1573 op->o_tmpfree( opc->sndn.bv_val, op->o_tmpmemctx );

Completed in 100 milliseconds