Home
last modified time | relevance | path

Searched refs:smart_str_appends_ex (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c371 smart_str_appends_ex(buffer, "Host: ", persistent); in append_essential_headers()
373 smart_str_appends_ex(buffer, "\r\n", persistent); in append_essential_headers()
378 smart_str_appends_ex(buffer, "Date: ", persistent); in append_essential_headers()
380 smart_str_appends_ex(buffer, " GMT\r\n", persistent); in append_essential_headers()
2059 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2063 smart_str_appends_ex(&buffer, "Allow: ", 1); in php_cli_server_send_error_page()
2065 smart_str_appends_ex(&buffer, ", ", 1); in php_cli_server_send_error_page()
2067 smart_str_appends_ex(&buffer, ", ", 1); in php_cli_server_send_error_page()
2176 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2178 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/PHP-8.2/Zend/
H A Dzend_smart_str.h170 static zend_always_inline void smart_str_appends_ex(smart_str *dest, const char *src, bool persiste… in smart_str_appends_ex() function

Completed in 13 milliseconds