Home
last modified time | relevance | path

Searched refs:TMASYNC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa.c93 if (LF_ISSET(TMASYNC))
132 if (LF_ISSET(TMASYNC))
170 #define OK_FLAGS (TMJOIN | TMRESUME | TMNOWAIT | TMASYNC | TMNOFLAGS)
177 if (LF_ISSET(TMASYNC))
287 if (LF_ISSET(TMASYNC))
339 if (LF_ISSET(TMASYNC))
556 if (LF_ISSET(TMASYNC))
605 if (LF_ISSET(TMASYNC))
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dxa.h91 #define TMASYNC 0x80000000L /* perform routine asynchronously */ macro