Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dtools.c304 wt_tool_entry_put( BackendDB *be, Entry *e, struct berval *text ) in wt_tool_entry_put() function
318 "=> " LDAP_XSTRING(wt_tool_entry_put) in wt_tool_entry_put()
341 "=> " LDAP_XSTRING(wt_tool_entry_put) ": %s\n", in wt_tool_entry_put()
352 "=> " LDAP_XSTRING(wt_tool_entry_put) ": %s\n", in wt_tool_entry_put()
364 "=> " LDAP_XSTRING(wt_tool_entry_put) ": %s\n", in wt_tool_entry_put()
377 "=> " LDAP_XSTRING(wt_tool_entry_put) ": %s\n", in wt_tool_entry_put()
388 "=> " LDAP_XSTRING(wt_tool_entry_put) ": %s\n", in wt_tool_entry_put()
H A Dproto-wt.h176 extern BI_tool_entry_put wt_tool_entry_put;
H A Dinit.c289 bi->bi_tool_entry_put = wt_tool_entry_put; in wt_back_initialize()