Searched refs:headers (Results 1 - 25 of 106) sorted by relevance

12345

/haiku-fatelf/src/servers/app/drawing/html5/
H A DWebWorker.cpp75 BString headers("HTTP/1.1 200 OK\r\n");
76 headers << "Server: app_server(Haiku)\r\n";
77 headers << "Accept-Ranges: bytes\r\n";
78 headers << "Connection: ";
80 headers << "close";
82 headers << "keep-alive";
83 headers << "\r\n";
85 headers << "Content-Type: " << fHandler->fType << "\r\n";
87 headers << "Content-Length: " << contentSize << "\r\n";
88 headers << "\
[all...]
/haiku-fatelf/3rdparty/cppcheck/
H A Dchecksources.pl16 my %headers;
26 print "Scanning headers...\n";
28 ("headers/posix", "headers/libs", "headers/os", "headers/private"));
30 foreach my $dir (sort keys %headers) {
47 push @{$headers{$File::Find::name}->{subdirs}}, $name;
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A Dmakefile69 # additional paths to look for system headers
72 SYSTEM_INCLUDE_PATHS=../../../../trunk/headers/private/kernel \
73 ../../../../trunk/headers/private/kernel/util
75 # additional paths to look for local headers
79 ../../../../trunk/headers/private/media
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A Dmakefile69 # additional paths to look for system headers
72 SYSTEM_INCLUDE_PATHS=../../../../../../headers/private/kernel \
73 ../../../../../../headers/private/kernel/util \
74 ../../../../../../headers/private/media
76 # additional paths to look for local headers
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-meta-robots.px40 # code, msg, headers, content
45 headers => {
53 headers => {
61 headers => {
69 headers => {
77 headers => {
H A DTest-idn-robots.px23 # code, msg, headers, content
28 headers => {
36 headers => {
44 headers => {
H A DTest-idn-headers.px23 # code, msg, headers, content
28 headers => {
36 headers => {
59 my $the_test = HTTPTest->new (name => "Test-idn-headers",
H A DTest-idn-meta.px24 # code, msg, headers, content
29 headers => {
37 headers => {
H A DTest-iri-list.px86 # code, msg, headers, content
91 headers => {
99 headers => {
107 headers => {
115 headers => {
123 headers => {
131 headers => {
139 headers => {
H A DHTTPServer.pm66 my ($code, $msg, $headers);
69 ($send_content, $code, $msg, $headers) =
72 ($send_content, $code, $msg, $headers) =
73 ('', 400, 'Mismatch on expected headers', {});
76 $headers = $url_rec->{headers};
81 while (my ($name, $value) = each %{$headers}) {
85 print STDERR "HTTP::Response with headers: \n", $resp->as_string if $log;
89 if (exists($url_rec->{headers}{"Content-Length"})) {
139 my ($send_content, $code, $msg, $headers);
[all...]
H A DTest-N--no-content-disposition-trivial.px15 # code, msg, headers, content
20 headers => {
H A DTest-N--no-content-disposition.px15 # code, msg, headers, content
20 headers => {
H A DTest-N.px15 # code, msg, headers, content
20 headers => {
H A DTest-auth-basic.px13 # code, msg, headers, content
21 headers => {
H A DTest-auth-no-challenge-url.px13 # code, msg, headers, content
22 headers => {
H A DTest-auth-no-challenge.px13 # code, msg, headers, content
22 headers => {
H A DTest-auth-with-content-disposition.px13 # code, msg, headers, content
21 headers => {
H A DTest-c-full.px19 # code, msg, headers, content
24 headers => {
H A DTest-c.px19 # code, msg, headers, content
24 headers => {
H A DTest-cookies-401.px13 # code, msg, headers, content
18 headers => {
H A DTest-proxy-auth-basic.px13 # code, msg, headers, content
21 headers => {
H A DTest-k.px44 # code, msg, headers, content
49 headers => {
57 headers => {
/haiku-fatelf/src/add-ons/kernel/generic/mime_table/
H A Dmakefile64 # additional paths to look for system headers
67 SYSTEM_INCLUDE_PATHS = ../../../../../headers/os/drivers/
69 # additional paths to look for local headers
/haiku-fatelf/build/scripts/
H A Dbuild_cross_tools121 headers="`find $sourceDir -name \*\.h`"
122 headers="`echo $headers | sed -e s@$sourceDir/@@g`"
123 for f in $headers; do
130 copy_headers $haikuSourceDir/headers/config $tmpIncludeDir/config
131 copy_headers $haikuSourceDir/headers/os $tmpIncludeDir/os
132 copy_headers $haikuSourceDir/headers/posix $tmpIncludeDir/posix
151 --enable-languages=c,c++ --with-headers=$tmpIncludeDir \
185 # remove the system headers from the installation dir
H A Dbuild_cross_tools_gcc4138 headers="$(find $sourceDir -name \*\.h)"
139 headers="$(echo $headers | sed -e s@$sourceDir/@@g)"
140 for f in $headers; do
147 copy_headers $haikuSourceDir/headers/config $tmpIncludeDir/config
148 copy_headers $haikuSourceDir/headers/os $tmpIncludeDir/os
149 copy_headers $haikuSourceDir/headers/posix $tmpIncludeDir/posix
156 --with-headers=$tmpIncludeDir --with-libs=$tmpLibDir \
195 # remove the system headers from the installation dir

Completed in 163 milliseconds

12345