Searched refs:pszMax (Results 1 – 1 of 1) sorted by relevance
5665 const char* pszMax = getenv("LIBTIFF_STRILE_ARRAY_MAX_RESIZE_COUNT"); in TIFFFetchStripThing() local5667 if( pszMax ) in TIFFFetchStripThing()5668 max_nstrips = (uint32) atoi(pszMax); in TIFFFetchStripThing()