Searched refs:new_s (Results 1 – 3 of 3) sorted by relevance
375 int32_t new_s; in ldns_soa_serial_datecounter() local379 new_s = (int32_t) atoi(s_str); in ldns_soa_serial_datecounter()380 return new_s - ((int32_t) s) <= 0 ? s+1 : ((uint32_t) new_s); in ldns_soa_serial_datecounter()385 int32_t new_s = data ? (int32_t) (intptr_t) data in ldns_soa_serial_unixtime() local387 return new_s - ((int32_t) s) <= 0 ? s+1 : ((uint32_t) new_s); in ldns_soa_serial_unixtime()
215 __dir_stream new_s(p, opt, m_ec);218 if (m_ec || !new_s.good())223 __imp_->__stack_.push(std::move(new_s)); in recursive_directory_iterator() 226 __dir_stream new_s(p, opt, m_ec); recursive_directory_iterator() local
635 void set_s(const std::string& new_s) { s_ = new_s; } in set_s() argument