OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outpos_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
asynctcpsocket.cc
69
outpos_
(0) {
108
if (
outpos_
)
114
outpos_
= PKT_LEN_SIZE + cb;
119
outpos_
= 0;
162
if (
outpos_
+ cb > outsize_) {
167
memcpy(outbuf_ +
outpos_
, pv, cb);
168
outpos_
+= cb;
197
int res = socket_->Send(outbuf_,
outpos_
);
201
if (static_cast<size_t>(res) <=
outpos_
) {
202
outpos_
-= res
[
all
...]
asynctcpsocket.h
74
size_t insize_, inpos_, outsize_,
outpos_
;
member in class:talk_base::AsyncTCPSocket
Completed in 92 milliseconds