Lines Matching full:gt
27 <p>The Windows username is referred to below as "<USER>." </p>
28 <p>The Windows Logon Security Identifier is referred to as "<LSID>." </p>
29 <p><UUID> means a thread-specific UUID.</p>
30 <p><SST> means <strong>s</strong>erver <strong>s</strong>tart <strong>t</strong>ime, a time_t…
40 …PC endpoint. The server's endpoint is CCS_<LSID> and the client's endpoint is CCAPI_<UUID…
61 …<li>The server creates one CCS_<LSID> endpoint to listen for connection requests and client …
64 <li>ccs_rpc_connect(msgtype, UUIDlen, <UUID>, status)</li>
65 …<li>ccs_rpc_request(msgtype, UUIDlen, <UUID>, msglen, msg, SST, status) called by client. NB…
69 <li>Each client thread creates a CCAPI_<UUID> endpoint. It has the functions
86 …<li>Generate <UUID> and save in thread-specific storage. This serves as the client ID / ccs_…
89 …<li>Create canonical server connection endpoint from the <LSID>, which the client and server…
90 <li>Test if server is listening to the CCS_<LSID> endpoint.
95 <li>Call ccs_connect(<UUID>) on the CCS_<LSID> endpoint.</li>
107 <li>Start listener thread, create listener endpoint, listen on CCS_<LSID> endpoint. </li>
111 <li>Client calls ccs_connect(<UUID>) on server's CCS_<LSID> endpoint.</li>
116 <li>calls isAlive on CCAPI_<UUID>.
127 …<li>Client calls ccs_rpc_request(msglen, msg, msgtype, UUIDlen, <UUID>, SST, status) on …
129 …quest, processes, calls ccs_rpc_reply(replylen, reply, msgtype, status) on CCAPI_<UUID>.</li>