Lines Matching refs:rleft
121 if (rb_.rleft() && on_read() != 0) {
124 if (rb_.rleft() == 0) {
138 if (rb_.rleft() == 0) {
187 assert(rb_.rleft() == 0);
251 if (rb_.rleft() && on_read() != 0) {
254 if (rb_.rleft() == 0) {
268 if (rb_.rleft() == 0) {
359 auto nread = std::min(left_connhd_len_, rb_.rleft());
388 auto nread = std::min(left_connhd_len_, rb_.rleft());
1191 input->remove(*output, input->rleft());
1327 if (rb_.rleft() >= PROXY_PROTO_V2_HDLEN &&
1342 auto bufend = rb_.pos() + std::min(MAX_PROXY_LINELEN, rb_.rleft());
1519 assert(rb_.rleft() >= PROXY_PROTO_V2_HDLEN);