flush_type        915 ext/zlib/zlib.c 	zend_long flush_type = Z_SYNC_FLUSH;
flush_type        918 ext/zlib/zlib.c 	if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "rs|l", &res, &in_buf, &in_len, &flush_type)) {
flush_type        927 ext/zlib/zlib.c 	switch (flush_type) {
flush_type        942 ext/zlib/zlib.c 	if (in_len <= 0 && flush_type != Z_FINISH) {
flush_type        953 ext/zlib/zlib.c 		status = inflate(ctx, flush_type);
flush_type        971 ext/zlib/zlib.c 				if (flush_type == Z_FINISH && ctx->avail_out == 0) {
flush_type       1121 ext/zlib/zlib.c 	zend_long flush_type = Z_SYNC_FLUSH;
flush_type       1124 ext/zlib/zlib.c 	if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "rs|l", &res, &in_buf, &in_len, &flush_type)) {
flush_type       1133 ext/zlib/zlib.c 	switch (flush_type) {
flush_type       1153 ext/zlib/zlib.c 	if (in_len <= 0 && flush_type != Z_FINISH) {
flush_type       1167 ext/zlib/zlib.c 	status = deflate(ctx, flush_type);