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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Didl.h57 #define BDB_IDL_IS_ZERO(ids) ( (ids)[0] == 0 ) macro
H A Dfilterindex.c271 if( BDB_IDL_IS_ZERO( ids ) )
385 if( BDB_IDL_IS_ZERO( tmp ) ) {
396 if( BDB_IDL_IS_ZERO( ids ) )
604 if( BDB_IDL_IS_ZERO( ids ) )
804 if( BDB_IDL_IS_ZERO( tmp ) ) {
818 if( BDB_IDL_IS_ZERO( ids ) )
926 if( BDB_IDL_IS_ZERO( tmp ) ) {
940 if( BDB_IDL_IS_ZERO( ids ) )
1042 if( BDB_IDL_IS_ZERO( tmp ) ) {
1056 if( BDB_IDL_IS_ZERO( id
[all...]
H A Didl.c339 if ( rc == DB_NOTFOUND || BDB_IDL_IS_ZERO( ids ))
1060 if ( BDB_IDL_IS_ZERO( a ) || BDB_IDL_IS_ZERO( b ) ) {
1146 if ( BDB_IDL_IS_ZERO( b ) ) {
1150 if ( BDB_IDL_IS_ZERO( a ) ) {
1220 if( BDB_IDL_IS_ZERO( a ) ||
1221 BDB_IDL_IS_ZERO( b ) ||
1355 if ( BDB_IDL_IS_ZERO( b ) ) {
1359 if ( BDB_IDL_IS_ZERO( a ) ) {
H A Ddn2id.c1130 if ( cx->bdb->bi_idl_cache_max_size && !BDB_IDL_IS_ZERO( cx->tmp )) {
1139 if ( !BDB_IDL_IS_ZERO( cx->tmp )) {
1166 if ( !BDB_IDL_IS_ZERO( cx->tmp ))
H A Dsearch.c287 if (BDB_IDL_IS_ZERO(newsubs)) break;

Completed in 173 milliseconds