Lines Matching refs:output_buf
1579 char output_buf[128]; in PHP_MINFO_FUNCTION() local
1613 snprintf(output_buf, sizeof(output_buf), "%d", APACHE_RELEASE); in PHP_MINFO_FUNCTION()
1614 php_info_print_table_row(2, "Apache Release", output_buf); in PHP_MINFO_FUNCTION()
1616 snprintf(output_buf, sizeof(output_buf), "%d", MODULE_MAGIC_NUMBER); in PHP_MINFO_FUNCTION()
1617 php_info_print_table_row(2, "Apache API Version", output_buf); in PHP_MINFO_FUNCTION()
1618 snprintf(output_buf, sizeof(output_buf), "%s:%u", serv->server_hostname, serv->port); in PHP_MINFO_FUNCTION()
1619 php_info_print_table_row(2, "Hostname:Port", output_buf); in PHP_MINFO_FUNCTION()
1621 snprintf(output_buf, sizeof(output_buf), "%s(%d)/%d", user_name, (int)user_id, (int)group_id); in PHP_MINFO_FUNCTION()
1622 php_info_print_table_row(2, "User/Group", output_buf); in PHP_MINFO_FUNCTION()
1623 …snprintf(output_buf, sizeof(output_buf), "Per Child: %d - Keep Alive: %s - Max Per Connection: %d"… in PHP_MINFO_FUNCTION()
1624 php_info_print_table_row(2, "Max Requests", output_buf); in PHP_MINFO_FUNCTION()
1626 …snprintf(output_buf, sizeof(output_buf), "Connection: %d - Keep-Alive: %d", serv->timeout, serv->k… in PHP_MINFO_FUNCTION()
1627 php_info_print_table_row(2, "Timeouts", output_buf); in PHP_MINFO_FUNCTION()