Searched refs:BDB_IDL_DB_SIZE (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Didl.h26 #define BDB_IDL_DB_SIZE (1<<BDB_IDL_LOGN) macro
30 #define BDB_IDL_DB_MAX (BDB_IDL_DB_SIZE-1)
H A Dsearch.c167 curscop = aliases + BDB_IDL_DB_SIZE; /* Aliases in the current scope */
168 subscop = curscop + BDB_IDL_DB_SIZE; /* The current scope */
169 visited = subscop + BDB_IDL_DB_SIZE; /* IDs we've seen in this search */
170 newsubs = visited + BDB_IDL_DB_SIZE; /* New subtrees we've added */
171 oldsubs = newsubs + BDB_IDL_DB_SIZE; /* Subtrees added previously */
172 tmp = oldsubs + BDB_IDL_DB_SIZE; /* Scratch space for deref_base() */
177 subscop2 = tmp + BDB_IDL_DB_SIZE;
210 subscop2+BDB_IDL_DB_SIZE );
322 ID scopes[BDB_IDL_DB_SIZE];
H A Dtools.c965 if ( !ic->head && ic->count <= BDB_IDL_DB_SIZE ) {
984 if ( rc == 0 && ic->count > BDB_IDL_DB_SIZE ) {
1010 } else if ( ic->count > BDB_IDL_DB_SIZE ) {
1156 ic->count = BDB_IDL_DB_SIZE+1;
1168 if ( ic->count > BDB_IDL_DB_SIZE ) {
1172 } else if ( ic->count == BDB_IDL_DB_SIZE ) {
H A Didl.c541 # if BDB_IDL_DB_SIZE < 4096
547 ID buf[BDB_IDL_DB_SIZE*BDB_ENOUGH];

Completed in 106 milliseconds