Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c1033 TXN_DETAIL *hold_tp, *req_tp; local
1036 req_tp = (TXN_DETAIL *)((u_int8_t *)mgr->region + req_off);
1038 while (req_tp->parent != 0) {
1039 req_tp =
1040 (TXN_DETAIL *)((u_int8_t *)mgr->region + req_tp->parent);
1041 if (req_tp->txnid == hold_tp->txnid)