Searched refs:cbData (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/Analysis/ |
D | PR24184.cpp | 6 int cbData; member 42 d = fn2(0, DT_NONCE_FIXED, (char)0, p1->NoncePhase1_r.value.cbData); in m_fn2() 49 int cbData; member 66 fn2_1(&a, value.pbData, value.cbData); in m_fn1()
|
/external/icu/icu4c/source/common/ |
D | wintz.c | 155 DWORD cbData = sizeof(TZI); in getTZI() local 167 &cbData); in getTZI() 177 DWORD cbData = length; in getSTDName() local 189 &cbData); in getSTDName() 201 DWORD cbData = length; in getTZKeyName() local 216 &cbData); in getTZKeyName()
|
/external/libcups/cups/ |
D | tls-sspi.c | 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() [all …]
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 468 blob.cbData = len; in cryptoapi_find_cert()
|