Home
last modified time | relevance | path

Searched refs:WT_IDL_IS_ZERO (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Didl.c284 if ( WT_IDL_IS_ZERO( a ) || WT_IDL_IS_ZERO( b ) ) { in wt_idl_intersection()
370 if ( WT_IDL_IS_ZERO( b ) ) { in wt_idl_union()
374 if ( WT_IDL_IS_ZERO( a ) ) { in wt_idl_union()
444 if( WT_IDL_IS_ZERO( a ) ||
445 WT_IDL_IS_ZERO( b ) ||
577 if ( WT_IDL_IS_ZERO( b ) ) { in wt_idl_append()
581 if ( WT_IDL_IS_ZERO( a ) ) { in wt_idl_append()
H A Dfilterindex.c217 if( WT_IDL_IS_ZERO( ids ) ) in equality_candidates()
334 if( WT_IDL_IS_ZERO( tmp ) ) { in approx_candidates()
348 if( WT_IDL_IS_ZERO( ids ) ) in approx_candidates()
463 if( WT_IDL_IS_ZERO( tmp ) ) { in substring_candidates()
477 if( WT_IDL_IS_ZERO( ids ) ) in substring_candidates()
540 if( WT_IDL_IS_ZERO( ids ) ) in list_candidates()
H A Didl.h62 #define WT_IDL_IS_ZERO(ids) ( (ids)[0] == 0 ) macro
H A Dsearch.c202 if ( WT_IDL_IS_ZERO( ids ) && rc == LDAP_SUCCESS ) in search_candidates()