Searched refs:prev_start (Results 1 – 2 of 2) sorted by relevance
208 size_t prev_start = std::string::npos; in GetRegistryLengthImpl() local225 if (rule->type == kWildcardRule && (prev_start != std::string::npos)) { in GetRegistryLengthImpl()228 return (prev_start == host_check_begin) ? in GetRegistryLengthImpl()229 0 : (host.length() - prev_start); in GetRegistryLengthImpl()253 prev_start = curr_start; in GetRegistryLengthImpl()
434 const char* const prev_start = prev.start(); in RetrievePreviousCompressed() local449 while (prev_ptr != prev_start && data_ptr != data.start() in RetrievePreviousCompressed()