Searched refs:totSize (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c767 int totSize = 0; local
780 totSize += (size + 1);
784 if (totSize < 1)
788 data = isc_mem_allocate(ns_g_mctx, ++totSize);
797 totSize - j, &size))) {

Completed in 11 milliseconds