Home
last modified time | relevance | path

Searched refs:multipart (Results 1 - 11 of 11) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/
H A Dss-server.c13 extern int interrupted, bad, multipart;
34 * multipart/form-data
93 if (multipart) in myss_srv_tx()
191 * ... it's going to be either text/html or multipart ... in myss_srv_state()
193 if (multipart) { in myss_srv_state()
195 "multipart/form-data; boundary=aBoundaryString", 45)) in myss_srv_state()
204 (multipart ? strlen(multipart_html) : in myss_srv_state()
H A Dmain.c17 int interrupted, bad = 1, multipart; variable
277 multipart = 1; in main()
/third_party/curl/lib/
H A Dformdata.c688 * curl_formadd() is a public API to add a section to the multipart formpost.
721 result = Curl_mime_prepare_headers(NULL, &toppart, "multipart/form-data", in curl_formget()
839 curl_mime *multipart = form; in Curl_getformdata() local
847 multipart = curl_mime_init(data); in Curl_getformdata()
848 if(!multipart) in Curl_getformdata()
852 result = curl_mime_subparts(part, multipart); in Curl_getformdata()
858 part = curl_mime_addpart(multipart); in Curl_getformdata()
/third_party/libbpf/src/
H A Dnetlink.c141 bool multipart = true; in libbpf_netlink_recv() local
150 while (multipart) { in libbpf_netlink_recv()
152 multipart = false; in libbpf_netlink_recv()
185 multipart = true; in libbpf_netlink_recv()
/third_party/node/test/fixtures/wpt/FileAPI/support/
H A Dsend-file-form-helper.js117 // formPostFileUploadTest - verifies multipart upload structure and
166 enctype: 'multipart/form-data',
233 `${fileBaseName}: multipart form data must have at least 3 lines: ${
240 `${fileBaseName}: multipart form data must end with ${boundary}--: ${
260 // Unlike for names and filenames, multipart/form-data values don't escape
278 `Unexpected multipart-shaped form data received:\n${
/third_party/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h279 unsigned int multipart:1; member
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
H A Dmultipart.js4 // * support 1 nested multipart level
5 // (see second multipart example here:
26 Multipart.detect = /^multipart\/form-data/i
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c1059 * set the boundary string and the content-type for client multipart mime
1076 n = lws_snprintf(arg, sizeof(arg), "multipart/form-data; boundary=\"%s\"", in lws_http_multipart_headers()
1083 wsi->http.multipart = wsi->http.multipart_issue_boundary = 1; in lws_http_multipart_headers()
1098 assert(wsi->http.multipart); in lws_client_http_multipart()
/third_party/astc-encoder/Source/
H A Dtinyexr.h169 int multipart; // multi-part(EXR 2.0) member
220 int multipart; member
10426 if (version->multipart) { in ParseEXRHeader()
11432 if (exr_version.multipart || exr_version.non_image) { in EXRLayers()
11434 "Loading multipart or DeepImage is not supported in LoadEXR() API", in EXRLayers()
11491 if (exr_version.multipart || exr_version.non_image) { in LoadEXRWithLayer()
11493 "Loading multipart or DeepImage is not supported in LoadEXR() API", in LoadEXRWithLayer()
12062 if (exr_header->multipart) {
13234 version->multipart = false;
13255 version->multipart
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest_email.py31 from email.mime.multipart import MIMEMultipart
136 msg['Content-Type'] = 'multipart/mixed'
139 self.assertRaisesRegex(TypeError, "[Aa]ttach.*non-multipart",
199 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
209 self.assertEqual(msg.items()[0][1], 'multipart/form-data')
213 'multipart/form-data; boundary="==')
217 # Issue 7970: message/rfc822 not in multipart parsed by
242 # The outer message is a multipart
478 [('multipart/report', ''), ('report-type', 'delivery-status'),
483 [('multipart/repor
[all...]
/third_party/node/deps/undici/
H A Dundici.js2884 self.emit("error", new Error("Unexpected end of multipart data"));
2887 self._part.emit("error", new Error(type + " terminated early due to unexpected end of multipart data"));
3801 // node_modules/@fastify/busboy/lib/types/multipart.js
3803 "node_modules/@fastify/busboy/lib/types/multipart.js"(exports2, module2) {
3817 Multipart.detect = /^multipart\/form-data/i;
5332 type = "multipart/form-data; boundary=" + boundary;
5457 if (/multipart\/form-data/.test(contentType)) {

Completed in 38 milliseconds