Searched refs:new_wpi (Results 1 – 1 of 1) sorted by relevance
292 WebPMuxImage* new_wpi; in MuxImagePush() local300 new_wpi = (WebPMuxImage*)malloc(sizeof(*new_wpi)); in MuxImagePush()301 if (new_wpi == NULL) return WEBP_MUX_MEMORY_ERROR; in MuxImagePush()302 *new_wpi = *wpi; in MuxImagePush()303 new_wpi->next_ = NULL; in MuxImagePush()306 (*wpi_list)->next_ = new_wpi; in MuxImagePush()308 *wpi_list = new_wpi; in MuxImagePush()