Home
last modified time | relevance | path

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

/dports/lang/php73/php-7.3.33/sapi/cli/
H A Dphp_cli_server.c340 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); in append_http_status_line()
350 smart_str_appends_ex(buffer, "Host: ", persistent); in append_essential_headers()
351 smart_str_appends_ex(buffer, val, persistent); in append_essential_headers()
352 smart_str_appends_ex(buffer, "\r\n", persistent); in append_essential_headers()
357 smart_str_appends_ex(buffer, "Date: ", persistent); in append_essential_headers()
358 smart_str_appends_ex(buffer, dt->val, persistent); in append_essential_headers()
359 smart_str_appends_ex(buffer, " GMT\r\n", persistent); in append_essential_headers()
1954 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2053 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2055 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/dports/www/mod_php73/php-7.3.33/sapi/cli/
H A Dphp_cli_server.c340 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); in append_http_status_line()
350 smart_str_appends_ex(buffer, "Host: ", persistent); in append_essential_headers()
351 smart_str_appends_ex(buffer, val, persistent); in append_essential_headers()
352 smart_str_appends_ex(buffer, "\r\n", persistent); in append_essential_headers()
357 smart_str_appends_ex(buffer, "Date: ", persistent); in append_essential_headers()
358 smart_str_appends_ex(buffer, dt->val, persistent); in append_essential_headers()
359 smart_str_appends_ex(buffer, " GMT\r\n", persistent); in append_essential_headers()
1954 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2053 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2055 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/dports/www/mod_php80/php-8.0.15/sapi/cli/
H A Dphp_cli_server.c347 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); in append_http_status_line()
357 smart_str_appends_ex(buffer, "Host: ", persistent); in append_essential_headers()
358 smart_str_appends_ex(buffer, val, persistent); in append_essential_headers()
359 smart_str_appends_ex(buffer, "\r\n", persistent); in append_essential_headers()
364 smart_str_appends_ex(buffer, "Date: ", persistent); in append_essential_headers()
365 smart_str_appends_ex(buffer, dt->val, persistent); in append_essential_headers()
366 smart_str_appends_ex(buffer, " GMT\r\n", persistent); in append_essential_headers()
2004 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2099 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2101 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/dports/www/mod_php81/php-8.1.1/sapi/cli/
H A Dphp_cli_server.c347 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); in append_http_status_line()
357 smart_str_appends_ex(buffer, "Host: ", persistent); in append_essential_headers()
358 smart_str_appends_ex(buffer, val, persistent); in append_essential_headers()
359 smart_str_appends_ex(buffer, "\r\n", persistent); in append_essential_headers()
364 smart_str_appends_ex(buffer, "Date: ", persistent); in append_essential_headers()
365 smart_str_appends_ex(buffer, dt->val, persistent); in append_essential_headers()
366 smart_str_appends_ex(buffer, " GMT\r\n", persistent); in append_essential_headers()
2000 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2097 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2099 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/dports/lang/php74/php-7.4.27/sapi/cli/
H A Dphp_cli_server.c347 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); in append_http_status_line()
357 smart_str_appends_ex(buffer, "Host: ", persistent); in append_essential_headers()
358 smart_str_appends_ex(buffer, val, persistent); in append_essential_headers()
359 smart_str_appends_ex(buffer, "\r\n", persistent); in append_essential_headers()
364 smart_str_appends_ex(buffer, "Date: ", persistent); in append_essential_headers()
365 smart_str_appends_ex(buffer, dt->val, persistent); in append_essential_headers()
366 smart_str_appends_ex(buffer, " GMT\r\n", persistent); in append_essential_headers()
2064 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2159 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2161 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/dports/lang/php81/php-8.1.1/sapi/cli/
H A Dphp_cli_server.c347 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); in append_http_status_line()
357 smart_str_appends_ex(buffer, "Host: ", persistent); in append_essential_headers()
358 smart_str_appends_ex(buffer, val, persistent); in append_essential_headers()
359 smart_str_appends_ex(buffer, "\r\n", persistent); in append_essential_headers()
364 smart_str_appends_ex(buffer, "Date: ", persistent); in append_essential_headers()
365 smart_str_appends_ex(buffer, dt->val, persistent); in append_essential_headers()
366 smart_str_appends_ex(buffer, " GMT\r\n", persistent); in append_essential_headers()
2000 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2097 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2099 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/dports/lang/php80/php-8.0.15/sapi/cli/
H A Dphp_cli_server.c347 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); in append_http_status_line()
357 smart_str_appends_ex(buffer, "Host: ", persistent); in append_essential_headers()
358 smart_str_appends_ex(buffer, val, persistent); in append_essential_headers()
359 smart_str_appends_ex(buffer, "\r\n", persistent); in append_essential_headers()
364 smart_str_appends_ex(buffer, "Date: ", persistent); in append_essential_headers()
365 smart_str_appends_ex(buffer, dt->val, persistent); in append_essential_headers()
366 smart_str_appends_ex(buffer, " GMT\r\n", persistent); in append_essential_headers()
2004 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2099 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2101 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/dports/www/mod_php74/php-7.4.27/sapi/cli/
H A Dphp_cli_server.c347 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); in append_http_status_line()
357 smart_str_appends_ex(buffer, "Host: ", persistent); in append_essential_headers()
358 smart_str_appends_ex(buffer, val, persistent); in append_essential_headers()
359 smart_str_appends_ex(buffer, "\r\n", persistent); in append_essential_headers()
364 smart_str_appends_ex(buffer, "Date: ", persistent); in append_essential_headers()
365 smart_str_appends_ex(buffer, dt->val, persistent); in append_essential_headers()
366 smart_str_appends_ex(buffer, " GMT\r\n", persistent); in append_essential_headers()
2064 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2159 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2161 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
[all …]
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_smart_str.h26 #define smart_str_appends_ex(dest, src, what) \ macro
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_smart_str.h24 #define smart_str_appends_ex(dest, src, what) \ macro
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_smart_str.h26 #define smart_str_appends_ex(dest, src, what) \ macro
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_smart_str.h24 #define smart_str_appends_ex(dest, src, what) \ macro
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_smart_str.h24 #define smart_str_appends_ex(dest, src, what) \ macro
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_smart_str.h26 #define smart_str_appends_ex(dest, src, what) \ macro
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_smart_str.h26 #define smart_str_appends_ex(dest, src, what) \ macro
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_smart_str.h24 #define smart_str_appends_ex(dest, src, what) \ macro