Home
last modified time | relevance | path

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

/src/crypto/krb5/src/ccapi/server/win/
H A DWorkItem.cpp51 : _buf(buf), _rpcmsg(type), _pipe(pipe), _sst(sst) { } in WorkItem()
53 WorkItem::WorkItem(const WorkItem& item) : _buf(NULL), _rpcmsg(0), _pipe(NULL), _sst(0) { in WorkItem()
60 WorkItem(_buf, item._pipe, item._rpcmsg, item._sst); in WorkItem()
63 WorkItem::WorkItem() : _buf(NULL), _rpcmsg(CCMSG_INVALID), _pipe(NULL), _sst(0) { } in WorkItem()
101 sprintf(buf, "WorkItem msg#:%d sst:%ld pipe:<%s>/0x%X", _rpcmsg, _sst, in print()
H A Dworkitem.h15 const long _rpcmsg; variable
30 const long type() const {return _rpcmsg;} in type()