Searched refs:req (Results 1 - 25 of 663) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DTestCyUtilityLoader.pyx8 req {{cy_loader}} impl
H A DTestUtilityLoader.c9 req {{loader}} proto
12 req {{loader}} impl
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttp_server.h15 void http_request_deinit(struct http_request *req);
16 void http_request_send(struct http_request *req, struct wpabuf *resp);
17 void http_request_send_and_deinit(struct http_request *req,
19 enum httpread_hdr_type http_request_get_type(struct http_request *req);
20 char * http_request_get_uri(struct http_request *req);
21 char * http_request_get_hdr(struct http_request *req);
22 char * http_request_get_data(struct http_request *req);
23 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
24 struct sockaddr_in * http_request_get_cli_addr(struct http_request *req);
28 struct http_request *req),
[all...]
H A Dhttp_server.c30 void (*cb)(void *ctx, struct http_request *req);
44 struct http_request *req = cookie; local
45 struct http_server *srv = req->srv;
49 inet_ntoa(req->cli.sin_addr),
50 ntohs(req->cli.sin_port));
51 srv->cb(srv->cb_ctx, req);
55 "completely", inet_ntoa(req->cli.sin_addr),
56 ntohs(req->cli.sin_port));
57 http_request_deinit(req);
64 struct http_request *req; local
91 http_request_deinit(struct http_request *req) argument
121 http_request_free_all(struct http_request *req) argument
132 http_request_send(struct http_request *req, struct wpabuf *resp) argument
155 http_request_send_and_deinit(struct http_request *req, struct wpabuf *resp) argument
163 http_request_get_type(struct http_request *req) argument
169 http_request_get_uri(struct http_request *req) argument
175 http_request_get_hdr(struct http_request *req) argument
181 http_request_get_data(struct http_request *req) argument
187 http_request_get_hdr_line(struct http_request *req, const char *tag) argument
193 http_request_get_cli_addr(struct http_request *req) argument
205 struct http_request *req; local
228 http_server_init(struct in_addr *addr, int port, void (*cb)(void *ctx, struct http_request *req), void *cb_ctx) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dhttp_server.h15 void http_request_deinit(struct http_request *req);
16 void http_request_send(struct http_request *req, struct wpabuf *resp);
17 void http_request_send_and_deinit(struct http_request *req,
19 enum httpread_hdr_type http_request_get_type(struct http_request *req);
20 char * http_request_get_uri(struct http_request *req);
21 char * http_request_get_hdr(struct http_request *req);
22 char * http_request_get_data(struct http_request *req);
23 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
24 struct sockaddr_in * http_request_get_cli_addr(struct http_request *req);
28 struct http_request *req),
[all...]
H A Dhttp_server.c30 void (*cb)(void *ctx, struct http_request *req);
44 struct http_request *req = cookie; local
45 struct http_server *srv = req->srv;
49 inet_ntoa(req->cli.sin_addr),
50 ntohs(req->cli.sin_port));
51 srv->cb(srv->cb_ctx, req);
55 "completely", inet_ntoa(req->cli.sin_addr),
56 ntohs(req->cli.sin_port));
57 http_request_deinit(req);
64 struct http_request *req; local
91 http_request_deinit(struct http_request *req) argument
121 http_request_free_all(struct http_request *req) argument
132 http_request_send(struct http_request *req, struct wpabuf *resp) argument
155 http_request_send_and_deinit(struct http_request *req, struct wpabuf *resp) argument
163 http_request_get_type(struct http_request *req) argument
169 http_request_get_uri(struct http_request *req) argument
175 http_request_get_hdr(struct http_request *req) argument
181 http_request_get_data(struct http_request *req) argument
187 http_request_get_hdr_line(struct http_request *req, const char *tag) argument
193 http_request_get_cli_addr(struct http_request *req) argument
205 struct http_request *req; local
228 http_server_init(struct in_addr *addr, int port, void (*cb)(void *ctx, struct http_request *req), void *cb_ctx) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttp_server.h15 void http_request_deinit(struct http_request *req);
16 void http_request_send(struct http_request *req, struct wpabuf *resp);
17 void http_request_send_and_deinit(struct http_request *req,
19 enum httpread_hdr_type http_request_get_type(struct http_request *req);
20 char * http_request_get_uri(struct http_request *req);
21 char * http_request_get_hdr(struct http_request *req);
22 char * http_request_get_data(struct http_request *req);
23 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
24 struct sockaddr_in * http_request_get_cli_addr(struct http_request *req);
28 struct http_request *req),
[all...]
H A Dhttp_server.c30 void (*cb)(void *ctx, struct http_request *req);
44 struct http_request *req = cookie; local
45 struct http_server *srv = req->srv;
49 inet_ntoa(req->cli.sin_addr),
50 ntohs(req->cli.sin_port));
51 srv->cb(srv->cb_ctx, req);
55 "completely", inet_ntoa(req->cli.sin_addr),
56 ntohs(req->cli.sin_port));
57 http_request_deinit(req);
64 struct http_request *req; local
91 http_request_deinit(struct http_request *req) argument
121 http_request_free_all(struct http_request *req) argument
132 http_request_send(struct http_request *req, struct wpabuf *resp) argument
155 http_request_send_and_deinit(struct http_request *req, struct wpabuf *resp) argument
163 http_request_get_type(struct http_request *req) argument
169 http_request_get_uri(struct http_request *req) argument
175 http_request_get_hdr(struct http_request *req) argument
181 http_request_get_data(struct http_request *req) argument
187 http_request_get_hdr_line(struct http_request *req, const char *tag) argument
193 http_request_get_cli_addr(struct http_request *req) argument
205 struct http_request *req; local
228 http_server_init(struct in_addr *addr, int port, void (*cb)(void *ctx, struct http_request *req), void *cb_ctx) argument
[all...]
/external/llvm/test/MC/AArch64/
H A Ddot-req-diagnostics.s4 fred .req x5
5 fred .req x6
7 // CHECK-ERROR: fred .req x6
10 ada .req v2.8b
12 // CHECK-ERROR: ada .req v2.8b
15 bob .req lisa
17 // CHECK-ERROR: bob .req lisa
20 lisa .req x1, 23
21 // CHECK-ERROR: error: unexpected input in .req directive
22 // CHECK-ERROR: lisa .req x
[all...]
H A Ddot-req.s4 fred .req x5
7 fred .req w6
10 bob .req fred
11 ada .req w1
20 bob .req b6
21 hanah .req h5
22 sam .req s4
23 dora .req d3
24 quentin .req q2
25 vesna .req v
[all...]
/external/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.req/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.req/Android.mk
19 test_name := thread/thread.req/thread.req.lockable/thread.req.lockable.req/nothing_to_do
/external/libnl/lib/fib_lookup/
H A Drequest.c38 struct flnl_request *req = REQUEST_CAST(obj); local
40 if (req)
41 nl_addr_put(req->lr_addr);
94 void flnl_request_set_fwmark(struct flnl_request *req, uint64_t fwmark) argument
96 req->lr_fwmark = fwmark;
97 req->ce_mask |= REQUEST_ATTR_FWMARK;
100 uint64_t flnl_request_get_fwmark(struct flnl_request *req) argument
102 if (req->ce_mask & REQUEST_ATTR_FWMARK)
103 return req->lr_fwmark;
108 void flnl_request_set_tos(struct flnl_request *req, in argument
114 flnl_request_get_tos(struct flnl_request *req) argument
122 flnl_request_set_scope(struct flnl_request *req, int scope) argument
128 flnl_request_get_scope(struct flnl_request *req) argument
136 flnl_request_set_table(struct flnl_request *req, int table) argument
142 flnl_request_get_table(struct flnl_request *req) argument
150 flnl_request_set_addr(struct flnl_request *req, struct nl_addr *addr) argument
166 flnl_request_get_addr(struct flnl_request *req) argument
[all...]
/external/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.basic/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.basic/Android.mk
19 test_name := thread/thread.req/thread.req.lockable/thread.req.lockable.basic/nothing_to_do
/external/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.general/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.general/Android.mk
19 test_name := thread/thread.req/thread.req.lockable/thread.req.lockable.general/nothing_to_do
/external/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.timed/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.timed/Android.mk
19 test_name := thread/thread.req/thread.req.lockable/thread.req.lockable.timed/nothing_to_do
/external/libcxx/test/numerics/rand/rand.req/rand.req.adapt/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.req/rand.req.adapt/Android.mk
19 test_name := numerics/rand/rand.req/rand.req.adapt/nothing_to_do
/external/libcxx/test/numerics/rand/rand.req/rand.req.dst/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.req/rand.req.dst/Android.mk
19 test_name := numerics/rand/rand.req/rand.req.dst/nothing_to_do
/external/libcxx/test/numerics/rand/rand.req/rand.req.eng/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.req/rand.req.eng/Android.mk
19 test_name := numerics/rand/rand.req/rand.req.eng/nothing_to_do
/external/libcxx/test/numerics/rand/rand.req/rand.req.genl/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.req/rand.req.genl/Android.mk
19 test_name := numerics/rand/rand.req/rand.req.genl/nothing_to_do
/external/libcxx/test/numerics/rand/rand.req/rand.req.seedseq/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.req/rand.req.seedseq/Android.mk
19 test_name := numerics/rand/rand.req/rand.req.seedseq/nothing_to_do
/external/libcxx/test/numerics/rand/rand.req/rand.req.urng/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.req/rand.req.urng/Android.mk
19 test_name := numerics/rand/rand.req/rand.req.urng/nothing_to_do
/external/libcxx/test/thread/thread.req/thread.req.exception/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.exception/Android.mk
19 test_name := thread/thread.req/thread.req.exception/nothing_to_do
/external/libcxx/test/thread/thread.req/thread.req.lockable/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.lockable/Android.mk
19 test_name := thread/thread.req/thread.req.lockable/nothing_to_do
/external/libcxx/test/thread/thread.req/thread.req.native/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.native/Android.mk
19 test_name := thread/thread.req/thread.req.native/nothing_to_do
/external/libcxx/test/thread/thread.req/thread.req.paramname/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.paramname/Android.mk
19 test_name := thread/thread.req/thread.req.paramname/nothing_to_do

Completed in 216 milliseconds

1234567891011>>