Searched refs:winterface (Results 1 – 3 of 3) sorted by relevance
354 int WebPSetWorkerInterface(const WebPWorkerInterface* const winterface) { in WebPSetWorkerInterface() argument355 if (winterface == NULL || in WebPSetWorkerInterface()356 winterface->Init == NULL || winterface->Reset == NULL || in WebPSetWorkerInterface()357 winterface->Sync == NULL || winterface->Launch == NULL || in WebPSetWorkerInterface()358 winterface->Execute == NULL || winterface->End == NULL) { in WebPSetWorkerInterface()361 g_worker_interface = *winterface; in WebPSetWorkerInterface()
79 const WebPWorkerInterface* const winterface);
2160 b8811dac Merge "rename interface -> winterface"2162 25aaddc8 rename interface -> winterface