Lines Matching refs:bufsizetoalloc
311 + * * if *buf == NULL, *buf = _TIFFmalloc(bufsizetoalloc) only after TIFFFillStrip() has
318 + void **buf, tmsize_t bufsizetoalloc,
338 + *buf = _TIFFmalloc(bufsizetoalloc);
343 + _TIFFmemset(*buf, 0, bufsizetoalloc);
362 + * * if *buf == NULL, *buf = _TIFFmalloc(bufsizetoalloc) only after TIFFFillTile() has
369 + void **buf, tmsize_t bufsizetoalloc,
376 + buf, bufsizetoalloc,
381 + * * if *buf == NULL, *buf = _TIFFmalloc(bufsizetoalloc) only after TIFFFillTile() has
388 + void **buf, tmsize_t bufsizetoalloc,
412 + *buf = _TIFFmalloc(bufsizetoalloc);
418 + _TIFFmemset(*buf, 0, bufsizetoalloc);
446 + void **buf, tmsize_t bufsizetoalloc,
450 + void **buf, tmsize_t bufsizetoalloc,
454 + void **buf, tmsize_t bufsizetoalloc,