HomeSort by relevance Sort by last modified time
    Searched refs:_TIFFCheckMalloc (Results 1 - 7 of 7) sorted by null

  /external/pdfium/third_party/libtiff/
tif_aux.c 86 _TIFFCheckMalloc(TIFF* tif, tmsize_t nmemb, tmsize_t elem_size, const char* what)
tif_dirinfo.c     [all...]
tiffiop.h 361 extern void* _TIFFCheckMalloc(TIFF*, tmsize_t, tmsize_t, const char*);
tif_dirread.c 795 data=_TIFFCheckMalloc(tif, *count, typesize, "ReadDirEntryArray");
    [all...]
tif_fax3.c 554 dsp->runs = (uint32*) _TIFFCheckMalloc(tif,
    [all...]
tif_dir.c 603 tv->value = _TIFFCheckMalloc(tif, tv->count, tv_size,
    [all...]
tif_dirwrite.c     [all...]

Completed in 264 milliseconds