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

/bind-9.11.3/lib/isc/
H A Dheap.c127 resize(isc_heap_t *heap) { function
202 if (new_last >= heap->size && !resize(heap))
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Ddynstr.c45 resize(atf_dynstr_t *ad, size_t newsize) function
84 err = resize(ad, newlen + sizeof(char));

Completed in 12 milliseconds