Lines Matching defs:ok
404 int ok = 1;
482 ok = io->put(io);
494 return ok;
502 int ok = 1;
512 ok = FinishRow(dec, io);
516 ok &= WebPGetWorkerInterface()->Sync(worker);
517 assert(worker->status_ == OK);
518 if (ok) { // spawn a new deblocking/output job
543 return ok;
605 int ok = 1;
607 ok = WebPGetWorkerInterface()->Sync(&dec->worker_);
613 return ok;
726 // down-cast is ok, thanks to WebPSafeMalloc() above.