Lines Matching defs:_IcePaAuthDataEntries
53 IceAuthDataEntry _IcePaAuthDataEntries[ICE_MAX_AUTH_DATA_ENTRIES];
63 * _IcePaAuthDataEntries should really be a linked list.
73 _IcePaAuthDataEntries[j].protocol_name) == 0 &&
75 _IcePaAuthDataEntries[j].network_id) == 0 &&
77 _IcePaAuthDataEntries[j].auth_name) == 0)
82 free (_IcePaAuthDataEntries[j].protocol_name);
83 free (_IcePaAuthDataEntries[j].network_id);
84 free (_IcePaAuthDataEntries[j].auth_name);
85 free (_IcePaAuthDataEntries[j].auth_data);
92 _IcePaAuthDataEntries[j].protocol_name
95 _IcePaAuthDataEntries[j].network_id
98 _IcePaAuthDataEntries[j].auth_name
101 _IcePaAuthDataEntries[j].auth_data_length =
103 _IcePaAuthDataEntries[j].auth_data = malloc (
105 memcpy (_IcePaAuthDataEntries[j].auth_data,