Lines Matching refs:IceAuthFileEntry
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 *auth,
826 register IceAuthFileEntry *a,
827 register IceAuthFileEntry *b,
1001 IceAuthFileEntry *auth,
1276 IceAuthFileEntry *auth = NULL;
1356 auth = (IceAuthFileEntry *) malloc (sizeof (IceAuthFileEntry));