Home
last modified time | relevance | path

Searched refs:pszMax (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/3rdparty/libtiff/
H A Dtif_dirread.c5665 const char* pszMax = getenv("LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT"); in TIFFFetchStripThing() local
5667 if( pszMax ) in TIFFFetchStripThing()
5668 max_nstrips = (uint32) atoi(pszMax); in TIFFFetchStripThing()