Home
last modified time | relevance | path

Searched refs:http_server (Results 1 – 25 of 27) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dhttp_server.c23 struct http_server *srv;
29 struct http_server { struct
45 struct http_server *srv = req->srv; in http_request_cb() argument
61 static struct http_request * http_request_init(struct http_server *srv, int fd, in http_request_init()
94 struct http_server *srv; in http_request_deinit()
203 struct http_server *srv = eloop_ctx; in http_server_cb()
228 struct http_server * http_server_init(struct in_addr *addr, int port, in http_server_init()
234 struct http_server *srv; in http_server_init()
297 void http_server_deinit(struct http_server *srv) in http_server_deinit()
311 int http_server_get_port(struct http_server *srv) in http_server_get_port()
Dhttp_server.h12 struct http_server;
26 struct http_server * http_server_init(struct in_addr *addr, int port,
30 void http_server_deinit(struct http_server *srv);
31 int http_server_get_port(struct http_server *srv);
DMakefile18 http_server.o \
Dwps_er.h88 struct http_server *http_srv;
Dwps_upnp_i.h138 struct http_server *web_srv;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dhttp_server.c23 struct http_server *srv;
29 struct http_server { struct
45 struct http_server *srv = req->srv; in http_request_cb() argument
61 static struct http_request * http_request_init(struct http_server *srv, int fd, in http_request_init()
94 struct http_server *srv; in http_request_deinit()
203 struct http_server *srv = eloop_ctx; in http_server_cb()
228 struct http_server * http_server_init(struct in_addr *addr, int port, in http_server_init()
234 struct http_server *srv; in http_server_init()
297 void http_server_deinit(struct http_server *srv) in http_server_deinit()
311 int http_server_get_port(struct http_server *srv) in http_server_get_port()
Dhttp_server.h12 struct http_server;
26 struct http_server * http_server_init(struct in_addr *addr, int port,
30 void http_server_deinit(struct http_server *srv);
31 int http_server_get_port(struct http_server *srv);
DMakefile8 http_server.o \
Dwps_er.h88 struct http_server *http_srv;
Dwps_upnp_i.h139 struct http_server *web_srv;
/third_party/boost/libs/beast/example/http/server/small/
Dhttp_server_small.cpp208 http_server(tcp::acceptor& acceptor, tcp::socket& socket) in http_server() function
215 http_server(acceptor, socket); in http_server()
242 http_server(acceptor, socket); in main()
/third_party/boost/libs/asio/doc/overview/
Dsignals.qbk41 [link boost_asio.examples.cpp03_examples.http_server HTTP server example (C++03)],
42 [link boost_asio.examples.cpp11_examples.http_server HTTP server example (C++11)].
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dbrowser-system.c67 struct http_server *http; in hs20_web_browser()
Dbrowser-android.c67 struct http_server *http; in hs20_web_browser()
Dbrowser-wpadebug.c68 struct http_server *http; in hs20_web_browser()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dbrowser-system.c67 struct http_server *http; in hs20_web_browser()
Dbrowser-android.c67 struct http_server *http; in hs20_web_browser()
Dbrowser-wpadebug.c68 struct http_server *http; in hs20_web_browser()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
DMakefile48 OBJS += ../../src/wps/http_server.o
/third_party/mindspore/mindspore/ccsrc/ps/
DCMakeLists.txt10 list(REMOVE_ITEM _PS_SRC_FILES "core/communicator/http_server.cc")
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
DMakefile58 OBJS += ../../src/wps/http_server.o
/third_party/python/Lib/test/
Dtest_xmlrpc.py594 def http_server(evt, numrequests, requestHandler=None, encoding=None): function
766 threadFunc = staticmethod(http_server)
992 http_server(evt, numrequests, requestHandler, 'iso-8859-15')
1320 thread = threading.Thread(target=http_server, args=serv_args)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCMakeLists.txt671 src/wps/http_server.c
672 src/wps/http_server.h
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md142 * [[`d8371a801e`](https://github.com/nodejs/node/commit/d8371a801e)] - **http_server**: fix resume …
481 …ps://github.com/nodejs/node/commit/11e4249227)] - **(SEMVER-MAJOR)** **http_server**: `prefinish` …
DCHANGELOG_V4.md3169 * [[`fb7a491d1c`](https://github.com/nodejs/node/commit/fb7a491d1c)] - **http_server**: pause socke…
3299 * [[`ea15d71c16`](https://github.com/nodejs/node/commit/ea15d71c16)] - **http_server**: fix resume …

12