Home
last modified time | relevance | path

Searched refs:multipart_boundary (Results 1 – 4 of 4) sorted by relevance

/external/python/apitools/apitools/base/py/
Dtransfer.py826 multipart_boundary = msg_root.get_boundary()
828 'multipart/related; boundary=%r' % multipart_boundary)
829 if isinstance(multipart_boundary, six.text_type):
830 multipart_boundary = multipart_boundary.encode('ascii')
832 body_components = http_request.body.split(multipart_boundary)
835 http_request.loggable_body = multipart_boundary.join(body_components)
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c1073 wsi->http.multipart_boundary, in lws_http_multipart_headers()
1074 sizeof(wsi->http.multipart_boundary)); in lws_http_multipart_headers()
1077 wsi->http.multipart_boundary); in lws_http_multipart_headers()
1103 wsi->http.multipart_boundary); in lws_client_http_multipart()
1115 wsi->http.multipart_boundary, name); in lws_client_http_multipart()
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h241 char multipart_boundary[16]; member
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py1102 multipart_boundary = ""
1169 multipart_boundary = msgRoot.get_boundary()
1172 ) % multipart_boundary