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

  /xsrc/external/mit/libICE/dist/src/
register.c 114 p->auth_procs = malloc (authCount * sizeof (IcePoAuthProc));
119 p->auth_procs[i] = authProcs[i];
125 p->auth_procs = NULL;
213 p->auth_procs = malloc (authCount * sizeof (IcePaAuthProc));
218 p->auth_procs[i] = authProcs[i];
224 p->auth_procs = NULL;
process.c 849 authProc = protocol->auth_procs[(int)(iceConn->
1241 authProc = myProtocol->auth_procs[realAuthIndex];
1445 IcePaAuthProc authProc = myProtocol->auth_procs[(int)
1676 authProc = myProtocol->auth_procs[(int)
2118 myProtocol->auth_procs[myAuthIndex];
2312 IcePoAuthProc authProc = myProtocol->auth_procs[(int)
  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEconn.h 57 IcePoAuthProc *auth_procs; member in struct:__anon5471
70 IcePaAuthProc *auth_procs; member in struct:__anon5472
  /xsrc/external/mit/libSM/dist/src/
sm_manager.c 114 IcePaAuthProc auth_procs[] = {_IcePaMagicCookie1Proc};
142 auth_count, auth_names, auth_procs, hostBasedAuthProc,
113 IcePaAuthProc auth_procs[] = {_IcePaMagicCookie1Proc}; local
sm_client.c 75 IcePoAuthProc auth_procs[] = {_IcePoMagicCookie1Proc};
100 auth_count, auth_names, auth_procs, NULL)) < 0)
74 IcePoAuthProc auth_procs[] = {_IcePoMagicCookie1Proc}; local

Completed in 7 milliseconds