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

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Didl.h45 #define WT_IDL_RANGE_FIRST(ids) ((ids)[1]) macro
H A Didl.c43 assert( WT_IDL_RANGE_FIRST(ids) <= WT_IDL_RANGE_LAST(ids) );
58 (long) WT_IDL_RANGE_FIRST( ids ),
151 if (id >= WT_IDL_RANGE_FIRST(ids) && id <= WT_IDL_RANGE_LAST(ids))
153 if (id < WT_IDL_RANGE_FIRST(ids))
320 && WT_IDL_RANGE_FIRST( b ) <= WT_IDL_FIRST( a )
538 if (id >= WT_IDL_RANGE_FIRST(ids) && id <= WT_IDL_RANGE_LAST(ids))
540 if (id < WT_IDL_RANGE_FIRST(ids))

Completed in 79 milliseconds