Home
last modified time | relevance | path

Searched refs:wt_modify (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dmodify.c451 wt_modify( Operation *op, SlapReply *rs ) in wt_modify() function
468 Debug( LDAP_DEBUG_ARGS, LDAP_XSTRING(wt_modify) ": %s\n", in wt_modify()
510 LDAP_XSTRING(wt_modify) in wt_modify()
523 LDAP_XSTRING(wt_modify) ": entry is referral\n" ); in wt_modify()
549 "<=- " LDAP_XSTRING(wt_modify) ": pre-read " in wt_modify()
569 Debug( LDAP_DEBUG_TRACE, LDAP_XSTRING(wt_modify) ": session id: %p\n", in wt_modify()
578 LDAP_XSTRING(wt_modify) ": modify failed (%d)\n", in wt_modify()
589 LDAP_XSTRING(wt_modify) ": id2entry update failed " "(%d)\n", in wt_modify()
612 "<== " LDAP_XSTRING(wt_modify) in wt_modify()
621 LDAP_XSTRING(wt_modify) ": updated%s id=%08lx dn=\"%s\"\n", in wt_modify()
[all …]
H A Dproto-wt.h164 extern BI_op_delete wt_modify;
H A Dinit.c270 bi->bi_op_modify = wt_modify; in wt_back_initialize()