Searched refs:origdir (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_dirread.c4440 void* origdir; local
4496 origdir = _TIFFCheckMalloc(tif, dircount16,
4498 if (origdir == NULL)
4500 if (!ReadOK(tif, origdir, (tmsize_t)(dircount16*dirsize))) {
4504 _TIFFfree(origdir);
4599 origdir = _TIFFCheckMalloc(tif, dircount16,
4602 if (origdir == NULL)
4608 _TIFFfree(origdir);
4611 _TIFFmemcpy(origdir, tif->tif_base + off,
4647 _TIFFfree(origdir);
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c4445 void* origdir; local
4501 origdir = _TIFFCheckMalloc(tif, dircount16,
4503 if (origdir == NULL)
4505 if (!ReadOK(tif, origdir, (tmsize_t)(dircount16*dirsize))) {
4509 _TIFFfree(origdir);
4604 origdir = _TIFFCheckMalloc(tif, dircount16,
4607 if (origdir == NULL)
4613 _TIFFfree(origdir);
4616 _TIFFmemcpy(origdir, tif->tif_base + off,
4652 _TIFFfree(origdir);
[all...]

Completed in 111 milliseconds