Searched refs:send_response (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnettest_unix.c809 send_response();
830 send_response();
876 send_response();
888 send_response();
918 send_response();
961 send_response();
993 send_response();
1025 send_response();
2037 send_response();
2052 send_response();
[all...]
H A Dnettest_bsd.c4347 send_response();
4397 send_response();
4410 send_response();
4448 send_response();
4490 send_response();
4524 send_response();
4566 send_response();
4681 send_response();
4732 send_response();
4745 send_response();
[all...]
H A Dnetserver.c216 send_response();
223 send_response();
275 send_response();
414 send_response();
H A Dnetlib.h464 extern void send_response();
H A Dnetlib.c16 /* send_response() send a response to the remote */
2184 /* send_response() */
2195 send_response()
2205 "send_response: contents of %u ints before htonl\n",
2222 "send_response: contents after htonl\n");
2236 perror("send_response: send call failure");
2176 send_response() function
/haiku-fatelf/src/bin/network/wget/tests/
H A DHTTPServer.pm50 $self->send_response($req, $url_rec, $con);
62 sub send_response { subroutine
131 $con->send_response($resp);
H A DTest-proxied-https-auth.px57 $conn->send_response($rspn);
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c139 static void send_response( httpd_conn* hc, int status, char* title, char* extraheads, char* form, char* arg );
729 send_response( httpd_conn* hc, int status, char* title, char* extraheads, char* form, char* arg ) function
829 send_response( hc, status, title, extraheads, form, arg );
833 send_response( hc, status, title, extraheads, form, arg );
1179 send_response( hc, 302, err302title, header, err302form, location );

Completed in 129 milliseconds