Lines Matching full:gt

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