Searched refs:bufSize (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-std.h31 unsigned int bufSize);
37 unsigned int pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize,
H A Dpvrusb2-std.c121 unsigned int bufSize)
127 if (strlen(p->name) != bufSize) continue;
128 if (!memcmp(bufPtr,p->name,bufSize)) return p;
135 unsigned int bufSize)
145 while (bufSize) {
148 while ((cnt < bufSize) && (bufPtr[cnt] != '-')) cnt++;
149 if (cnt >= bufSize) return 0; // No more characters
155 bufSize -= cnt;
161 while (cnt < bufSize) {
176 if (cnt < bufSize) cn
118 find_std_name(const struct std_name *arrPtr, unsigned int arrSize, const char *bufPtr, unsigned int bufSize) argument
134 pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr, unsigned int bufSize) argument
186 pvr2_std_id_to_str(char *bufPtr, unsigned int bufSize, v4l2_std_id id) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DSReadline.c18 srl->bufSize = 0; /* Nothing buffered yet. */
19 srl->bufLim = srl->buf + srl->bufSize;
52 srl->bufSize = 0; /* Nothing buffered yet. */
53 srl->bufLim = srl->buf + srl->bufSize;
134 srl->bufSize = (size_t) nr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextfile.cpp101 size_t bufSize = 0, local
120 bufSize = fileLength;
121 if ( !buf.extend(bufSize - 1 /* it adds 1 internally */) )
151 wxCHECK_MSG( bufPos + nRead <= bufSize, false,
168 bufSize = bufPos;
175 if ( bufSize > 4 && str.empty() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dcrypt.h90 static int crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCrypting)
93 int bufSize; variable
104 if (bufSize<RAND_HEAD_LEN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dcrypt.h90 static int crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCrypting)
93 int bufSize; variable
104 if (bufSize<RAND_HEAD_LEN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dc_chdir3.c98 if ((cp == NULL) || (cip->bufSize <= 1))
100 cp[cip->bufSize - 1] = '\0';
101 (void) Strncpy(cip->buf, cdCwd, cip->bufSize);
102 if (cp[cip->bufSize - 1] != '\0')
H A Dio_putmem.c30 size_t bufSize; local
97 bufSize = cip->bufSize;
112 nread = (read_return_t) bufSize;
113 if ((size_t) (srcLim - srcp) < bufSize) {
H A Dio_gettar.c98 size_t bufSize; local
257 bufSize = cip->bufSize;
282 nread = (read_return_t) SRead(cip->dataSocket, buf, bufSize, (int) cip->xferTimeout, kFullBufferNotRequired|kNoFirstSelect);
298 nread = read(cip->dataSocket, buf, (read_size_t) bufSize);
H A Dc_rmdirr.c87 (void) FTPGetCWD(cip, cip->buf, cip->bufSize);
H A Dio_get.c53 size_t bufSize; local
175 if ((dstfile == NULL) || (dstfile[0] == '\0') || ((startPoint = FTPLocalASCIIFileSize(dstfile, cip->buf, cip->bufSize)) < 0))
419 bufSize = cip->bufSize;
456 nread = (read_return_t) SRead(cip->dataSocket, buf, bufSize, (int) cip->xferTimeout, kFullBufferNotRequired|kNoFirstSelect);
481 nread = read(cip->dataSocket, buf, (read_size_t) bufSize);
712 nread = (read_return_t) SRead(cip->dataSocket, buf, bufSize, (int) cip->xferTimeout, kFullBufferNotRequired|kNoFirstSelect);
737 nread = read(cip->dataSocket, buf, (read_size_t) bufSize);
H A Dc_filetype.c42 (void) FTPGetCWD(cip, cip->buf, cip->bufSize);
H A Du_rebuildci.c42 buf = (char *) calloc((size_t) 1, cip->bufSize);
H A Dio_put.c154 size_t bufSize; local
206 localsize = FTPLocalASCIIFileSize(file, cip->buf, cip->bufSize);
346 skipbufsize = cip->bufSize;
434 bufSize = cip->bufSize;
582 nread = read(fd, cp, (read_size_t) bufSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlfilt.cpp34 const size_t bufSize = 4095; local
35 char buffer[bufSize+1];
40 s->Read(buffer, bufSize);
45 while (lastRead == bufSize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dvmbus_private.h127 int VmbusPostMessage(void *buffer, size_t bufSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dcrypt.h92 int bufSize,
103 if (bufSize<RAND_HEAD_LEN)
90 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const z_crc_t* pcrc_32_tab, unsigned long crcForCrypting) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dcrypt.h92 int bufSize,
103 if (bufSize<RAND_HEAD_LEN)
90 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const unsigned long* pcrc_32_tab, unsigned long crcForCrypting) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddefault.cpp27 size_t bufSize = RoundUpToMultipleOf(outLen, (size_t)DefaultHashModule::DIGESTSIZE); local
29 SecByteBlock buf(bufSize);
30 SecByteBlock outBuf(bufSize);
45 memcpy(buf, outBuf, bufSize);
46 for (i=0; i<bufSize; i+=DefaultHashModule::DIGESTSIZE)
51 hash.Update(buf, bufSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_io.c1043 size_t bufSize = 0; local
1060 bufSize = (size_t)atoi(bufPtr);
1063 ASSERT_RTN (bufSize > 0, "CSCioBufRead: no calculated bufSize", CSC_ERROR);
1065 (void)CSCmemAlloc (memList, (void**)&bufPtr, sizeof(char), bufSize, tagData);
1067 bufSize2 = bufSize;
1087 *sizePtr = bufSize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsetup-os400.h99 int bufSize);
120 int * bufSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchecklst.cpp237 const int bufSize = 513; local
238 wxChar buf[bufSize];
239 ListView_GetItemText( (HWND)GetHWND(), n, 0, buf, bufSize - 1 );
240 buf[bufSize-1] = _T('\0');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java177 assertEquals(FastOutputStream.DEFAULT_INIT_SIZE, binding.bufSize);
182 assertEquals(1000, binding.bufSize);
187 int bufSize; field in class:SerialBindingTest.CaptureSizeBinding
195 bufSize = fos.getBufferBytes().length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dos400sys.c624 const char * buffer, int bufSize)
635 if(bufSize < 0)
638 if(!bufSize)
639 bufSize = strlen(buffer);
640 if(!(ebcdicbuf = malloc(bufSize + 1)))
642 QadrtConvertA2E(ebcdicbuf, buffer, bufSize, bufSize);
643 ebcdicbuf[bufSize] = '\0';
644 rc = gsk_attribute_set_buffer(p->h, bufID, ebcdicbuf, bufSize);
726 const char * * buffer, int * bufSize)
623 Curl_gsk_attribute_set_buffer_a(gsk_handle my_gsk_handle, GSK_BUF_ID bufID, const char * buffer, int bufSize) argument
725 Curl_gsk_attribute_get_buffer_a(gsk_handle my_gsk_handle, GSK_BUF_ID bufID, const char * * buffer, int * bufSize) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleBindingTest.java342 assertEquals(FastOutputStream.DEFAULT_INIT_SIZE, binding.bufSize);
347 assertEquals(1000, binding.bufSize);
352 int bufSize; field in class:TupleBindingTest.CaptureSizeBinding
360 bufSize = out.getBufferBytes().length;
369 assertEquals(bufSize, output.getBufferBytes().length);

Completed in 288 milliseconds

123