Lines Matching defs:auth
290 IceAuthFileEntry *auth
293 if (auth)
295 free (auth->protocol_name);
296 free (auth->protocol_data);
297 free (auth->network_id);
298 free (auth->auth_name);
299 free (auth->auth_data);
300 free (auth);
309 IceAuthFileEntry *auth
312 if (!write_string (auth_file, auth->protocol_name))
316 auth->protocol_data_length, auth->protocol_data))
319 if (!write_string (auth_file, auth->network_id))
322 if (!write_string (auth_file, auth->auth_name))
326 auth->auth_data_length, auth->auth_data))