Searched refs:IceAuthFileEntry (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libICE/dist/include/X11/ICE/ |
| H A D | ICEutil.h | 50 } IceAuthFileEntry; typedef in typeref:struct:__anon3d58dbd10108 94 extern IceAuthFileEntry *IceReadAuthFileEntry ( 99 IceAuthFileEntry * /* auth */ 104 IceAuthFileEntry * /* auth */ 107 extern IceAuthFileEntry *IceGetAuthFileEntry (
|
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | authutil.c | 237 IceAuthFileEntry * 242 IceAuthFileEntry local; 243 IceAuthFileEntry *ret; 268 if (!(ret = malloc (sizeof (IceAuthFileEntry)))) 290 IceAuthFileEntry *auth 309 IceAuthFileEntry *auth 334 IceAuthFileEntry * 343 IceAuthFileEntry *entry;
|
| H A D | getauth.c | 65 IceAuthFileEntry *entry; 138 IceAuthFileEntry *entry;
|
| /xsrc/external/mit/iceauth/dist/ |
| H A D | process.c | 45 IceAuthFileEntry *auth; 51 typedef int (*DoFunc)(const char *, int, IceAuthFileEntry *, void *); 97 static int dump_entry ( const char *inputfilename, int lineno, IceAuthFileEntry *auth, void *data ); 98 static int extract_entry ( const char *inputfilename, int lineno, IceAuthFileEntry *auth, void *data ); 99 static int match_auth ( IceAuthFileEntry *a, IceAuthFileEntry *b, int *authDataSame ); 102 static int remove_entry ( const char *inputfilename, int lineno, IceAuthFileEntry *auth, void *data ); 372 IceAuthFileEntry *auth; 768 IceAuthFileEntry *auth, 801 IceAuthFileEntry *aut [all...] |
Completed in 6 milliseconds