Searched refs:bufSize (Results 1 – 3 of 3) sorted by relevance
/minix/common/dist/zlib/contrib/minizip/ |
H A D | crypt.h | 92 static int crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCrypting) in crypthead() argument 95 int bufSize; 106 if (bufSize<RAND_HEAD_LEN)
|
/minix/external/mit/expat/dist/xmlwf/ |
H A D | xmlwin32url.cxx | 152 DWORD bufSize = sizeof(contentType); in OnDataAvailable() local 156 &bufSize, 0, NULL); in OnDataAvailable()
|
/minix/external/mit/expat/dist/lib/ |
H A D | xmlparse.c | 2059 int bufSize; in storeRawNames() local 2072 bufSize = nameLen + ROUND_UP(tag->rawNameLength, sizeof(XML_Char)); in storeRawNames() 2073 if (bufSize > tag->bufEnd - tag->buf) { in storeRawNames() 2074 char *temp = (char *)REALLOC(tag->buf, bufSize); in storeRawNames() 2089 tag->bufEnd = temp + bufSize; in storeRawNames() 2416 int bufSize; in doContent() local 2426 bufSize = (int)(tag->bufEnd - tag->buf) << 1; in doContent() 2428 char *temp = (char *)REALLOC(tag->buf, bufSize); in doContent() 2432 tag->bufEnd = temp + bufSize; in doContent()
|