nBytes
Int32 nGroups, nBytes __unused;
nBytes = s->numZ;
VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
nBytes = s->numZ;
VPrintf1( "selectors %d, ", s->numZ-nBytes );
nBytes = s->numZ;
VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
nBytes = s->numZ;
VPrintf1( "codes %d\n", s->numZ-nBytes );
#define analyze_utf8(Ch, Mask, nBytes) \
nBytes = 1; \
nBytes = 2; \
nBytes = 3; \
nBytes = 4; \
nBytes = 5; \
nBytes = 6; \
nBytes = -1;
int nBytes=0;
if ( (nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big;
if ((nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big;
if ((nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big;
if ((nbytes_2 = copy_to_outbuf(uniid, buf+nBytes, buflen)) == 0) goto E2big;
nBytes += nbytes_2;
if ((nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big;
if ( (nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big;
if ( (nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big;
if ( (nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big;
if ( (nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big;
return nBytes;
addInBuffer(struct ct_data *ct, char *dataToAdd, unsigned int nBytes)
(void) memcpy(buffer, dataToAdd, nBytes);
ct->ct_bufferWritePtr = buffer + nBytes;
ct->ct_bufferPendingSize = nBytes;
int len = MIN(nBytes, REMAIN_BYTES(bufferWritePtr));
ct->ct_bufferPendingSize += nBytes;
nBytes -= len;
if (0 == nBytes) {
(void) memcpy(ct->ct_buffer, dataToAdd, nBytes);
ct->ct_bufferWritePtr = ct->ct_buffer + nBytes;
consumeFromBuffer(struct ct_data *ct, unsigned int nBytes)
ct->ct_bufferPendingSize -= nBytes;
ct->ct_bufferReadPtr += nBytes;
nb_send(struct ct_data *ct, void *buff, unsigned int nBytes)
if (nBytes > (ct->ct_bufferSize - ct->ct_bufferPendingSize)) {
if (nBytes > (ct->ct_bufferSize - ct->ct_bufferPendingSize))
result = t_snd(ct->ct_fd, buff, nBytes, 0);
if (result != nBytes) {
nBytes - result) == -1) {
iov[i].iov_len = nBytes;
if (addInBuffer(ct, buff, nBytes) == -1) {
if (len != nBytes) {
nBytes-len) == -1) {
return (nBytes);