MCPcopy Create free account
hub / github.com/activeloopai/deeplake / TIFFReadDirEntryArray

Function TIFFReadDirEntryArray

cpp/3rd_party/libtiff/tif_dirread.c:1381–1387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1379}
1380
1381static enum TIFFReadDirEntryErr
1382TIFFReadDirEntryArray(TIFF *tif, TIFFDirEntry *direntry, uint32_t *count,
1383 uint32_t desttypesize, void **value)
1384{
1385 return TIFFReadDirEntryArrayWithLimit(tif, direntry, count, desttypesize,
1386 value, ~((uint64_t)0));
1387}
1388
1389static enum TIFFReadDirEntryErr
1390TIFFReadDirEntryByteArray(TIFF *tif, TIFFDirEntry *direntry, uint8_t **value)

Callers 11

TIFFFetchNormalTagFunction · 0.85

Calls 1

Tested by

no test coverage detected