Searched refs:cbytes (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dasyncdata.c52 unsigned cbytes = cs->cbytes; local
62 if (cbytes == 0 && cs->respdata[0] == '\r') {
70 if (cbytes >= MAX_RESP_SIZE) {
72 cbytes);
73 cbytes = MAX_RESP_SIZE;
75 cs->cbytes = cbytes;
77 cbytes, cs->respdata);
79 cbytes
[all...]
H A Disocdata.c897 unsigned cbytes = cs->cbytes; local
904 if (cbytes == 0 && cs->respdata[0] == '\r') {
912 if (cbytes >= MAX_RESP_SIZE) {
914 cbytes);
915 cbytes = MAX_RESP_SIZE;
917 cs->cbytes = cbytes;
919 cbytes, cs->respdata);
921 cbytes
[all...]
H A Dgigaset.h487 unsigned cbytes; member in struct:cardstate
H A Dcommon.c746 cs->cbytes = 0;
873 cs->cbytes = 0;
H A Dev-layer.c432 len = cs->cbytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2zip.c924 long bytes, cbytes; local
942 cbytes = bytes + sizeof(USHORT) + sizeof(ULONG) + EB_DEFLAT_EXTRA;
943 if ((*bufptr = realloc(*bufptr, *size + sizeof(EFHEADER) + cbytes)) == NULL)
949 cbytes = memcompress(cbuffer, cbytes, buffer, bytes);
951 *size += sizeof(EFHEADER) + cbytes;
954 pACLblock -> nSize = sizeof(pACLblock -> lSize) + cbytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32zip.c1775 ulg cbytes; local
1810 cbytes = (2 + 4 + EB_DEFLAT_EXTRA) + bytes;
1819 *bufptr = realloc(*bufptr, *size + EF_NTSD_L_LEN + cbytes);
1821 *bufptr = malloc(EF_NTSD_L_LEN + cbytes);
1837 cbytes = memcompress(((char *)pLocalHeader + EF_NTSD_L_LEN), cbytes,
1840 if (cbytes > 0x7FFF) {
1848 *size += EF_NTSD_L_LEN + (ush)cbytes;
1852 + cbytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_midi_event.c693 const char *cbytes; local
719 cbytes = ev->type == SND_SEQ_EVENT_NONREGPARAM ? cbytes_nrpn : cbytes_rpn;
723 buf[idx++] = cbytes[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi_event.c462 char *cbytes; local
488 cbytes = ev->type == SNDRV_SEQ_EVENT_NONREGPARAM ? cbytes_nrpn : cbytes_rpn;
492 buf[idx++] = cbytes[i];

Completed in 133 milliseconds