Searched refs:szHbo (Results 1 – 1 of 1) sorted by relevance
457 uint32_t szHbo; in flush() local518 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() local531 uint32_t szNbo = htonl(szHbo); in flush()