Home
last modified time | relevance | path

Searched refs:bufSize (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/toolkit/src2xml/source/
H A Dmacroparser.py44 bufSize = len(self.buffer)
46 while i < bufSize:
76 bufSize = len(buffer)
78 while i < bufSize:
H A Dsrcparser.py278 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 Dsecurity.c82 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/tools/source/stream/
H A Dstream.cxx2465 SvMemoryStream::SvMemoryStream( void* pBuffer, sal_Size bufSize, in SvMemoryStream() argument
2472 nEndOfData = bufSize; in SvMemoryStream()
2476 nSize = bufSize; in SvMemoryStream()
/aoo41x/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch4020 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));

Completed in 48 milliseconds