Searched refs:xRateLimitReset (Results 1 – 4 of 4) sorted by relevance
41 const optional<std::string>& xRateLimitReset) { in parseRetryHeaders() argument49 } else if (xRateLimitReset) { in parseRetryHeaders()51 return util::parseTimestamp(std::stoi(*xRateLimitReset)); in parseRetryHeaders()
22 const optional<std::string>& xRateLimitReset);
76 optional<std::string> xRateLimitReset; in handleNetworkReply() local93 xRateLimitReset = std::string(line.second.constData(), line.second.size()); in handleNetworkReply()136 http::parseRetryHeaders(retryAfter, xRateLimitReset)); in handleNetworkReply()
164 optional<std::string> xRateLimitReset; member in mbgl::HTTPRequest416 baton->xRateLimitReset = std::string(buffer + begin, length - begin - 2); // remove \r\n in headerCallback()467 http::parseRetryHeaders(retryAfter, xRateLimitReset)); in handleResult()