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

  /src/external/bsd/openldap/dist/clients/tools/
common.c 2132 struct berval prevdn; local
2134 rc = ldap_parse_entrychange_control( ld, ctrl, &chgtype, &prevdn,
2161 if ( prevdn.bv_val != NULL ) {
2162 len = snprintf( ptr, blen, " prevdn %s", prevdn.bv_val );

Completed in 23 milliseconds