HomeSort by: relevance | last modified time | path
    Searched refs:bi_tool_entry_close (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-null/
null.c 461 bi->bi_tool_entry_close = null_tool_entry_close;
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
init.c 356 bi->bi_tool_entry_close = wt_tool_entry_close;
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
init.c 510 bi->bi_tool_entry_close = mdb_tool_entry_close;
  /src/external/bsd/openldap/dist/servers/slapd/
backglue.c 793 || !bd->bd_info->bi_tool_entry_close )
800 bd->bd_info->bi_tool_entry_close( bd );
1344 if ( bi->bi_tool_entry_close )
1345 oi->oi_bi.bi_tool_entry_close = glue_tool_entry_close;
slap.h 1854 #define be_entry_close bd_info->bi_tool_entry_close
2244 typedef int (BI_tool_entry_close) LDAP_P(( BackendDB *be ));
2350 BI_tool_entry_close *bi_tool_entry_close; member in struct:BackendInfo
bconfig.c 7836 if ( bi && bi->bi_tool_entry_close )
7837 return bi->bi_tool_entry_close( &cfb->cb_db );
8185 bi->bi_tool_entry_close = config_tool_entry_close;
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
init.c 2090 bi->bi_tool_entry_close = 0;
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 2196 bi->bi_tool_entry_close = ldif_tool_entry_close;

Completed in 26 milliseconds