Home | History | Annotate | Download | only in pdf

Lines Matching refs:start_pos

322     uint32 start_pos, end_pos;
323 if (GetByteRange(headers, &start_pos, &end_pos)) {
324 current_pos_ = start_pos;
325 if (end_pos && end_pos > start_pos)
326 current_chunk_size_ = end_pos - start_pos + 1;
393 uint32 start_pos, end_pos;
394 if (GetByteRange(std::string(buffer_, i), &start_pos, &end_pos)) {
395 current_pos_ = start_pos;
398 if (end_pos && end_pos > start_pos)
399 current_chunk_size_ = end_pos - start_pos + 1;