Searched refs:sortables (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/ldns/
H A Drr.c1456 struct ldns_schwartzian_compare_struct **sortables; local
1463 sortables = LDNS_XMALLOC(struct ldns_schwartzian_compare_struct *,
1465 if(!sortables) return; /* no way to return error */
1467 sortables[i] = LDNS_XMALLOC(struct ldns_schwartzian_compare_struct, 1);
1468 if(!sortables[i]) {
1472 LDNS_FREE(sortables[i]);
1475 LDNS_FREE(sortables);
1478 sortables[i]->original_object = ldns_rr_list_rr(unsorted, i);
1479 sortables[i]->transformed_object = NULL;
1481 qsort(sortables,
[all...]

Completed in 49 milliseconds