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

/freebsd-10.1-release/contrib/ldns/
H A Drr.c1481 struct ldns_schwartzian_compare_struct **sortables; local
1488 sortables = LDNS_XMALLOC(struct ldns_schwartzian_compare_struct *,
1490 if(!sortables) return; /* no way to return error */
1492 sortables[i] = LDNS_XMALLOC(struct ldns_schwartzian_compare_struct, 1);
1493 if(!sortables[i]) {
1497 LDNS_FREE(sortables[i]);
1500 LDNS_FREE(sortables);
1503 sortables[i]->original_object = ldns_rr_list_rr(unsorted, i);
1504 sortables[i]->transformed_object = NULL;
1506 qsort(sortables,
[all...]

Completed in 98 milliseconds