Home
last modified time | relevance | path

Searched refs:reqbody (Results 1 – 25 of 109) sorted by relevance

12345

/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Destnode.c408 CBDATUM *reqbody; in est_node_sync() local
445 CBDATUM *reqbody; in est_node_optimize() local
508 free(reqbody); in est_node_put_doc()
1099 if(cbdatumsize(reqbody) > 0) cbdatumcat(reqbody, "&", 1); in est_node_search()
1104 if(cbdatumsize(reqbody) > 0) cbdatumcat(reqbody, "&", 1); in est_node_search()
1107 if(cbdatumsize(reqbody) > 0) cbdatumcat(reqbody, "&", 1); in est_node_search()
1111 if(cbdatumsize(reqbody) > 0) cbdatumcat(reqbody, "&", 1); in est_node_search()
1114 if(cbdatumsize(reqbody) > 0) cbdatumcat(reqbody, "&", 1); in est_node_search()
1575 targ.reqbody = reqbody; in est_url_shuttle()
1819 reqbody = ((TARGSHUTTLE *)targ)->reqbody; in est_url_shuttle_impl()
[all …]
/dports/textproc/hyperestraier/hyperestraier-1.4.13/rubypure/
H A Destraierpure.rb583 reqbody = doc.dump_draft
598 reqbody = "id=" + id.to_s
613 reqbody = "uri=" + CGI::escape(uri)
628 reqbody = doc.dump_draft
643 reqbody = "id=" + id.to_s
660 reqbody = "uri=" + CGI::escape(uri)
714 reqbody = "id=" + id.to_s
739 reqbody = "uri=" + CGI::escape(uri)
1088 if reqbody
1101 sock.printf("Content-Length: %d\r\n", reqbody.length) if reqbody
[all …]
/dports/textproc/hyperestraier/hyperestraier-1.4.13/javapure/
H A DNode.java215 byte[] reqbody = new byte[0]; in sync()
239 byte[] reqbody = new byte[0]; in optimize()
264 byte[] reqbody = doc.dump_draft().getBytes("UTF-8"); in put_doc()
290 byte[] reqbody = ("id=" + id).getBytes("ISO-8859-1"); in out_doc()
340 byte[] reqbody = doc.dump_draft().getBytes("UTF-8"); in edit_doc()
420 byte[] reqbody = qstr.getBytes("ISO-8859-1"); in get_doc_attr()
449 byte[] reqbody = qstr.getBytes("ISO-8859-1"); in get_doc_attr_by_uri()
476 byte[] reqbody = qstr.getBytes("ISO-8859-1"); in etch_doc()
510 byte[] reqbody = qstr.getBytes("ISO-8859-1"); in etch_doc_by_uri()
764 byte[] reqbody = qstr.getBytes("ISO-8859-1"); in set_user()
[all …]
H A DUtility.java46 List reqheads, byte[] reqbody, in shuttle_url() argument
49 ShuttleURLThread th = new ShuttleURLThread(url, pxhost, pxport, reqheads, reqbody, in shuttle_url()
200 private byte[] reqbody; field in Utility.ShuttleURLThread
206 List reqheads, byte[] reqbody, in ShuttleURLThread() argument
212 this.reqbody = reqbody; in ShuttleURLThread()
240 if(reqbody != null) method = "POST"; in run()
257 if(reqbody != null) in run()
258 sb.append("Content-Length: " + reqbody.length + "\r\n"); in run()
261 if(reqbody != null) os.write(reqbody); in run()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/http/ChunkedOutputStream/
H A DTest.java48 String reqbody; in handle() local
54 reqbody = read(exchange.getRequestBody()); in handle()
55 if (!reqbody.equals(str1)) { in handle()
69 write(exchange.getResponseBody(), reqbody); in handle() local
78 reqbody = read(exchange.getRequestBody()); in handle()
80 if (!reqbody.equals(str2)) { in handle()
95 write(exchange.getResponseBody(), reqbody); in handle() local
111 reqbody = read(exchange.getRequestBody()); in handle()
112 if (reqbody != null && !"".equals(reqbody)) { in handle()
122 reqbody = read(exchange.getRequestBody()); in handle()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/net/www/http/ChunkedOutputStream/
H A DTest.java51 String reqbody; in handle() local
57 reqbody = read(exchange.getRequestBody()); in handle()
58 if (!reqbody.equals(str1)) { in handle()
72 write(exchange.getResponseBody(), reqbody); in handle() local
81 reqbody = read(exchange.getRequestBody()); in handle()
83 if (!reqbody.equals(str2)) { in handle()
98 write(exchange.getResponseBody(), reqbody); in handle() local
114 reqbody = read(exchange.getRequestBody()); in handle()
115 if (reqbody != null && !"".equals(reqbody)) { in handle()
125 reqbody = read(exchange.getRequestBody()); in handle()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/http/ChunkedOutputStream/
H A DTest.java48 String reqbody; in handle() local
54 reqbody = read(exchange.getRequestBody()); in handle()
55 if (!reqbody.equals(str1)) { in handle()
69 write(exchange.getResponseBody(), reqbody); in handle() local
78 reqbody = read(exchange.getRequestBody()); in handle()
80 if (!reqbody.equals(str2)) { in handle()
95 write(exchange.getResponseBody(), reqbody); in handle() local
111 reqbody = read(exchange.getRequestBody()); in handle()
112 if (reqbody != null && !"".equals(reqbody)) { in handle()
122 reqbody = read(exchange.getRequestBody()); in handle()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/net/www/http/ChunkedOutputStream/
H A DTest.java48 String reqbody; in handle() local
54 reqbody = read(exchange.getRequestBody()); in handle()
55 if (!reqbody.equals(str1)) { in handle()
69 write(exchange.getResponseBody(), reqbody); in handle() local
78 reqbody = read(exchange.getRequestBody()); in handle()
80 if (!reqbody.equals(str2)) { in handle()
95 write(exchange.getResponseBody(), reqbody); in handle() local
111 reqbody = read(exchange.getRequestBody()); in handle()
112 if (reqbody != null && !"".equals(reqbody)) { in handle()
122 reqbody = read(exchange.getRequestBody()); in handle()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/net/www/http/ChunkedOutputStream/
H A DTest.java51 String reqbody; in handle() local
57 reqbody = read(exchange.getRequestBody()); in handle()
58 if (!reqbody.equals(str1)) { in handle()
72 write(exchange.getResponseBody(), reqbody); in handle() local
81 reqbody = read(exchange.getRequestBody()); in handle()
83 if (!reqbody.equals(str2)) { in handle()
98 write(exchange.getResponseBody(), reqbody); in handle() local
114 reqbody = read(exchange.getRequestBody()); in handle()
115 if (reqbody != null && !"".equals(reqbody)) { in handle()
125 reqbody = read(exchange.getRequestBody()); in handle()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/net/www/http/ChunkedOutputStream/
H A DTest.java51 String reqbody; in handle() local
57 reqbody = read(exchange.getRequestBody()); in handle()
58 if (!reqbody.equals(str1)) { in handle()
72 write(exchange.getResponseBody(), reqbody); in handle() local
81 reqbody = read(exchange.getRequestBody()); in handle()
83 if (!reqbody.equals(str2)) { in handle()
98 write(exchange.getResponseBody(), reqbody); in handle() local
114 reqbody = read(exchange.getRequestBody()); in handle()
115 if (reqbody != null && !"".equals(reqbody)) { in handle()
125 reqbody = read(exchange.getRequestBody()); in handle()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/net/www/http/ChunkedOutputStream/
H A DTest.java51 String reqbody; in handle() local
57 reqbody = read(exchange.getRequestBody()); in handle()
58 if (!reqbody.equals(str1)) { in handle()
72 write(exchange.getResponseBody(), reqbody); in handle() local
81 reqbody = read(exchange.getRequestBody()); in handle()
83 if (!reqbody.equals(str2)) { in handle()
98 write(exchange.getResponseBody(), reqbody); in handle() local
114 reqbody = read(exchange.getRequestBody()); in handle()
115 if (reqbody != null && !"".equals(reqbody)) { in handle()
125 reqbody = read(exchange.getRequestBody()); in handle()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/http/ChunkedOutputStream/
H A DTest.java47 String reqbody; in handle() local
53 reqbody = read(exchange.getRequestBody()); in handle()
54 if (!reqbody.equals(str1)) { in handle()
68 write(exchange.getResponseBody(), reqbody); in handle() local
77 reqbody = read(exchange.getRequestBody()); in handle()
79 if (!reqbody.equals(str2)) { in handle()
94 write(exchange.getResponseBody(), reqbody); in handle() local
110 reqbody = read(exchange.getRequestBody()); in handle()
111 if (reqbody != null && !"".equals(reqbody)) { in handle()
121 reqbody = read(exchange.getRequestBody()); in handle()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/http/ChunkedOutputStream/
H A DTest.java47 String reqbody; in handle() local
53 reqbody = read(exchange.getRequestBody()); in handle()
54 if (!reqbody.equals(str1)) { in handle()
68 write(exchange.getResponseBody(), reqbody); in handle() local
77 reqbody = read(exchange.getRequestBody()); in handle()
79 if (!reqbody.equals(str2)) { in handle()
94 write(exchange.getResponseBody(), reqbody); in handle() local
110 reqbody = read(exchange.getRequestBody()); in handle()
111 if (reqbody != null && !"".equals(reqbody)) { in handle()
121 reqbody = read(exchange.getRequestBody()); in handle()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/net/www/http/ChunkedOutputStream/
H A DTest.java51 String reqbody; in handle() local
57 reqbody = read(exchange.getRequestBody()); in handle()
58 if (!reqbody.equals(str1)) { in handle()
72 write(exchange.getResponseBody(), reqbody); in handle() local
81 reqbody = read(exchange.getRequestBody()); in handle()
83 if (!reqbody.equals(str2)) { in handle()
98 write(exchange.getResponseBody(), reqbody); in handle() local
114 reqbody = read(exchange.getRequestBody()); in handle()
115 if (reqbody != null && !"".equals(reqbody)) { in handle()
125 reqbody = read(exchange.getRequestBody()); in handle()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/go-datadog-api-2.21.0/
H A Drequest.go72 reqbody, out interface{}) error { argument
73 if err := client.doJsonRequestUnredacted(method, api, reqbody, out); err != nil {
82 reqbody, out interface{}) error { argument
83 req, err := client.createRequest(method, api, reqbody)
190 func (client *Client) createRequest(method, api string, reqbody interface{}) (*http.Request, error)…
193 if method != "GET" && reqbody != nil {
194 bjson, err := json.Marshal(reqbody)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/
H A Drequest.go72 reqbody, out interface{}) error { argument
73 if err := client.doJsonRequestUnredacted(method, api, reqbody, out); err != nil {
82 reqbody, out interface{}) error { argument
83 req, err := client.createRequest(method, api, reqbody)
190 func (client *Client) createRequest(method, api string, reqbody interface{}) (*http.Request, error)…
193 if method != "GET" && reqbody != nil {
194 bjson, err := json.Marshal(reqbody)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/protocol/https/
H A DChunkedOutputStream.java81 String reqbody = req.getRequestEntityBody(); in request() local
82 if (!reqbody.equals(str1)) { in request()
91 req.setResponseEntityBody (reqbody); in request()
101 reqbody = req.getRequestEntityBody(); in request()
102 if (!reqbody.equals(str2)) { in request()
112 req.setResponseEntityBody (reqbody); in request()
125 reqbody = req.getRequestEntityBody(); in request()
126 if (reqbody != null && !"".equals (reqbody)) { in request()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/net/www/protocol/https/
H A DChunkedOutputStream.java82 String reqbody = req.getRequestEntityBody(); in request() local
83 if (!reqbody.equals(str1)) { in request()
92 req.setResponseEntityBody(reqbody); in request()
102 reqbody = req.getRequestEntityBody(); in request()
103 if (!reqbody.equals(str2)) { in request()
113 req.setResponseEntityBody (reqbody); in request()
126 reqbody = req.getRequestEntityBody(); in request()
127 if (reqbody != null && !"".equals(reqbody)) { in request()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/net/www/protocol/https/
H A DChunkedOutputStream.java81 String reqbody = req.getRequestEntityBody(); in request() local
82 if (!reqbody.equals(str1)) { in request()
91 req.setResponseEntityBody (reqbody); in request()
101 reqbody = req.getRequestEntityBody(); in request()
102 if (!reqbody.equals(str2)) { in request()
112 req.setResponseEntityBody (reqbody); in request()
125 reqbody = req.getRequestEntityBody(); in request()
126 if (reqbody != null && !"".equals (reqbody)) { in request()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/protocol/https/
H A DChunkedOutputStream.java81 String reqbody = req.getRequestEntityBody(); in request() local
82 if (!reqbody.equals(str1)) { in request()
91 req.setResponseEntityBody (reqbody); in request()
101 reqbody = req.getRequestEntityBody(); in request()
102 if (!reqbody.equals(str2)) { in request()
112 req.setResponseEntityBody (reqbody); in request()
125 reqbody = req.getRequestEntityBody(); in request()
126 if (reqbody != null && !"".equals (reqbody)) { in request()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/protocol/https/
H A DChunkedOutputStream.java80 String reqbody = req.getRequestEntityBody(); in request() local
81 if (!reqbody.equals(str1)) { in request()
90 req.setResponseEntityBody (reqbody); in request()
100 reqbody = req.getRequestEntityBody(); in request()
101 if (!reqbody.equals(str2)) { in request()
111 req.setResponseEntityBody (reqbody); in request()
124 reqbody = req.getRequestEntityBody(); in request()
125 if (reqbody != null && !"".equals (reqbody)) { in request()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/protocol/https/
H A DChunkedOutputStream.java80 String reqbody = req.getRequestEntityBody(); in request() local
81 if (!reqbody.equals(str1)) { in request()
90 req.setResponseEntityBody (reqbody); in request()
100 reqbody = req.getRequestEntityBody(); in request()
101 if (!reqbody.equals(str2)) { in request()
111 req.setResponseEntityBody (reqbody); in request()
124 reqbody = req.getRequestEntityBody(); in request()
125 if (reqbody != null && !"".equals (reqbody)) { in request()
/dports/www/apache24/httpd-2.4.53/test/pyhttpd/
H A Dnghttp.py232 reqbody = ("%s/nghttp.req.body" % self.TMP_DIR)
233 with open(reqbody, 'wb') as f:
237 options.extend(["--data=%s" % reqbody])
241 reqbody = ("%s/nghttp.req.body" % self.TMP_DIR)
242 with open(reqbody, 'w') as f:
250 options.extend(["--data=%s" % reqbody])
261 reqbody = ("%s/nghttp.req.body" % self.TMP_DIR)
263 with open(reqbody, 'wb') as f:
281 "--data=%s" % reqbody,
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/net/www/protocol/https/
H A DChunkedOutputStream.java84 String reqbody = req.getRequestEntityBody(); in request() local
85 if (!reqbody.equals(str1)) { in request()
94 req.setResponseEntityBody(reqbody); in request()
104 reqbody = req.getRequestEntityBody(); in request()
105 if (!reqbody.equals(str2)) { in request()
115 req.setResponseEntityBody (reqbody); in request()
128 reqbody = req.getRequestEntityBody(); in request()
129 if (reqbody != null && !"".equals(reqbody)) { in request()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/net/www/protocol/https/
H A DChunkedOutputStream.java84 String reqbody = req.getRequestEntityBody(); in request() local
85 if (!reqbody.equals(str1)) { in request()
94 req.setResponseEntityBody(reqbody); in request()
104 reqbody = req.getRequestEntityBody(); in request()
105 if (!reqbody.equals(str2)) { in request()
115 req.setResponseEntityBody (reqbody); in request()
128 reqbody = req.getRequestEntityBody(); in request()
129 if (reqbody != null && !"".equals(reqbody)) { in request()

12345