max_headers       104 sapi/tux/php_tux.c 	int max_headers;
max_headers       112 sapi/tux/php_tux.c 	max_headers = 30;
max_headers       115 sapi/tux/php_tux.c 	vec = malloc(sizeof(struct iovec) * max_headers);
max_headers       141 sapi/tux/php_tux.c 		if (n >= max_headers - 3) {
max_headers       142 sapi/tux/php_tux.c 			max_headers *= 2;
max_headers       143 sapi/tux/php_tux.c 			vec = realloc(vec, sizeof(struct iovec) * max_headers);