Searched defs:new_dirlist (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_dirread.c4384 uint64* new_dirlist; local
4390 new_dirlist = (uint64*)_TIFFCheckRealloc(tif, tif->tif_dirlist,
4392 if (!new_dirlist)
4395 tif->tif_dirlist = new_dirlist;
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c4386 uint64* new_dirlist; local
4392 new_dirlist = (uint64*)_TIFFCheckRealloc(tif, tif->tif_dirlist,
4394 if (!new_dirlist)
4400 tif->tif_dirlist = new_dirlist;

Completed in 85 milliseconds