Searched refs:ndn2path (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
H A D | ldif.c | 198 ndn2path( Operation *op, struct berval *dn, struct berval *res, int empty_ok ) in ndn2path() function 709 rc = ndn2path( op, &op->o_req_ndn, &path, 0 ); in get_entry() 1023 (void) ndn2path( op, &op->o_req_ndn, &path, 1 ); in search_tree() 1068 rc = ndn2path( op, ndn, dnpath, 0 ); in ldif_prepare_create() 1267 if ( ndn2path( op, &ndn, &path, 0 ) != LDAP_SUCCESS ) { in ldif_back_referrals() 1503 rc = ndn2path( op, &op->o_req_ndn, &path, 0 ); in ldif_back_delete() 1889 ndn2path( &op, &e->e_nname, &path, 0 ); in ldif_tool_entry_modify() 1911 ndn2path( &op, ndn, &path, 0 ); in ldif_tool_entry_delete()
|