Searched refs:availSize (Results 1 – 1 of 1) sorted by relevance
435 int availSize = strlen(context->bufStd); in AllocStdbuf() local436 buf->base = (char *)context->bufStd + availSize; in AllocStdbuf()437 buf->len = sizeof(context->bufStd) - availSize - 2; // reserve 2bytes in AllocStdbuf()