Searched refs:post_body_buffer_ (Results 1 – 2 of 2) sorted by relevance
278 post_body_buffer_ = StringPiece(buffer, size); in SetPostFromBuffer()376 CHECK(that->post_body_read_ <= that->post_body_buffer_.size()); in ReadCallback()378 size * nmemb, that->post_body_buffer_.size() - that->post_body_read_); in ReadCallback()379 memcpy(ptr, that->post_body_buffer_.data() + that->post_body_read_, in ReadCallback()
179 StringPiece post_body_buffer_; variable