Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.cc278 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()
Dcurl_http_request.h179 StringPiece post_body_buffer_; variable