Home
last modified time | relevance | path

Searched defs:LDNS_CALLOC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ldns/ldns/
H A Dutil.h53 #define LDNS_CALLOC(type, count) ((type *) calloc((count), sizeof(type))) macro
H A Dutil.h.in53 #define LDNS_CALLOC(type, count) ((type *) calloc((count), sizeof(type))) macro