Searched defs:LDNS_CALLOC (Results 1 – 2 of 2) sorted by relevance
53 #define LDNS_CALLOC(type, count) ((type *) calloc((count), sizeof(type))) macro