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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dkey.c89 if ( slapMode & SLAP_TOOL_QUICK )
H A Ddbcache.c179 if ( !( slapMode & SLAP_TOOL_QUICK ))
183 if ( (slapMode & (SLAP_TOOL_QUICK|SLAP_TRUNCATE_MODE)) ==
184 (SLAP_TOOL_QUICK|SLAP_TRUNCATE_MODE))
H A Dtools.c129 if (( slapMode & (SLAP_TOOL_QUICK|SLAP_TOOL_READONLY)) == SLAP_TOOL_QUICK ) {
663 if (! (slapMode & SLAP_TOOL_QUICK)) {
689 if (( slapMode & SLAP_TOOL_QUICK ) && (( e->e_id & 0xfff ) == 0xfff )) {
721 if ( !( slapMode & SLAP_TOOL_QUICK )) {
735 if ( !( slapMode & SLAP_TOOL_QUICK )) {
833 if (! (slapMode & SLAP_TOOL_QUICK)) {
864 if (! (slapMode & SLAP_TOOL_QUICK)) {
876 if (! (slapMode & SLAP_TOOL_QUICK)) {
916 if (! (slapMode & SLAP_TOOL_QUICK)) {
[all...]
H A Dinit.c152 if ( slapMode & SLAP_TOOL_QUICK ) {
207 slapMode ^= SLAP_TOOL_QUICK;
628 if ( !( slapMode & SLAP_TOOL_QUICK ) && bdb->bi_cache.c_txn ) {
668 if ( !( slapMode & ( SLAP_TOOL_QUICK|SLAP_TOOL_READONLY ))) {
689 rc = alock_close( &bdb->bi_alock_info, slapMode & SLAP_TOOL_QUICK );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dslapadd.c367 checkvals = (slapMode & SLAP_TOOL_QUICK) ? 0 : 1;
370 if ( slapMode & SLAP_TOOL_QUICK ) {
H A Dslapcommon.c500 mode |= SLAP_TOOL_QUICK;
H A Dslap.h1620 #define SLAP_TOOL_QUICK 0x0800 macro

Completed in 135 milliseconds