Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Drtmp.cpp1012 std::shared_ptr<cygnal::Buffer> cont_head = encodeHeader(channel, RTMP::HEADER_1); in sendMsg()
1014 std::shared_ptr<cygnal::Buffer> cont_head(new cygnal::Buffer(1)); in sendMsg() local
1016 *cont_head = foo; in sendMsg()
1048 ret = writeNet(fd, *cont_head); in sendMsg()
1056 *bigbuf += cont_head; in sendMsg()