heif_context_read_from_memory   61 libheif-1.3.2/libheif/file_fuzzer.cc   err = heif_context_read_from_memory(ctx, data, size, nullptr);
heif_context_read_from_memory  319 libheif-1.3.2/libheif/heif.h struct heif_error heif_context_read_from_memory(struct heif_context*,
heif_context_read_from_memory  389 libheif-1.3.2/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-1.3.2/libheif/heif_emscripten.h   return heif_context_read_from_memory(context, data.data(), data.size(), nullptr);