Searched refs:bufStd (Results 1 – 3 of 3) sorted by relevance
267 string target = std::string(hChannel->bufStd + 2); in OrderConnecTargetResult()289 uint16_t *bRetryCount = reinterpret_cast<uint16_t *>(hChannel->bufStd); in OrderConnecTargetResult()329 Base::ZeroBuf(hChannel->bufStd, 2); in NewConnectTry()330 …childRet = snprintf_s(hChannel->bufStd + 2, sizeof(hChannel->bufStd) - 2, sizeof(hChannel->bufStd)… in NewConnectTry()
435 int availSize = strlen(context->bufStd); in AllocStdbuf()436 buf->base = (char *)context->bufStd + availSize; in AllocStdbuf()437 buf->len = sizeof(context->bufStd) - availSize - 2; // reserve 2bytes in AllocStdbuf()444 char *cmd = hChannel->bufStd; in ReadStd()450 Base::ZeroArray(hChannel->bufStd); in ReadStd()
514 char bufStd[128]; member