/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | http_server.c | 23 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()
|
D | http_server.h | 12 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);
|
D | Makefile | 18 http_server.o \
|
D | wps_er.h | 88 struct http_server *http_srv;
|
D | wps_upnp_i.h | 138 struct http_server *web_srv;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | http_server.c | 23 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()
|
D | http_server.h | 12 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);
|
D | Makefile | 8 http_server.o \
|
D | wps_er.h | 88 struct http_server *http_srv;
|
D | wps_upnp_i.h | 139 struct http_server *web_srv;
|
/third_party/boost/libs/beast/example/http/server/small/ |
D | http_server_small.cpp | 208 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/ |
D | signals.qbk | 41 [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/ |
D | browser-system.c | 67 struct http_server *http; in hs20_web_browser()
|
D | browser-android.c | 67 struct http_server *http; in hs20_web_browser()
|
D | browser-wpadebug.c | 68 struct http_server *http; in hs20_web_browser()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | browser-system.c | 67 struct http_server *http; in hs20_web_browser()
|
D | browser-android.c | 67 struct http_server *http; in hs20_web_browser()
|
D | browser-wpadebug.c | 68 struct http_server *http; in hs20_web_browser()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | Makefile | 48 OBJS += ../../src/wps/http_server.o
|
/third_party/mindspore/mindspore/ccsrc/ps/ |
D | CMakeLists.txt | 10 list(REMOVE_ITEM _PS_SRC_FILES "core/communicator/http_server.cc")
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | Makefile | 58 OBJS += ../../src/wps/http_server.o
|
/third_party/python/Lib/test/ |
D | test_xmlrpc.py | 594 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/ |
D | CMakeLists.txt | 671 src/wps/http_server.c 672 src/wps/http_server.h
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_IOJS.md | 142 * [[`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` …
|
D | CHANGELOG_V4.md | 3169 * [[`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 …
|