Searched refs:bufSize (Results 26 - 50 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dopen.c54 /* Requires the cip->bufSize field set,
59 (void) memset(cip->buf, 0, cip->bufSize);
86 /* Requires the cip->bufSize field set,
96 buf = (char *) calloc((size_t) 1, cip->bufSize);
105 (void) memset(cip->buf, 0, cip->bufSize);
984 FTPInitConnectionInfo2(const FTPLIPtr lip, const FTPCIPtr cip, char *const buf, size_t bufSize) argument
988 if ((lip == NULL) || (cip == NULL) || (bufSize == 0))
997 cip->bufSize = bufSize;
1071 FTPInitConnectionInfo(const FTPLIPtr lip, const FTPCIPtr cip, size_t bufSize) argument
[all...]
H A Dio_getmem.c157 if (ntoread > cip->bufSize)
158 ntoread = cip->bufSize; /* Break it up into blocks. */
H A Dc_mkdir.c40 (void) FTPGetCWD(cip, cip->buf, cip->bufSize);
H A Dncftp.h245 size_t bufSize; /* Current size of buffer block. */ member in struct:SReadlineInfo
391 size_t bufSize; /* Do not modify this field. */ member in struct:FTPConnectionInfo
1002 int FTPInitConnectionInfo2(const FTPLIPtr lip, const FTPCIPtr cip, char *const buf, size_t bufSize);
H A Dunls.c661 (void) FTPGetCWD(cip, cip->buf, cip->bufSize);
730 (void) FTPGetCWD(cip, cip->buf, cip->bufSize);
H A Dftp.c189 hprc = GetHostEntry(&hp, fhost, &ip_address, cip->buf, cip->bufSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dmd4.cpp321 unsigned int bufSize; local
334 bufSize = calcBufSize(file.Length());
335 char *buf = new char[bufSize];
352 read = file.Read(buf, bufSize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_core.c420 sq->bufSize = size;
443 dmasound.mach.dma_free(sq->buffers[i], sq->bufSize);
484 sq->block_size = sq->bufSize;
487 sq->user_frag_size = sq->bufSize ;
508 if ( sq->block_size <= 0 || sq->block_size > sq->bufSize) {
512 sq->block_size = sq->bufSize ;
911 if (size > sq->bufSize)
1267 "write", write_sq.numBufs, write_sq.bufSize) ;
H A Ddmasound.h214 int bufSize; /* in bytes */ member in struct:sound_queue
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSocket.cpp561 size_t bufSize = m_bytes_needed; local
562 if (bufSize < EC_SOCKET_BUFFER_SIZE) {
563 bufSize = EC_SOCKET_BUFFER_SIZE;
565 m_curr_rx_data.reset(new CQueuedData(bufSize));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dxmlwin32url.cxx152 DWORD bufSize = sizeof(contentType); local
156 &bufSize, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/xmlwf/
H A Dxmlwin32url.cxx152 DWORD bufSize = sizeof(contentType); local
156 &bufSize, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmlwin32url.cxx152 DWORD bufSize = sizeof(contentType); local
156 &bufSize, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A Dsio.h31 size_t bufSize; /* Current size of buffer block. */ member in struct:SReadlineInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatabase.tex146 \func{bool}{GetInfo}{\param{long}{ infoType}, \param{const wxString\& }{buf}, \param{int}{ bufSize=-1}}
155 {\it bufSize} is the size of the character buffer. A value of -1 indicates that the size
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_hash.c1990 size_t bufSize = 0; local
2031 (void)CSCioBufRead (fd, &bufPtr, &bufSize, memList, 0);
2032 (void)CSChashEntryPut (*hashTablePtr, &key, bufPtr, bufSize);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ded.c30 static int bufUsed, bufSize; variable
740 bufSize = INITBUF_SIZE;
741 bufBase = malloc(bufSize);
778 bufSize = 0;
853 if (bufUsed >= bufSize) {
854 len = (bufSize * 3) / 2;
865 bufSize = len;
868 cc = read(fd, bufPtr, bufSize - bufUsed);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmlparse.c1977 int bufSize; local
1990 bufSize = nameLen + ROUND_UP(tag->rawNameLength, sizeof(XML_Char));
1991 if (bufSize > tag->bufEnd - tag->buf) {
1992 char *temp = (char *)REALLOC(tag->buf, bufSize);
2007 tag->bufEnd = temp + bufSize;
2334 int bufSize; local
2344 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2346 char *temp = (char *)REALLOC(tag->buf, bufSize);
2350 tag->bufEnd = temp + bufSize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmlparse.c1741 int bufSize; local
1754 bufSize = nameLen + ROUND_UP(tag->rawNameLength, sizeof(XML_Char));
1755 if (bufSize > tag->bufEnd - tag->buf) {
1756 char *temp = (char *)REALLOC(tag->buf, bufSize);
1771 tag->bufEnd = temp + bufSize;
2092 int bufSize; local
2102 bufSize = (tag->bufEnd - tag->buf) << 1;
2104 char *temp = (char *)REALLOC(tag->buf, bufSize);
2108 tag->bufEnd = temp + bufSize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c1976 int bufSize; local
1989 bufSize = nameLen + ROUND_UP(tag->rawNameLength, sizeof(XML_Char));
1990 if (bufSize > tag->bufEnd - tag->buf) {
1991 char *temp = (char *)REALLOC(tag->buf, bufSize);
2006 tag->bufEnd = temp + bufSize;
2333 int bufSize; local
2343 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2345 char *temp = (char *)REALLOC(tag->buf, bufSize);
2349 tag->bufEnd = temp + bufSize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.h163 void TexInitialize(int bufSize);
H A Dtex2any.cpp1983 void TexInitialize(int bufSize) argument
2001 BigBuffer = new wxChar[(bufSize*1000)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dcmds.c575 cp[cip->bufSize - 2] = '\0';
577 PathCat(cip->buf, cip->bufSize, gRemoteCWD, cdCwd, gServerUsesMSDOSPaths);
579 (void) Strncpy(cip->buf, cdCwd, cip->bufSize);
581 if (cp[cip->bufSize - 2] != '\0')
2270 dnsrc = GetHostEntry(&hp, (host = argv[i]), &ip_address, gConn.buf, gConn.bufSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopengl_enc.c114 typedef void (APIENTRY *FF_PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *length, char *infoLog);
121 typedef void (APIENTRY *FF_PFNGLGETSHADERINFOLOGPROC) (GLuint shader, GLsizei bufSize, GLsizei *length, char *infoLog);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c858 char *bufPtr,unsigned int bufSize,
861 *len = pvr2_std_id_to_str(bufPtr,bufSize,msk & val);
866 const char *bufPtr,unsigned int bufSize,
871 ret = pvr2_std_str_to_id(&id,bufPtr,bufSize);
857 ctrl_std_val_to_sym(struct pvr2_ctrl *cptr,int msk,int val, char *bufPtr,unsigned int bufSize, unsigned int *len) argument
865 ctrl_std_sym_to_val(struct pvr2_ctrl *cptr, const char *bufPtr,unsigned int bufSize, int *mskp,int *valp) argument

Completed in 310 milliseconds

123