OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boundary_
(Results
1 - 12
of
12
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_31.txt
3
Content-Type: multipart/mixed; boundary=
BOUNDARY_
msg_16.txt
32
Content-Type: multipart/report; boundary="
Boundary_
(ID_PGS2F2a+z+/jL7hupKgRhA)"
35
--
Boundary_
(ID_PGS2F2a+z+/jL7hupKgRhA)
52
--
Boundary_
(ID_PGS2F2a+z+/jL7hupKgRhA)
63
--
Boundary_
(ID_PGS2F2a+z+/jL7hupKgRhA)
122
--
Boundary_
(ID_PGS2F2a+z+/jL7hupKgRhA)--
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_31.txt
3
Content-Type: multipart/mixed; boundary=
BOUNDARY_
msg_16.txt
32
Content-Type: multipart/report; boundary="
Boundary_
(ID_PGS2F2a+z+/jL7hupKgRhA)"
35
--
Boundary_
(ID_PGS2F2a+z+/jL7hupKgRhA)
52
--
Boundary_
(ID_PGS2F2a+z+/jL7hupKgRhA)
63
--
Boundary_
(ID_PGS2F2a+z+/jL7hupKgRhA)
122
--
Boundary_
(ID_PGS2F2a+z+/jL7hupKgRhA)--
/external/chromium/webkit/glue/
multipart_response_delegate.cc
66
boundary_
("--"),
73
boundary_
.assign(boundary);
75
boundary_
.append(boundary);
100
if (data_.length() <
boundary_
.length() + 2) {
107
if (0 != data_.compare(0,
boundary_
.length(),
boundary_
)) {
108
data_ =
boundary_
+ "\n" + data_;
151
size_t boundary_end_pos = boundary_pos +
boundary_
.length();
172
if (!processing_headers_ && data_.length() >
boundary_
.length()) {
175
int send_length = data_.length() -
boundary_
.length()
[
all
...]
multipart_response_delegate.h
131
std::string
boundary_
;
member in class:webkit_glue::MultipartResponseDelegate
multipart_response_delegate_unittest.cc
40
std::string& boundary() { return delegate_->
boundary_
; }
/external/chromium_org/webkit/child/
multipart_response_delegate.cc
66
boundary_
("--"),
73
boundary_
.assign(boundary);
75
boundary_
.append(boundary);
100
if (data_.length() <
boundary_
.length() + 2) {
107
if (0 != data_.compare(0,
boundary_
.length(),
boundary_
)) {
108
data_ =
boundary_
+ "\n" + data_;
151
size_t boundary_end_pos = boundary_pos +
boundary_
.length();
172
if (!processing_headers_ && data_.length() >
boundary_
.length()) {
175
int send_length = data_.length() -
boundary_
.length()
[
all
...]
multipart_response_delegate.h
133
std::string
boundary_
;
member in class:webkit_glue::MultipartResponseDelegate
multipart_response_delegate_unittest.cc
40
std::string& boundary() { return delegate_->
boundary_
; }
/external/chromium_org/third_party/libjingle/source/talk/base/
multipart.cc
40
boundary_
(boundary),
56
content_type->append(
boundary_
);
79
ss << "--" <<
boundary_
<< "\r\n";
local
102
ss << "--" <<
boundary_
<< "--" << "\r\n";
local
118
size +=
boundary_
.size() + 4; // for "--
boundary_
\r\n";
138
size +=
boundary_
.size() + 6; // for "--
boundary_
--\r\n";
multipart.h
83
std::string type_,
boundary_
;
member in class:talk_base::MultipartStream
Completed in 111 milliseconds