Home
last modified time | relevance | path

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

/freebsd/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.h16 const long _sst; variable
31 const long sst() const {return _sst;} in sst()
H A Dccs_os_server.cpp49 time_t _sst = 0; variable
85 void setMySST() {_sst = time(&_sst);} in setMySST()
86 time_t getMySST() {return _sst;} in getMySST()
/freebsd/crypto/krb5/src/ccapi/common/win/
H A Dtls.c45 void tspdata_setSST (struct tspdata* p, time_t t) {p->_sst = t;} in tspdata_setSST()
55 time_t tspdata_getSST (const struct tspdata* p) {return p->_sst;} in tspdata_getSST()
H A Dtls.h48 time_t _sst; member