Lines Matching refs:timenow
462 uint16_t* num_rrs, time_t timenow, struct regional* region, in packed_rrset_encode() argument
486 adjust = SERVE_ORIGINAL_TTL ? data->ttl_add : timenow; in packed_rrset_encode()
558 sldns_buffer* pkt, size_t rrsets_before, time_t timenow, in insert_section() argument
576 pkt, num_rrs, timenow, region, 1, 1, tree, in insert_section()
589 pkt, num_rrs, timenow, region, 1, 0, tree, in insert_section()
600 pkt, num_rrs, timenow, region, 0, 1, tree, in insert_section()
687 uint16_t id, uint16_t flags, sldns_buffer* buffer, time_t timenow, in reply_info_encode() argument
724 rr_offset = RRSET_ROUNDROBIN?ntohs(id)+(timenow?timenow:time(NULL)):0; in reply_info_encode()
755 0, timenow, region, &tree, LDNS_SECTION_ANSWER, qinfo->qtype, in reply_info_encode()
772 rep->an_numrrsets, timenow, region, &tree, in reply_info_encode()
789 rep->an_numrrsets + rep->ns_numrrsets, timenow, region, in reply_info_encode()
998 uint16_t id, uint16_t qflags, sldns_buffer* pkt, time_t timenow, in reply_info_answer_encode() argument
1044 if(!reply_info_encode(qinf, rep, id, flags, pkt, timenow, region, in reply_info_answer_encode()