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

/external/pdfium/third_party/libtiff/
H A Dtif_read.c527 * * if *buf == NULL, *buf = _TIFFmalloc(bufsizetoalloc) only after TIFFFillStrip() has
534 void **buf, tmsize_t bufsizetoalloc,
554 *buf = _TIFFmalloc(bufsizetoalloc);
559 _TIFFmemset(*buf, 0, bufsizetoalloc);
1000 * * if *buf == NULL, *buf = _TIFFmalloc(bufsizetoalloc) only after TIFFFillTile() has
1007 void **buf, tmsize_t bufsizetoalloc,
1014 buf, bufsizetoalloc,
1019 * * if *buf == NULL, *buf = _TIFFmalloc(bufsizetoalloc) only after TIFFFillTile() has
1026 void **buf, tmsize_t bufsizetoalloc,
1050 *buf = _TIFFmalloc(bufsizetoalloc);
533 _TIFFReadEncodedStripAndAllocBuffer(TIFF* tif, uint32 strip, void **buf, tmsize_t bufsizetoalloc, tmsize_t size_to_read) argument
1006 _TIFFReadTileAndAllocBuffer(TIFF* tif, void **buf, tmsize_t bufsizetoalloc, uint32 x, uint32 y, uint32 z, uint16 s) argument
1025 _TIFFReadEncodedTileAndAllocBuffer(TIFF* tif, uint32 tile, void **buf, tmsize_t bufsizetoalloc, tmsize_t size_to_read) argument
[all...]

Completed in 139 milliseconds