Home
last modified time | relevance | path

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

/php-src/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()
2062 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2066 smart_str_appends_ex(&buffer, "Allow: ", 1); in php_cli_server_send_error_page()
2068 smart_str_appends_ex(&buffer, ", ", 1); in php_cli_server_send_error_page()
2070 smart_str_appends_ex(&buffer, ", ", 1); in php_cli_server_send_error_page()
2179 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2181 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/php-src/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 20 milliseconds