Lines Matching defs:host
238 char **host,
329 NULL, (char **) host) == Success) {
332 * If transport is TCP, but we are on the same host as the agent then
338 if (strcmp(hostname, *host) == 0)
430 char **host,
475 retVal = ParseAgentString((char *) value.addr, host, transport, port);
516 char **host,
525 if (gWasAgentSet) { /* check if client set up host */
526 *host = XDPSLNXHost;
532 int status = ParseAgentString(agentenv, host, transport, port);
538 } else if (XDPSNXOnDisplay(dpy, licenseMethod, host, transport, port) ==
542 } else if (FindXDPSNXInXrmDatabase(dpy, host, transport, port) == Success) {