HomeSort by relevance Sort by last modified time
    Searched defs:rrset (Results 1 - 3 of 3) sorted by null

  /external/openssh/openbsd-compat/
getrrsetbyname-ldns.c 69 struct rrsetinfo *rrset = NULL; local
120 /* initialize rrset */
121 rrset = calloc(1, sizeof(struct rrsetinfo));
122 if (rrset == NULL) {
128 rrset->rri_nrdatas = ldns_rr_list_rr_count(rrdata);
129 if (!rrset->rri_nrdatas) {
136 if ((rrset->rri_name = malloc(len)) == NULL) {
140 memcpy(rrset->rri_name,
143 rrset->rri_rdclass = ldns_rr_get_class(ldns_rr_list_rr(rrdata, 0));
144 rrset->rri_rdtype = ldns_rr_get_type(ldns_rr_list_rr(rrdata, 0))
    [all...]
getrrsetbyname.c 194 struct rrsetinfo *rrset = NULL; local
265 /* initialize rrset */
266 rrset = calloc(1, sizeof(struct rrsetinfo));
267 if (rrset == NULL) {
271 rrset->rri_rdclass = response->query->class;
272 rrset->rri_rdtype = response->query->type;
273 rrset->rri_ttl = response->answer->ttl;
274 rrset->rri_nrdatas = response->header.ancount;
279 rrset->rri_flags |= RRSET_VALIDATED;
283 rrset->rri_name = strdup(response->answer->name)
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 

Completed in 187 milliseconds