Searched defs:oldlens (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/
H A Dlwdgrbn.c70 lwres_uint16_t *lens = NULL, *oldlens = NULL, *newlens = NULL; local
106 oldlens = lens;
119 memmove(lens, oldlens, used * sizeof(*lens));
122 isc_mem_put(mctx, oldlens, oldsize * sizeof(*oldlens));
124 oldlens = NULL;
175 if (oldlens != NULL)
176 isc_mem_put(mctx, oldlens, oldsize * sizeof(*oldlens));

Completed in 11 milliseconds