Home
last modified time | relevance | path

Searched refs:erealloc_zero (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/ntp/include/
H A Dntp_stdlib.h132 #define erealloc_zero(p, n, o) ereallocz((p), (n), (o), TRUE) macro
151 #define erealloc_zero(p, n, o) ereallocz((p), (n), (o), TRUE, \ macro
/freebsd-14.2/contrib/ntp/libntp/
H A Dntp_worker.c151 blocking_children = erealloc_zero(blocking_children, octets, in available_blocking_child_slot()
H A Dntp_intres.c942 dnschild_contexts = erealloc_zero(dnschild_contexts, in reserve_dnschild_ctx()
984 dnsworker_contexts = erealloc_zero(dnsworker_contexts, in get_worker_context()
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_monitor.c229 mon_hash = erealloc_zero(mon_hash, octets, 0); in mon_start()
/freebsd-14.2/contrib/ntp/ntpdc/
H A Dntpdc.c603 pktdata = erealloc_zero(pktdata, (size_t)pktdatasize, priorsz); in growpktdata()
/freebsd-14.2/contrib/ntp/ntpq/
H A Dntpq.c3869 assoc_cache = erealloc_zero(assoc_cache, new_sz, prior_sz); in grow_assoc_cache()
/freebsd-14.2/contrib/ntp/
H A DChangeLog2726 * Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
H A DCommitLog141398 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
141405 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
141420 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
141425 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
141430 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
141435 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
141452 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
141463 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
141536 use erealloc_zero
141549 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
[all …]