Home
last modified time | relevance | path

Searched refs:nByteLen (Results 1 – 13 of 13) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/odbc/
H A DOPreparedStatement.cxx298 sal_Int32 nByteLen; in setParameter() local
323 nByteLen = 2 * nCharLen; in setParameter()
324 pData = allocBindBuf(parameterIndex, nByteLen); in setParameter()
325 memcpy(pData, _sData.getStr(), nByteLen); in setParameter()
337 nByteLen = 4 * nCharLen; in setParameter()
346 nCharLen = nByteLen = sOData.getLength(); in setParameter()
347 pData = allocBindBuf(parameterIndex, nByteLen); in setParameter()
348 memcpy(pData, sOData.getStr(), nByteLen); in setParameter()
351 setParameter( parameterIndex, _nType, nCharLen, _nScale, pData, nByteLen, nByteLen ); in setParameter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/odbc/
H A DOPreparedStatement.cxx302 sal_Int32 nByteLen; in setParameter() local
327 nByteLen = 2 * nCharLen; in setParameter()
328 pData = allocBindBuf(parameterIndex, nByteLen); in setParameter()
329 memcpy(pData, _sData.getStr(), nByteLen); in setParameter()
341 nByteLen = 4 * nCharLen; in setParameter()
350 nCharLen = nByteLen = sOData.getLength(); in setParameter()
351 pData = allocBindBuf(parameterIndex, nByteLen); in setParameter()
352 memcpy(pData, sOData.getStr(), nByteLen); in setParameter()
355 setParameter( parameterIndex, _nType, nCharLen, _nScale, pData, nByteLen, nByteLen ); in setParameter()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmUIDGenerator.cxx76 hash(const char* pBuffer, size_t nByteLen) in hash()
82 * pLast = pFirst + nByteLen; in hash()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmUIDGenerator.cxx76 hash(const char* pBuffer, size_t nByteLen) in hash()
82 * pLast = pFirst + nByteLen; in hash()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipict/
H A Dipict.cxx702 char nByteLen; in ReadAndDrawText() local
706 pPict->ReadChar( nByteLen ); nLen=static_cast<sal_uInt32>(nByteLen)&0x000000ff; in ReadAndDrawText()
1598 char sFName[ 256 ], nByteLen; in ReadData() local
1610 pPict->ReadChar( nByteLen ); nLen=static_cast<sal_uInt16>(nByteLen)&0x00ff; in ReadData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/ipict/
H A Dipict.cxx688 char nByteLen; in ReadAndDrawText() local
692 pPict->ReadChar( nByteLen ); nLen=static_cast<sal_uLong>(nByteLen)&0x000000ff; in ReadAndDrawText()
1588 char sFName[ 256 ], nByteLen; in ReadData() local
1600 pPict->ReadChar( nByteLen ); nLen=static_cast<sal_uInt16>(nByteLen)&0x00ff; in ReadData()
/dports/net-im/licq-jabber/licq-f271d55/icq/src/
H A Dicq-srv.cpp3382 unsigned short nByteLen = packet.UnpackUnsignedShortBE(); in ProcessListFam() local
3384 if (nByteLen) in ProcessListFam()
3386 if (!packet.readTLV(-1, nByteLen)) in ProcessListFam()
/dports/net-im/licq-osd/licq-f271d55/icq/src/
H A Dicq-srv.cpp3382 unsigned short nByteLen = packet.UnpackUnsignedShortBE(); in ProcessListFam() local
3384 if (nByteLen) in ProcessListFam()
3386 if (!packet.readTLV(-1, nByteLen)) in ProcessListFam()
/dports/net-im/licq-qt-gui/licq-f271d55/icq/src/
H A Dicq-srv.cpp3382 unsigned short nByteLen = packet.UnpackUnsignedShortBE(); in ProcessListFam() local
3384 if (nByteLen) in ProcessListFam()
3386 if (!packet.readTLV(-1, nByteLen)) in ProcessListFam()
/dports/net-im/licq-icq/licq-f271d55/icq/src/
H A Dicq-srv.cpp3382 unsigned short nByteLen = packet.UnpackUnsignedShortBE(); in ProcessListFam() local
3384 if (nByteLen) in ProcessListFam()
3386 if (!packet.readTLV(-1, nByteLen)) in ProcessListFam()
/dports/net-im/licq/licq-f271d55/icq/src/
H A Dicq-srv.cpp3382 unsigned short nByteLen = packet.UnpackUnsignedShortBE(); in ProcessListFam() local
3384 if (nByteLen) in ProcessListFam()
3386 if (!packet.readTLV(-1, nByteLen)) in ProcessListFam()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2382 static bool getPfbSegmentLengths( const unsigned char* pFontBytes, int nByteLen, in getPfbSegmentLengths() argument
2385 if( !pFontBytes || (nByteLen < 0) ) in getPfbSegmentLengths()
2388 const unsigned char* pEnd = pFontBytes + nByteLen; in getPfbSegmentLengths()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2496 static bool getPfbSegmentLengths( const unsigned char* pFontBytes, int nByteLen, in getPfbSegmentLengths() argument
2499 if( !pFontBytes || (nByteLen < 0) ) in getPfbSegmentLengths()
2502 const unsigned char* pEnd = pFontBytes + nByteLen; in getPfbSegmentLengths()