Lines Matching refs:cbData
496 sib.cbData = dwSize; in httpLoadCredentials()
1054 DWORD cbData; /* Data count */ in _httpTLSStop() local
1089 cbData = send(http->fd, pbMessage, cbMessage, 0); in _httpTLSStop()
1090 if ((cbData == SOCKET_ERROR) || (cbData == 0)) in _httpTLSStop()
1335 int cbData; /* Data count */ in http_sspi_client() local
1395 if ((cbData = send(http->fd, outBuffers[0].pvBuffer, outBuffers[0].cbBuffer, 0)) <= 0) in http_sspi_client()
1403 DEBUG_printf(("5http_sspi_client: %d bytes of handshake data sent.", cbData)); in http_sspi_client()
1453 …cbData = recv(http->fd, sspi->decryptBuffer + sspi->decryptBufferUsed, (int)(sspi->decryptBufferLe… in http_sspi_client()
1455 if (cbData < 0) in http_sspi_client()
1460 else if (cbData == 0) in http_sspi_client()
1466 DEBUG_printf(("5http_sspi_client: %d bytes of handshake data received", cbData)); in http_sspi_client()
1468 sspi->decryptBufferUsed += cbData; in http_sspi_client()
1521 cbData = send(http->fd, outBuffers[0].pvBuffer, outBuffers[0].cbBuffer, 0); in http_sspi_client()
1523 if (cbData <= 0) in http_sspi_client()
1531 DEBUG_printf(("5http_sspi_client: %d bytes of handshake data sent.", cbData)); in http_sspi_client()
1745 sib.cbData = dwSize; in http_sspi_find_credentials()