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

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Didl.h39 #define WT_IDL_IS_RANGE(ids) ((ids)[0] == NOID) macro
42 #define WT_IDL_SIZEOF(ids) ((WT_IDL_IS_RANGE(ids) \
73 #define WT_IDL_LAST( ids ) ( WT_IDL_IS_RANGE(ids) \
76 #define WT_IDL_N( ids ) ( WT_IDL_IS_RANGE(ids) \
H A Didl.c42 if( WT_IDL_IS_RANGE( ids ) ) {
55 if( WT_IDL_IS_RANGE( ids ) ) {
149 if (WT_IDL_IS_RANGE( ids )) {
210 if (WT_IDL_IS_RANGE( ids )) {
300 if ( WT_IDL_IS_RANGE( a ) ) {
301 if ( WT_IDL_IS_RANGE(b) ) {
319 if ( WT_IDL_IS_RANGE( b )
379 if ( WT_IDL_IS_RANGE( a ) || WT_IDL_IS_RANGE(b) ) {
446 WT_IDL_IS_RANGE(
[all...]

Completed in 85 milliseconds