HomeSort by relevance Sort by last modified time
    Searched refs:read_start (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs_node.cc 96 off_t* read_start,
118 *read_start = read_start_int;
123 *read_start = read_start_int;
457 off_t read_start = 0; local
475 response_headers, &read_start, &read_end, &entity_length)) {
476 if (read_start > attr.offs || read_start > read_end) {
482 count = std::min(read_end - read_start, count);
488 read_start = attr.offs;
492 if (read_start < attr.offs)
    [all...]