Lines Matching refs:childRet
951 int childRet = 0;
963 childRet = ptrConnect->OnRead(hSession, ioBuf + indexBuf, hSession->availTailIndex);
964 if (childRet > 0) {
965 hSession->availTailIndex -= childRet;
966 indexBuf += childRet;
967 } else if (childRet == 0) {
971 WRITE_LOG(LOG_FATAL, "FetchIOBuf error childRet:%d sessionId:%u", childRet, hSession->sessionId);
1080 int childRet = 0;
1088 if ((childRet = uv_tcp_open(&hSession->hChildWorkTCP, hSession->fdChildWorkTCP)) < 0) {
1091 uv_strerror_r(childRet, buf, bufSize);