Home
last modified time | relevance | path

Searched refs:DB_OPFLAGS_MASK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_join.c176 operation = LF_ISSET(DB_OPFLAGS_MASK);
180 LF_CLR(DB_OPFLAGS_MASK);
H A Ddb_am.c149 op = LF_ISSET(DB_OPFLAGS_MASK);
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h374 #define DB_OPFLAGS_MASK 0x1f /* Mask for operations flags. */ macro