WebPInitCustomIo  586 third_party/libwebp/dec/idec.c   WebPInitCustomIo(&idec->params_, &idec->io_);  // Plug the I/O functions.
WebPInitCustomIo 1255 third_party/libwebp/dec/vp8l.c   WebPInitCustomIo(NULL, io);  // Just a sanity Init. io won't be used.
WebPInitCustomIo  452 third_party/libwebp/dec/webp.c   WebPInitCustomIo(params, &io);  // Plug the I/O functions.
WebPInitCustomIo   78 third_party/libwebp/dec/webpi.h void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);