Searched refs:rp (Results 1 – 3 of 3) sorted by relevance
77 for (struct addrinfo* rp = result; rp != nullptr; rp = rp->ai_next) { in main() local78 std::cout << inetSockaddrToString(rp->ai_addr) << std::endl; in main()
206 OmahaRequestParams* rp = system_state_->request_params(); in GetChannel() local208 (in_get_current_channel ? rp->current_channel() : rp->target_channel()); in GetChannel()
442 const char* rp = android::strnstr(buf, len, resumeStr); in synchronize() local443 if (rp && (rp < cp)) cp = rp; in synchronize()