Searched defs:S_PAST_EOF (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree.h97 #define S_PAST_EOF 0x02000 /* If doing insert search (or keyfirst macro
106 #define S_INSERT (S_WRITE | S_DUPLAST | S_PAST_EOF | S_STACK)
107 #define S_KEYFIRST (S_WRITE | S_DUPFIRST | S_PAST_EOF | S_STACK)
108 #define S_KEYLAST (S_WRITE | S_DUPLAST | S_PAST_EOF | S_STACK)
109 #define S_WRPAIR (S_WRITE | S_DUPLAST | S_PAST_EOF | S_PARENT)

Completed in 54 milliseconds