Searched refs:vendorIdentification (Results 1 – 5 of 5) sorted by relevance
388 Delete_VendorIdentification(x->vendorIdentification); in Delete_IndicationMessage()389 OSCL_DEFAULT_FREE(x->vendorIdentification); in Delete_IndicationMessage()
430 …x->vendorIdentification = (PS_VendorIdentification) OSCL_DEFAULT_MALLOC(sizeof(S_VendorIdentificat… in Decode_IndicationMessage()431 Decode_VendorIdentification(x->vendorIdentification, stream); in Decode_IndicationMessage()
320 … PutExtensionItem(EPASS Encode_VendorIdentification, (uint8*)x->vendorIdentification, stream); in Encode_IndicationMessage()
336 … Analyze_VendorIdentification(x->vendorIdentification, "vendorIdentification", tag, indent); in Analyze_IndicationMessage()
157 struct _VendorIdentification *vendorIdentification; member