smart_str_appends_ex  450 sapi/cli/php_cli_server.c 	smart_str_appends_ex(buffer, get_status_string(response_code), persistent);
smart_str_appends_ex  461 sapi/cli/php_cli_server.c 			smart_str_appends_ex(buffer, *val, persistent);
smart_str_appends_ex 1984 sapi/cli/php_cli_server.c 		smart_str_appends_ex(&buffer, "Content-Type: text/html; charset=UTF-8\r\n", 1);
smart_str_appends_ex 1985 sapi/cli/php_cli_server.c 		smart_str_appends_ex(&buffer, "Content-Length: ", 1);
smart_str_appends_ex 2071 sapi/cli/php_cli_server.c 		smart_str_appends_ex(&buffer, mime_type, 1);
smart_str_appends_ex 2073 sapi/cli/php_cli_server.c 			smart_str_appends_ex(&buffer, "; charset=UTF-8", 1);
smart_str_appends_ex 2076 sapi/cli/php_cli_server.c 		smart_str_appends_ex(&buffer, "Content-Length: ", 1);
smart_str_appends_ex  444 sapi/thttpd/thttpd.c 	smart_str_appends_ex(&s, TG(hc)->hs->cwd, 1);
smart_str_appends_ex  445 sapi/thttpd/thttpd.c 	smart_str_appends_ex(&s, TG(hc)->expnfilename, 1);
smart_str_appends_ex  451 sapi/thttpd/thttpd.c 	smart_str_appends_ex(&s, TG(hc)->origfilename, 1);
smart_str_appends_ex  326 sapi/tux/php_tux.c 	smart_str_appends_ex(&s, "/", 1);
smart_str_appends_ex  327 sapi/tux/php_tux.c 	smart_str_appends_ex(&s, TG(req)->query, 1);
smart_str_appends_ex  336 sapi/tux/php_tux.c 	smart_str_appends_ex(&s, TG(req)->objectname, 1);