HomeSort by relevance Sort by last modified time
    Searched refs:rri_nsigs (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
getrrsetbyname.h 99 unsigned int rri_nsigs; /* size of sigs array */ member in struct:rrsetinfo
getrrsetbyname.c 292 rrset->rri_nsigs = count_dns_rr(response->answer, rrset->rri_rdclass,
304 if (rrset->rri_nsigs > 0) {
305 rrset->rri_sigs = calloc(rrset->rri_nsigs, sizeof(struct rdatainfo));
368 for (i = 0; i < rrset->rri_nsigs; i++) {

Completed in 40 milliseconds