Symbol: TICKETINFO
crypto/krb5/src/windows/include/leashwin.h
116
typedef struct TICKETINFO TICKETINFO;
crypto/krb5/src/windows/include/leashwin.h
118
TICKETINFO *next;
crypto/krb5/src/windows/include/leashwin.h
145
long FAR Leash_klist(HWND hlist, TICKETINFO FAR *ticketinfo);
crypto/krb5/src/windows/include/loadfuncs-leash.h
67
(HWND, TICKETINFO*)
crypto/krb5/src/windows/leash/KrbListTickets.cpp
182
TICKETINFO **ticketInfoTail)
crypto/krb5/src/windows/leash/KrbListTickets.cpp
192
TICKETINFO *ticketinfo = NULL;
crypto/krb5/src/windows/leash/KrbListTickets.cpp
228
ticketinfo = (TICKETINFO *)calloc(1, sizeof(TICKETINFO));
crypto/krb5/src/windows/leash/KrbListTickets.cpp
23
LeashKRB5FreeTicketInfo(TICKETINFO *ticketinfo)
crypto/krb5/src/windows/leash/KrbListTickets.cpp
294
do_all_ccaches(krb5_context ctx, TICKETINFO **ticketinfotail)
crypto/krb5/src/windows/leash/KrbListTickets.cpp
327
LeashKRB5ListDefaultTickets(TICKETINFO *ticketinfo)
crypto/krb5/src/windows/leash/KrbListTickets.cpp
371
LeashKRB5ListAllTickets(TICKETINFO **ticketinfo)
crypto/krb5/src/windows/leash/KrbListTickets.cpp
38
LeashKRB5FreeTickets(TICKETINFO **ticketinfolist)
crypto/krb5/src/windows/leash/KrbListTickets.cpp
40
TICKETINFO *ticketinfo = *ticketinfolist, *next;
crypto/krb5/src/windows/leash/KrbListTickets.cpp
89
CredToTicketInfo(krb5_creds KRBv5Credentials, TICKETINFO *ticketinfo)
crypto/krb5/src/windows/leash/LeashView.cpp
1013
BOOL CLeashView::IsExpanded(TICKETINFO *info)
crypto/krb5/src/windows/leash/LeashView.cpp
1020
BOOL CLeashView::IsExpired(TICKETINFO *info)
crypto/krb5/src/windows/leash/LeashView.cpp
1167
TICKETINFO *principallist = NULL;
crypto/krb5/src/windows/leash/LeashView.cpp
1171
TICKETINFO *principal = principallist;
crypto/krb5/src/windows/leash/LeashView.cpp
476
VOID CLeashView::UpdateTicketTime(TICKETINFO& ti)
crypto/krb5/src/windows/leash/LeashView.h
190
static VOID UpdateTicketTime(TICKETINFO& ticketinfo);
crypto/krb5/src/windows/leash/LeashView.h
194
static BOOL IsExpired(TICKETINFO *info);
crypto/krb5/src/windows/leash/LeashView.h
220
BOOL IsExpanded(TICKETINFO *);
crypto/krb5/src/windows/leash/Lglobals.h
175
extern void LeashKRB5ListDefaultTickets(TICKETINFO *ticketinfo);
crypto/krb5/src/windows/leash/Lglobals.h
177
extern void LeashKRB5FreeTicketInfo(TICKETINFO *ticketinfo);
crypto/krb5/src/windows/leash/Lglobals.h
180
extern void LeashKRB5ListAllTickets(TICKETINFO **ticketinfolist);
crypto/krb5/src/windows/leash/Lglobals.h
182
extern void LeashKRB5FreeTickets(TICKETINFO **ticketinfolist);
crypto/krb5/src/windows/leash/Lglobals.h
187
TICKETINFO Krb5;
crypto/krb5/src/windows/leashdll/lshfunc.c
711
long FAR Leash_klist(HWND hlist, TICKETINFO FAR *ticketinfo)