Home
last modified time | relevance | path

Searched refs:auth_procs (Results 1 – 5 of 5) sorted by relevance

/dports/x11/libICE/libICE-1.0.10/src/
H A Dregister.c105 p->auth_procs = malloc (authCount * sizeof (IcePoAuthProc)); in IceRegisterForProtocolSetup()
110 p->auth_procs[i] = authProcs[i]; in IceRegisterForProtocolSetup()
116 p->auth_procs = NULL; in IceRegisterForProtocolSetup()
204 p->auth_procs = malloc (authCount * sizeof (IcePaAuthProc)); in IceRegisterForProtocolReply()
209 p->auth_procs[i] = authProcs[i]; in IceRegisterForProtocolReply()
215 p->auth_procs = NULL; in IceRegisterForProtocolReply()
H A Dprocess.c836 authProc = protocol->auth_procs[(int)(iceConn-> in ProcessError()
1220 authProc = myProtocol->auth_procs[realAuthIndex]; in ProcessAuthRequired()
1424 IcePaAuthProc authProc = myProtocol->auth_procs[(int) in ProcessAuthReply()
1655 authProc = myProtocol->auth_procs[(int) in ProcessAuthNextPhase()
2090 myProtocol->auth_procs[myAuthIndex]; in ProcessProtocolSetup()
2284 IcePoAuthProc authProc = myProtocol->auth_procs[(int) in ProcessProtocolReply()
/dports/x11/libICE/libICE-1.0.10/include/X11/ICE/
H A DICEconn.h57 IcePoAuthProc *auth_procs; member
70 IcePaAuthProc *auth_procs; member
/dports/x11/libSM/libSM-1.2.3/src/
H A Dsm_manager.c119 IcePaAuthProc auth_procs[] = {_IcePaMagicCookie1Proc}; in SmsInitialize() local
147 auth_count, auth_names, auth_procs, hostBasedAuthProc, in SmsInitialize()
H A Dsm_client.c74 IcePoAuthProc auth_procs[] = {_IcePoMagicCookie1Proc}; in SmcOpenConnection() local
99 auth_count, auth_names, auth_procs, NULL)) < 0) in SmcOpenConnection()