Home
last modified time | relevance | path

Searched refs:SLAP_TOOL_QUICK (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dindex.c192 if ( slapMode & SLAP_TOOL_QUICK ) in indexer()
198 if (( slapMode & SLAP_TOOL_QUICK ) && slap_tool_thread_max > 2 ) { in indexer()
277 if ( !(slapMode & SLAP_TOOL_QUICK)) in indexer()
H A Dinit.c176 if ( slapMode & SLAP_TOOL_QUICK ) in mdb_db_open()
341 if (!(slapMode & (SLAP_TOOL_QUICK|SLAP_TOOL_READONLY))) { in mdb_db_close()
H A Dtools.c111 if ( slapMode & SLAP_TOOL_QUICK ) in mdb_tool_entry_open()
118 if (( slapMode & (SLAP_TOOL_QUICK|SLAP_TOOL_READONLY)) == SLAP_TOOL_QUICK ) { in mdb_tool_entry_open()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dslapadd.c393 checkvals = (slapMode & SLAP_TOOL_QUICK) ? 0 : 1; in slapadd()
396 if ( slapMode & SLAP_TOOL_QUICK ) { in slapadd()
H A Dslapmodify.c103 checkvals = (slapMode & SLAP_TOOL_QUICK) ? 0 : 1; in slapmodify()
H A Dslapcommon.c519 mode |= SLAP_TOOL_QUICK; in slap_tool_init()
H A Dslap.h1606 #define SLAP_TOOL_QUICK 0x0800 macro