Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c110 if ((*cs < GD2_CHUNKSIZE_MIN) || (*cs > GD2_CHUNKSIZE_MAX)) { in _gd2GetHeader()
687 } else if (cs > GD2_CHUNKSIZE_MAX) { in _gdImageGd2()
688 cs = GD2_CHUNKSIZE_MAX; in _gdImageGd2()
H A Dgd.h759 #define GD2_CHUNKSIZE_MAX 4096 macro

Completed in 15 milliseconds