Home
last modified time | relevance | path

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

/PHP-5.5/sapi/tux/
H A Dphp_tux.c326 smart_str_appends_ex(&s, "/", 1); in tux_request_ctor()
327 smart_str_appends_ex(&s, TG(req)->query, 1); in tux_request_ctor()
336 smart_str_appends_ex(&s, TG(req)->objectname, 1); in tux_request_ctor()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c444 smart_str_appends_ex(&s, TG(hc)->hs->cwd, 1);
445 smart_str_appends_ex(&s, TG(hc)->expnfilename, 1);
451 smart_str_appends_ex(&s, TG(hc)->origfilename, 1);
/PHP-5.5/ext/standard/
H A Dphp_smart_str.h79 #define smart_str_appends_ex(dest, src, what) \ macro
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c450 smart_str_appends_ex(buffer, get_status_string(response_code), persistent); in append_http_status_line()
461 smart_str_appends_ex(buffer, *val, persistent); in append_essential_headers()
1984 smart_str_appends_ex(&buffer, "Content-Type: text/html; charset=UTF-8\r\n", 1); in php_cli_server_send_error_page()
1985 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_send_error_page()
2071 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2073 smart_str_appends_ex(&buffer, "; charset=UTF-8", 1); in php_cli_server_begin_send_static()
2076 smart_str_appends_ex(&buffer, "Content-Length: ", 1); in php_cli_server_begin_send_static()

Completed in 25 milliseconds