Searched refs:bufSize (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/toolkit/src2xml/source/ |
H A D | macroparser.py | 44 bufSize = len(self.buffer) 46 while i < bufSize: 76 bufSize = len(buffer) 78 while i < bufSize:
|
H A D | srcparser.py | 278 bufSize = len(self.tokenBuf) 281 if bufSize == 0 and leftSize > 0: 285 elif bufSize > 0 and leftSize == 0: 289 if bufSize >= 2:
|
/aoo41x/main/sal/osl/unx/ |
H A D | security.c | 82 oslSecurityImpl * impl, size_t * bufSize) in growSecurityImpl() argument 92 } else if (*bufSize <= SIZE_MAX / 2) { in growSecurityImpl() 93 n = 2 * *bufSize; in growSecurityImpl() 97 *bufSize = n; in growSecurityImpl() 100 *bufSize = SIZE_MAX - offsetof(oslSecurityImpl, m_buffer); in growSecurityImpl()
|
/aoo41x/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 4020 const xmlSecByte* buf, xmlSecSize bufSize, 4033 + xmlSecAssert2(bufSize != 0, -1); 4065 + keyItem.len = bufSize ; 4108 - return(xmlSecKeyDataBinaryValueBinRead(id, key, buf, bufSize, keyInfoCtx)); 4125 xmlSecByte** buf, xmlSecSize* bufSize, 4132 + xmlSecAssert2(bufSize != 0, -1); 4163 + *bufSize = keyItem->len; 4164 + *buf = ( xmlSecByte* )xmlMalloc( *bufSize ); 4175 + memcpy((*buf), keyItem->data, (*bufSize)); 4179 - return(xmlSecKeyDataBinaryValueBinWrite(id, key, buf, bufSize, keyInfoCtx));
|
/aoo41x/main/tools/source/stream/ |
H A D | stream.cxx | 2571 SvMemoryStream::SvMemoryStream( void* pBuffer, sal_Size bufSize, in SvMemoryStream() argument 2578 nEndOfData = bufSize; in SvMemoryStream() 2582 nSize = bufSize; in SvMemoryStream()
|
Completed in 65 milliseconds