Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTHeaderTransport.cpp457 uint32_t szHbo; in flush() local
518 szHbo = headerSize + haveBytes // thrift header + payload in flush()
524 szNbo = htonl(szHbo); in flush()
527 outTransport_->write(pktStart, szHbo - haveBytes + 4); in flush()
530 auto szHbo = (uint32_t)haveBytes; in flush() local
531 uint32_t szNbo = htonl(szHbo); in flush()