Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/include/
H A Dntp_stdlib.h116 #define erealloc_zero(p, n, o) ereallocz((p), (n), (o), TRUE) macro
135 #define erealloc_zero(p, n, o) ereallocz((p), (n), (o), TRUE, \ macro
/freebsd-12.1/contrib/ntp/libntp/
H A Dntp_worker.c151 blocking_children = erealloc_zero(blocking_children, octets, in available_blocking_child_slot()
H A Dntp_intres.c948 dnschild_contexts = erealloc_zero(dnschild_contexts, in reserve_dnschild_ctx()
990 dnsworker_contexts = erealloc_zero(dnsworker_contexts, in get_worker_context()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_monitor.c227 mon_hash = erealloc_zero(mon_hash, octets, 0); in mon_start()
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dntpdc.c584 pktdata = erealloc_zero(pktdata, (size_t)pktdatasize, priorsz); in growpktdata()
/freebsd-12.1/contrib/ntp/ntpq/
H A Dntpq.c3822 assoc_cache = erealloc_zero(assoc_cache, new_sz, prior_sz); in grow_assoc_cache()
/freebsd-12.1/contrib/ntp/
H A DChangeLog2457 * Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
H A DCommitLog131329 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
131336 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
131351 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
131356 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
131361 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
131366 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
131383 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
131394 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
131467 use erealloc_zero
131480 Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
[all …]