heif_context_read_from_memory 61 libheif/file_fuzzer.cc err = heif_context_read_from_memory(ctx, data, size, nullptr); heif_context_read_from_memory 319 libheif/heif.h struct heif_error heif_context_read_from_memory(struct heif_context*, heif_context_read_from_memory 389 libheif/heif_cxx.h Error err = Error(heif_context_read_from_memory(m_context.get(), mem, size, NULL)); heif_context_read_from_memory 20 libheif/heif_emscripten.h return heif_context_read_from_memory(context, data.data(), data.size(), nullptr);