Lines Matching refs:output_buf
166 char output_buf[128]; in PHP_MINFO_FUNCTION() local
202 snprintf(output_buf, sizeof(output_buf), "%d", APACHE_RELEASE); in PHP_MINFO_FUNCTION()
203 php_info_print_table_row(2, "Apache Release", output_buf); in PHP_MINFO_FUNCTION()
205 snprintf(output_buf, sizeof(output_buf), "%d", MODULE_MAGIC_NUMBER); in PHP_MINFO_FUNCTION()
206 php_info_print_table_row(2, "Apache API Version", output_buf); in PHP_MINFO_FUNCTION()
207 snprintf(output_buf, sizeof(output_buf), "%s:%u", serv->server_hostname, serv->port); in PHP_MINFO_FUNCTION()
208 php_info_print_table_row(2, "Hostname:Port", output_buf); in PHP_MINFO_FUNCTION()
210 snprintf(output_buf, sizeof(output_buf), "%s(%d)/%d", user_name, (int)user_id, (int)group_id); in PHP_MINFO_FUNCTION()
211 php_info_print_table_row(2, "User/Group", output_buf); in PHP_MINFO_FUNCTION()
212 …snprintf(output_buf, sizeof(output_buf), "Per Child: %d - Keep Alive: %s - Max Per Connection: %d"… in PHP_MINFO_FUNCTION()
213 php_info_print_table_row(2, "Max Requests", output_buf); in PHP_MINFO_FUNCTION()
215 …snprintf(output_buf, sizeof(output_buf), "Connection: %d - Keep-Alive: %d", serv->timeout, serv->k… in PHP_MINFO_FUNCTION()
216 php_info_print_table_row(2, "Timeouts", output_buf); in PHP_MINFO_FUNCTION()