Searched refs:GZIP_FOOTER_LENGTH (Results 1 – 1 of 1) sorted by relevance
86 #define GZIP_FOOTER_LENGTH 8 macro887 … emalloc(stream.avail_out + GZIP_HEADER_LENGTH + (coding == CODING_GZIP ? GZIP_FOOTER_LENGTH : 0)); in PHP_FUNCTION()927 …(s2, stream.total_out + GZIP_HEADER_LENGTH + (coding == CODING_GZIP ? GZIP_FOOTER_LENGTH : 0) + 1); in PHP_FUNCTION()946 …s2[stream.total_out + GZIP_HEADER_LENGTH + (coding == CODING_GZIP ? GZIP_FOOTER_LENGTH : 0)] = '\0… in PHP_FUNCTION()948 …L(s2, stream.total_out + GZIP_HEADER_LENGTH + (coding == CODING_GZIP ? GZIP_FOOTER_LENGTH : 0), 0); in PHP_FUNCTION()
Completed in 6 milliseconds