Lines Matching +full:p +full:- +full:states
6 * Export of this software from the United States of America may
7 * require a specific license from the United States Government.
35 #include "k5-ipc_stream.h"
40 The thread-specific data is defined here.
53 void tspdata_setListening (struct tspdata* p, BOOL b);
54 void tspdata_setConnected (struct tspdata* p, BOOL b);
55 void tspdata_setReplyEvent(struct tspdata* p, HANDLE h);
56 void tspdata_setRpcAState (struct tspdata* p, RPC_ASYNC_STATE* rpcState);
57 void tspdata_setSST (struct tspdata* p, time_t t);
58 void tspdata_setStream (struct tspdata* p, k5_ipc_stream s);
59 void tspdata_setUUID (struct tspdata* p, unsigned char __RPC_FAR* uuidString);
60 HANDLE tspdata_getReplyEvent(const struct tspdata* p);
62 BOOL tspdata_getListening(const struct tspdata* p);
63 BOOL tspdata_getConnected(const struct tspdata* p);
64 RPC_ASYNC_STATE* tspdata_getRpcAState(const struct tspdata* p);
65 time_t tspdata_getSST (const struct tspdata* p);
66 k5_ipc_stream tspdata_getStream (const struct tspdata* p);
67 char* tspdata_getUUID (const struct tspdata* p);