Searched refs:WT_IDL_RANGE_LAST (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Didl.h46 #define WT_IDL_RANGE_LAST(ids) ((ids)[2]) macro
H A Didl.c43 assert( WT_IDL_RANGE_FIRST(ids) <= WT_IDL_RANGE_LAST(ids) );
59 (long) WT_IDL_RANGE_LAST( ids ) );
151 if (id >= WT_IDL_RANGE_FIRST(ids) && id <= WT_IDL_RANGE_LAST(ids))
155 else if (id > WT_IDL_RANGE_LAST(ids))
321 && WT_IDL_RANGE_LAST( b ) >= WT_IDL_LLAST( a ) ) {
538 if (id >= WT_IDL_RANGE_FIRST(ids) && id <= WT_IDL_RANGE_LAST(ids))
542 else if (id > WT_IDL_RANGE_LAST(ids))

Completed in 87 milliseconds