Searched refs:BDB_IDL_LAST (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Didl.h67 #define BDB_IDL_LAST( ids ) ( BDB_IDL_IS_RANGE(ids) \ macro
H A Didl.c176 if (id >= BDB_IDL_FIRST(ids) && id <= BDB_IDL_LAST(ids))
180 else if (id > BDB_IDL_LAST(ids))
1066 idmax = IDL_MIN( BDB_IDL_LAST(a), BDB_IDL_LAST(b) );
1097 && BDB_IDL_LAST( b ) >= BDB_IDL_LAST( a ) ) {
1157 idb = IDL_MAX( BDB_IDL_LAST(a), BDB_IDL_LAST(b) );
1316 if (id >= BDB_IDL_FIRST(ids) && id <= BDB_IDL_LAST(ids))
1320 else if (id > BDB_IDL_LAST(id
[all...]
H A Dfilterindex.c227 (long) BDB_IDL_LAST( ids ) );
287 (long) BDB_IDL_LAST(ids) );
405 (long) BDB_IDL_LAST(ids) );
620 (long) BDB_IDL_LAST(ids) );
696 (long) BDB_IDL_LAST(ids) );
828 (long) BDB_IDL_LAST(ids) );
949 (long) BDB_IDL_LAST(ids) );
1065 (long) BDB_IDL_LAST(ids) );
1179 (long) BDB_IDL_LAST(ids) );
H A Dsearch.c1226 (long) BDB_IDL_LAST(ids) );
H A Ddn2id.c428 (long) BDB_IDL_FIRST( ids ), (long) BDB_IDL_LAST( ids ) );

Completed in 242 milliseconds