Lines Matching refs:cbData
490 sib.cbData = dwSize; in httpLoadCredentials()
1048 DWORD cbData; /* Data count */ in _httpTLSStop() local
1083 cbData = send(http->fd, pbMessage, cbMessage, 0); in _httpTLSStop()
1084 if ((cbData == SOCKET_ERROR) || (cbData == 0)) in _httpTLSStop()
1329 int cbData; /* Data count */ in http_sspi_client() local
1389 if ((cbData = send(http->fd, outBuffers[0].pvBuffer, outBuffers[0].cbBuffer, 0)) <= 0) in http_sspi_client()
1397 DEBUG_printf(("5http_sspi_client: %d bytes of handshake data sent.", cbData)); in http_sspi_client()
1447 …cbData = recv(http->fd, sspi->decryptBuffer + sspi->decryptBufferUsed, (int)(sspi->decryptBufferLe… in http_sspi_client()
1449 if (cbData < 0) in http_sspi_client()
1454 else if (cbData == 0) in http_sspi_client()
1460 DEBUG_printf(("5http_sspi_client: %d bytes of handshake data received", cbData)); in http_sspi_client()
1462 sspi->decryptBufferUsed += cbData; in http_sspi_client()
1515 cbData = send(http->fd, outBuffers[0].pvBuffer, outBuffers[0].cbBuffer, 0); in http_sspi_client()
1517 if (cbData <= 0) in http_sspi_client()
1525 DEBUG_printf(("5http_sspi_client: %d bytes of handshake data sent.", cbData)); in http_sspi_client()
1739 sib.cbData = dwSize; in http_sspi_find_credentials()