Home
last modified time | relevance | path

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

/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c380 smart_str_appends_ex(buffer, "Host: ", persistent); in append_essential_headers()
382 smart_str_appends_ex(buffer, "\r\n", persistent); in append_essential_headers()
387 smart_str_appends_ex(buffer, "Date: ", persistent); in append_essential_headers()
389 smart_str_appends_ex(buffer, " GMT\r\n", persistent); in append_essential_headers()
2069 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2073 smart_str_appends_ex(&buffer, "Allow: ", 1); in php_cli_server_send_error_page()
2075 smart_str_appends_ex(&buffer, ", ", 1); in php_cli_server_send_error_page()
2077 smart_str_appends_ex(&buffer, ", ", 1); in php_cli_server_send_error_page()
2186 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2188 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/PHP-8.3/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 14 milliseconds