HomeSort by: relevance | last modified time | path
    Searched refs:networkId (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/libICE/dist/src/
getauth.c 59 const char *networkId,
67 entry = IceGetAuthFileEntry (protocolName, networkId, authName);
90 const char *networkId,
106 strcmp (networkId, entry->network_id) == 0 &&
listenwk.c 49 char *networkId;
86 networkId = _IceTransGetMyNetworkId (transConns[i]);
88 if (networkId)
91 listenObjs[*countRet].network_id = networkId;
listen.c 47 char *networkId;
82 networkId = _IceTransGetMyNetworkId (transConns[i]);
84 if (networkId)
87 listenObjs[*countRet].network_id = networkId;
  /xsrc/external/mit/xtrans/dist/
Xtransutil.c 247 char *networkId = NULL;
261 networkId = malloc (3 + strlen (transName) +
263 if (networkId != NULL)
264 sprintf (networkId, "%s/%s:%s", transName,
292 networkId = malloc (3 + strlen (transName) +
294 if (networkId != NULL)
295 sprintf (networkId, "%s/%s:%s", transName, hostnamebuf, portnumbuf);
305 return (networkId);
  /xsrc/external/mit/MesaLib/dist/include/GL/
glxext.h 779 int networkId;
807 typedef int ( *PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
816 int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
glxext.h 763 int networkId;
791 typedef int ( *PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
800 int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
  /xsrc/external/mit/libepoxy/src/
glx_generated.h 97 int networkId;
555 typedef int (GLAPIENTRY *PFNGLXHYPERPIPECONFIGSGIXPROC)(Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId);
764 EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXHyperpipeConfigSGIX)(Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId);
glx_generated_dispatch.c 4296 GEN_THUNKS_RET(int, glXHyperpipeConfigSGIX, (Display * dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX * cfg, int * hpId), (dpy, networkId, npipes, cfg, hpId))
  /xsrc/external/mit/xorgproto/dist/include/GL/
glxproto.h 1267 CARD32 networkId;

Completed in 27 milliseconds