Searched refs:cbData (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_set.c68 int cbData; member in struct:__anon3251
81 b1->cbData < b2->cbData ? b1->cbData : b2->cbData);
84 return b1->cbData-b2->cbData;
133 rgSetBlob[i].cbData = p - rgSetBlob[i].pbData; /* Length of this
153 memcpy(p, rgSetBlob[i].pbData, rgSetBlob[i].cbData);
154 p += rgSetBlob[i].cbData;
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32reg.c89 DWORD cbData; local
104 if (RegQueryValueEx (hrootkey, name, NULL, &dwType, NULL, &cbData) == ERROR_SUCCESS
109 else if (RegQueryValueEx (hrootkey, class, NULL, &dwType, NULL, &cbData) == ERROR_SUCCESS
120 && (lpvalue = (LPBYTE) xmalloc (cbData)) != NULL
121 && RegQueryValueEx (hrootkey, keyname, NULL, NULL, lpvalue, &cbData) == ERROR_SUCCESS);
H A Dw32.c885 DWORD cbData;
895 if (RegQueryValueEx (hrootkey, key, NULL, NULL, NULL, &cbData) == ERROR_SUCCESS
896 && (lpvalue = (LPBYTE) xmalloc (cbData)) != NULL
897 && RegQueryValueEx (hrootkey, key, NULL, lpdwtype, lpvalue, &cbData) == ERROR_SUCCESS)
911 if (RegQueryValueEx (hrootkey, key, NULL, NULL, NULL, &cbData) == ERROR_SUCCESS
912 && (lpvalue = (LPBYTE) xmalloc (cbData)) != NULL
913 && RegQueryValueEx (hrootkey, key, NULL, lpdwtype, lpvalue, &cbData) == ERROR_SUCCESS)
883 DWORD cbData; local
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dwintz.c155 DWORD cbData = sizeof(TZI); local
167 &cbData);
177 DWORD cbData = length; local
189 &cbData);
/macosx-10.10.1/cups-408/cups/cups/
H A Dtls-sspi.c485 sib.cbData = dwSize;
1018 DWORD cbData; /* Data count */ local
1053 cbData = send(http->fd, pbMessage, cbMessage, 0);
1054 if ((cbData == SOCKET_ERROR) || (cbData == 0))
1299 int cbData; /* Data count */ local
1359 if ((cbData = send(http->fd, outBuffers[0].pvBuffer, outBuffers[0].cbBuffer, 0)) <= 0)
1367 DEBUG_printf(("5http_sspi_client: %d bytes of handshake data sent.", cbData));
1417 cbData = recv(http->fd, sspi->decryptBuffer + sspi->decryptBufferUsed, (int)(sspi->decryptBufferLength - sspi->decryptBufferUsed), 0);
1419 if (cbData <
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinFont.c2623 int n, i, swapped, offset, cbData, segCount;
2689 cbData = segCount * sizeof(USHORT);
2691 startCount = (USHORT *) ckalloc((unsigned)cbData);
2692 endCount = (USHORT *) ckalloc((unsigned)cbData);
2695 GetFontData(hdc, cmapKey, (DWORD) offset, endCount, cbData);
2696 offset += cbData + sizeof(USHORT);
2697 GetFontData(hdc, cmapKey, (DWORD) offset, startCount, cbData);
2734 cbData = segCount * sizeof(USHORT);
2735 startCount = (USHORT *) ckalloc((unsigned) cbData);
2736 endCount = (USHORT *) ckalloc((unsigned) cbData);
2588 int n, i, swapped, offset, cbData, segCount; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinFont.c2310 int n, i, swapped, offset, cbData, segCount;
2375 cbData = segCount * sizeof(USHORT);
2377 startCount = (USHORT *) ckalloc(cbData);
2378 endCount = (USHORT *) ckalloc(cbData);
2381 GetFontData(hdc, cmapKey, offset, endCount, cbData);
2382 offset += cbData + sizeof(USHORT);
2383 GetFontData(hdc, cmapKey, offset, startCount, cbData);
2420 cbData = segCount * sizeof(USHORT);
2421 startCount = (USHORT *) ckalloc(cbData);
2422 endCount = (USHORT *) ckalloc(cbData);
2285 int n, i, swapped, offset, cbData, segCount; local
[all...]
/macosx-10.10.1/rsync-45/rsync/popt/
H A Dpopt.c133 const void * cbData = (cbopt->descrip ? cbopt->descrip : myData); local
138 con->os->nextArg, cbData);
669 const void * cbData = NULL; local
752 opt = findOption(con->options, optString, '\0', &cb, &cbData,
790 &cbData, 0);
930 invokeCallbacksOPTION(con, con->options, opt, cbData, shorty);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dcommon.c2567 DWORD cbData; /* value size */ local
2599 &cbData);
2610 ValueData = sasl_ALLOC(cbData);
2621 &cbData);
2626 cbExpandedData = cbData + 1024;
2645 if (cbExpandedData > cbData + 1024) {
/macosx-10.10.1/vim-55/src/
H A Dos_mswin.c2548 data.cbData = (DWORD)STRLEN(p_enc) + 1;
2551 data.cbData = (DWORD)STRLEN("latin1") + 1;
2664 reply.cbData = (DWORD)STRLEN(res) + 1;
2925 data.cbData = (DWORD)STRLEN(reply) + 1;
2973 data.cbData = (DWORD)STRLEN(cmd) + 1;

Completed in 295 milliseconds