Searched refs:wt_dn2entry (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
H A D | dn2entry.c | 38 int wt_dn2entry( BackendDB *be, in wt_dn2entry() function 61 LDAP_XSTRING(wt_dn2entry) in wt_dn2entry() 76 LDAP_XSTRING(wt_dn2entry) in wt_dn2entry() 94 LDAP_XSTRING(wt_dn2entry) in wt_dn2entry() 125 rc = wt_dn2entry(be, wc, &pdn, &e); in wt_dn2pentry()
|
H A D | bind.c | 76 rc = wt_dn2entry(op->o_bd, wc, &op->o_req_ndn, &e); in wt_bind()
|
H A D | delete.c | 91 rc = wt_dn2entry(op->o_bd, wc, &pdn, &p); in wt_delete() 133 rc = wt_dn2entry(op->o_bd, wc, &op->o_req_ndn, &e); in wt_delete()
|
H A D | compare.c | 58 rs->sr_err = wt_dn2entry(op->o_bd, wc, &op->o_req_ndn, &e); in wt_compare()
|
H A D | proto-wt.h | 135 int wt_dn2entry( BackendDB *be,
|
H A D | add.c | 114 rc = wt_dn2entry(op->o_bd, wc, &op->o_req_ndn, &e); in wt_add()
|
H A D | search.c | 374 rc = wt_dn2entry(op->o_bd, wc, &op->o_req_ndn, &e); in wt_search()
|
H A D | modify.c | 496 rc = wt_dn2entry(op->o_bd, wc, &op->o_req_ndn, &e); in wt_modify()
|