Home
last modified time | relevance | path

Searched refs:req_obj (Results 1 – 25 of 146) sorted by relevance

123456

/dports/devel/p5-JSON-RPC-Common/JSON-RPC-Common-0.11/t/
H A Drequest_2_0.t22 isa_ok( $req_obj, "JSON::RPC::Common::Procedure::Call" );
25 is( $req_obj->version, "2.0", "version" );
27 ok( $req_obj->has_id, "has_id" );
28 is( $req_obj->id, "foo", "id value" );
30 ok( !$req_obj->is_notification, "not a notification" );
32 ok( !$req_obj->is_service, "not a service req" );
61 is( $req_obj->version, "2.0", "version" );
63 ok( $req_obj->has_id, "has_id" );
65 ok( !$req_obj->is_notification, "not a notification" );
80 is( $req_obj->version, "2.0", "version" );
[all …]
H A Drequest_1_1.t25 is( $req_obj->version, "1.1", "version" );
27 ok( $req_obj->has_id, "has_id" );
28 is( $req_obj->id, "foo", "id value" );
32 ok( !$req_obj->is_service, "not a service req" );
34 my $res = $req_obj->return_result("moose");
55 is( $req_obj->version, "1.1", "version" );
57 ok( $req_obj->has_id, "has_id" );
74 is( $req_obj->version, "1.1", "version" );
76 ok( !$req_obj->has_id, "not has_id" );
95 is( $req_obj->version, "1.1", "version" );
[all …]
H A Drequest_1_0.t19 isa_ok( $req_obj, "JSON::RPC::Common::Procedure::Call" );
24 is( $req_obj->version, "1.0", "version" );
26 ok( $req_obj->has_id, "has_id" );
27 is( $req_obj->id, "foo", "id value" );
29 ok( !$req_obj->is_notification, "not a notification" );
31 ok( !$req_obj->is_service, "not a service req" );
33 is_deeply( $req_obj->params, [ 1 .. 3 ], "params" );
36 my $res = $req_obj->return_result("moose");
63 is( $req_obj->version, "1.0", "version" );
65 ok( $req_obj->has_id, "has_id" );
[all …]
/dports/emulators/qemu/qemu-6.2.0/monitor/
H A Dqmp.c177 QMPRequest *req_obj = NULL; in monitor_qmp_requests_pop_any_with_lock() local
191 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
198 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
207 return req_obj; in monitor_qmp_requests_pop_any_with_lock()
212 QMPRequest *req_obj = NULL; in monitor_qmp_dispatcher_co() local
264 mon = req_obj->mon; in monitor_qmp_dispatcher_co()
308 if (req_obj->req) { in monitor_qmp_dispatcher_co()
349 QMPRequest *req_obj; in handle_qmp_command() local
375 req_obj->mon = mon; in handle_qmp_command()
376 req_obj->req = req; in handle_qmp_command()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/monitor/
H A Dqmp.c177 QMPRequest *req_obj = NULL; in monitor_qmp_requests_pop_any_with_lock() local
191 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
198 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
207 return req_obj; in monitor_qmp_requests_pop_any_with_lock()
212 QMPRequest *req_obj = NULL; in monitor_qmp_dispatcher_co() local
282 mon = req_obj->mon; in monitor_qmp_dispatcher_co()
304 if (req_obj->req) { in monitor_qmp_dispatcher_co()
345 QMPRequest *req_obj; in handle_qmp_command() local
371 req_obj->mon = mon; in handle_qmp_command()
372 req_obj->req = req; in handle_qmp_command()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/monitor/
H A Dqmp.c177 QMPRequest *req_obj = NULL;
191 if (req_obj) {
198 if (req_obj) {
207 return req_obj;
212 QMPRequest *req_obj = NULL;
264 mon = req_obj->mon;
308 if (req_obj->req) {
349 QMPRequest *req_obj;
375 req_obj->mon = mon;
376 req_obj->req = req;
[all …]
/dports/emulators/qemu42/qemu-4.2.1/monitor/
H A Dqmp.c193 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
200 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
211 return req_obj; in monitor_qmp_requests_pop_any_with_lock()
221 if (!req_obj) { in monitor_qmp_bh_dispatcher()
225 mon = req_obj->mon; in monitor_qmp_bh_dispatcher()
230 if (req_obj->req) { in monitor_qmp_bh_dispatcher()
238 req_obj->err = NULL; in monitor_qmp_bh_dispatcher()
258 QMPRequest *req_obj; in handle_qmp_command() local
282 req_obj->mon = mon; in handle_qmp_command()
283 req_obj->req = req; in handle_qmp_command()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/monitor/
H A Dqmp.c178 QMPRequest *req_obj = NULL; in monitor_qmp_requests_pop_any_with_lock() local
192 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
199 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
210 return req_obj; in monitor_qmp_requests_pop_any_with_lock()
215 QMPRequest *req_obj = NULL; in monitor_qmp_dispatcher_co() local
273 mon = req_obj->mon; in monitor_qmp_dispatcher_co()
278 if (req_obj->req) { in monitor_qmp_dispatcher_co()
313 QMPRequest *req_obj; in handle_qmp_command() local
337 req_obj->mon = mon; in handle_qmp_command()
338 req_obj->req = req; in handle_qmp_command()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/monitor/
H A Dqmp.c193 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
200 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
211 return req_obj; in monitor_qmp_requests_pop_any_with_lock()
221 if (!req_obj) { in monitor_qmp_bh_dispatcher()
225 mon = req_obj->mon; in monitor_qmp_bh_dispatcher()
230 if (req_obj->req) { in monitor_qmp_bh_dispatcher()
238 req_obj->err = NULL; in monitor_qmp_bh_dispatcher()
258 QMPRequest *req_obj; in handle_qmp_command() local
282 req_obj->mon = mon; in handle_qmp_command()
283 req_obj->req = req; in handle_qmp_command()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/monitor/
H A Dqmp.c193 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
200 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
211 return req_obj; in monitor_qmp_requests_pop_any_with_lock()
221 if (!req_obj) { in monitor_qmp_bh_dispatcher()
225 mon = req_obj->mon; in monitor_qmp_bh_dispatcher()
230 if (req_obj->req) { in monitor_qmp_bh_dispatcher()
238 req_obj->err = NULL; in monitor_qmp_bh_dispatcher()
258 QMPRequest *req_obj; in handle_qmp_command() local
282 req_obj->mon = mon; in handle_qmp_command()
283 req_obj->req = req; in handle_qmp_command()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/monitor/
H A Dqmp.c193 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
200 if (req_obj) { in monitor_qmp_requests_pop_any_with_lock()
211 return req_obj; in monitor_qmp_requests_pop_any_with_lock()
221 if (!req_obj) { in monitor_qmp_bh_dispatcher()
225 mon = req_obj->mon; in monitor_qmp_bh_dispatcher()
230 if (req_obj->req) { in monitor_qmp_bh_dispatcher()
238 req_obj->err = NULL; in monitor_qmp_bh_dispatcher()
258 QMPRequest *req_obj; in handle_qmp_command() local
282 req_obj->mon = mon; in handle_qmp_command()
283 req_obj->req = req; in handle_qmp_command()
[all …]
/dports/net-mgmt/pmacct/pmacct-1.7.5/examples/lg/
H A Dpmbgp.c164 json_t *req_obj = json_object(); in main() local
167 json_object_set_new_nocheck(req_obj, "queries", json_integer(1)); in main()
168 req_type_str = json_dumps(req_obj, JSON_PRESERVE_ORDER); in main()
169 json_decref(req_obj); in main()
173 json_t *req_obj = json_object(); in main() local
208 req_str = json_dumps(req_obj, JSON_PRESERVE_ORDER); in main()
209 json_decref(req_obj); in main()
214 json_t *req_obj = json_object(); in main() local
217 json_object_set_new_nocheck(req_obj, "queries", json_integer(1)); in main()
218 req_type_str = json_dumps(req_obj, JSON_PRESERVE_ORDER); in main()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/
H A DEqualityTest.java319 lhs.req_obj = "foo"; in main()
320 rhs.req_obj = "foo"; in main()
321 lhs.req_obj = null; in main()
322 rhs.req_obj = null; in main()
332 lhs.req_obj = "foo"; in main()
334 lhs.req_obj = null; in main()
335 rhs.req_obj = null; in main()
347 lhs.req_obj = null; in main()
357 lhs.req_obj = null; in main()
367 rhs.req_obj = null; in main()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/
H A DEqualityTest.java319 lhs.req_obj = "foo"; in main()
320 rhs.req_obj = "foo"; in main()
321 lhs.req_obj = null; in main()
322 rhs.req_obj = null; in main()
332 lhs.req_obj = "foo"; in main()
334 lhs.req_obj = null; in main()
335 rhs.req_obj = null; in main()
347 lhs.req_obj = null; in main()
357 lhs.req_obj = null; in main()
367 rhs.req_obj = null; in main()
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/test/
H A DEqualityTest.java319 lhs.req_obj = "foo"; in main()
320 rhs.req_obj = "foo"; in main()
321 lhs.req_obj = null; in main()
322 rhs.req_obj = null; in main()
332 lhs.req_obj = "foo"; in main()
334 lhs.req_obj = null; in main()
335 rhs.req_obj = null; in main()
347 lhs.req_obj = null; in main()
357 lhs.req_obj = null; in main()
367 rhs.req_obj = null; in main()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/test/org/apache/thrift/test/
H A DEqualityTest.java319 lhs.req_obj = "foo"; in main()
320 rhs.req_obj = "foo"; in main()
321 lhs.req_obj = null; in main()
322 rhs.req_obj = null; in main()
332 lhs.req_obj = "foo"; in main()
334 lhs.req_obj = null; in main()
335 rhs.req_obj = null; in main()
347 lhs.req_obj = null; in main()
357 lhs.req_obj = null; in main()
367 rhs.req_obj = null; in main()
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/test/org/apache/thrift/test/
H A DEqualityTest.java319 lhs.req_obj = "foo"; in main()
320 rhs.req_obj = "foo"; in main()
321 lhs.req_obj = null; in main()
322 rhs.req_obj = null; in main()
332 lhs.req_obj = "foo"; in main()
334 lhs.req_obj = null; in main()
335 rhs.req_obj = null; in main()
347 lhs.req_obj = null; in main()
357 lhs.req_obj = null; in main()
367 rhs.req_obj = null; in main()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/test/org/apache/thrift/test/
H A DEqualityTest.java319 lhs.req_obj = "foo"; in main()
320 rhs.req_obj = "foo"; in main()
321 lhs.req_obj = null; in main()
322 rhs.req_obj = null; in main()
332 lhs.req_obj = "foo"; in main()
334 lhs.req_obj = null; in main()
335 rhs.req_obj = null; in main()
347 lhs.req_obj = null; in main()
357 lhs.req_obj = null; in main()
367 rhs.req_obj = null; in main()
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/test/
H A DEqualityTest.java319 lhs.req_obj = "foo"; in main()
320 rhs.req_obj = "foo"; in main()
321 lhs.req_obj = null; in main()
322 rhs.req_obj = null; in main()
332 lhs.req_obj = "foo"; in main()
334 lhs.req_obj = null; in main()
335 rhs.req_obj = null; in main()
347 lhs.req_obj = null; in main()
357 lhs.req_obj = null; in main()
367 rhs.req_obj = null; in main()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/
H A DEqualityTest.java319 lhs.req_obj = "foo"; in main()
320 rhs.req_obj = "foo"; in main()
321 lhs.req_obj = null; in main()
322 rhs.req_obj = null; in main()
332 lhs.req_obj = "foo"; in main()
334 lhs.req_obj = null; in main()
335 rhs.req_obj = null; in main()
347 lhs.req_obj = null; in main()
357 lhs.req_obj = null; in main()
367 rhs.req_obj = null; in main()
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/test/
H A DEqualityTest.java319 lhs.req_obj = "foo"; in main()
320 rhs.req_obj = "foo"; in main()
321 lhs.req_obj = null; in main()
322 rhs.req_obj = null; in main()
332 lhs.req_obj = "foo"; in main()
334 lhs.req_obj = null; in main()
335 rhs.req_obj = null; in main()
347 lhs.req_obj = null; in main()
357 lhs.req_obj = null; in main()
367 rhs.req_obj = null; in main()
[all …]
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bgp/
H A Dbgp_lg.c144 req_obj = json_loads(req_str, 0, &req_err); in bgp_lg_daemon_decode_query_header_json()
148 req_obj = NULL; in bgp_lg_daemon_decode_query_header_json()
152 if (req_obj) { in bgp_lg_daemon_decode_query_header_json()
153 if (!json_is_object(req_obj)) { in bgp_lg_daemon_decode_query_header_json()
184 json_decref(req_obj); in bgp_lg_daemon_decode_query_header_json()
209 req_obj = json_loads(req_str, 0, &req_err); in bgp_lg_daemon_decode_query_ip_lookup_json()
213 req_obj = NULL; in bgp_lg_daemon_decode_query_ip_lookup_json()
217 if (req_obj) { in bgp_lg_daemon_decode_query_ip_lookup_json()
218 if (!json_is_object(req_obj)) { in bgp_lg_daemon_decode_query_ip_lookup_json()
272 rd_json = json_object_get(req_obj, "rd"); in bgp_lg_daemon_decode_query_ip_lookup_json()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dwafv2_ip_set.py160 req_obj = {
168 req_obj['Description'] = description
171 req_obj['Tags'] = ansible_dict_to_boto3_tag_list(tags)
174 response = self.wafv2.create_ip_set(**req_obj)
182 req_obj = {
191 req_obj['Description'] = description
194 response = self.wafv2.update_ip_set(**req_obj)
225 req_obj = {
230 req_obj['NextMarker'] = Nextmarker
233 response = self.wafv2.list_ip_sets(**req_obj)
/dports/www/py-webargs/webargs-8.0.1/src/webargs/
H A Dasyncparser.py163 req_obj = req_
165 if not req_obj:
166 req_obj = self.get_request_from_view_args(func, args, kwargs)
170 req=req_obj,
186 req_obj = req_
188 if not req_obj:
189 req_obj = self.get_request_from_view_args(func, args, kwargs)
193 req=req_obj,
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/network-web/adblock/
H A Dadblockmanager.cpp196 QJsonObject req_obj; in askServerIfBlocked() local
200 req_obj[QSL("fp_url")] = fp_url; in askServerIfBlocked()
201 req_obj[QSL("url")] = url; in askServerIfBlocked()
202 req_obj[QSL("url_type")] = url_type, in askServerIfBlocked()
203 req_obj[QSL("filter")] = true; in askServerIfBlocked()
210 QJsonDocument(req_obj).toJson(), in askServerIfBlocked()
239 QJsonObject req_obj; in askServerForCosmeticRules() local
243 req_obj[QSL("url")] = url; in askServerForCosmeticRules()
244 req_obj[QSL("cosmetic")] = true; in askServerForCosmeticRules()
251 QJsonDocument(req_obj).toJson(), in askServerForCosmeticRules()

123456