Searched refs:_sst (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/krb5/src/ccapi/server/win/ |
| H A D | WorkItem.cpp | 51 : _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 D | workitem.h | 16 const long _sst; variable 31 const long sst() const {return _sst;} in sst()
|
| H A D | ccs_os_server.cpp | 49 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 D | tls.c | 45 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 D | tls.h | 48 time_t _sst; member
|