Home
last modified time | relevance | path

Searched refs:nRealLen (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSetMetaData.cxx48 SQLSMALLINT nRealLen=0; in getCharColAttrib() local
54 &nRealLen, in getCharColAttrib()
60 if ( nRealLen < 0 ) in getCharColAttrib()
61 nRealLen = BUFFER_LEN; in getCharColAttrib()
62 sValue = ::rtl::OUString(pName,nRealLen,m_pConnection->getTextEncoding()); in getCharColAttrib()
66 if(nRealLen > BUFFER_LEN) in getCharColAttrib()
68 pName = new char[nRealLen+1]; in getCharColAttrib()
73 nRealLen, in getCharColAttrib()
74 &nRealLen, in getCharColAttrib()
77 if ( nRet == SQL_SUCCESS && nRealLen > 0) in getCharColAttrib()
[all …]
H A DOResultSet.cxx840 SQLLEN nRealLen = 0; in insertRow() local
848 &nRealLen in insertRow()
891 aBookmark.realloc(nRealLen); in insertRow()
921 SQLLEN nRealLen = 0; in updateRow() local
927 &nRealLen in updateRow()
1316 SQLSMALLINT nRealLen = 0; in getCursorName() local
1317 N3SQLGetCursorName(m_aStatementHandle,(SQLCHAR*)pName,256,&nRealLen); in getCursorName()
H A DOStatement.cxx753 SQLSMALLINT nRealLen = 0; in getCursorName() local
754 SQLRETURN nRetCode = N3SQLGetCursorName(m_aStatementHandle,(SQLCHAR*)pName,256,&nRealLen); in getCursorName()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx1008 sal_Int32 nRealLen = xMarkStream->offsetToMark( nObjLenMark ); in read() local
1009 if( nRealLen != nLen ) in read()
1013 if( nRealLen > nLen || nVersion == 1 ) in read()
1022 sal_Int32 nSkipCount = nLen - nRealLen; in read()

Completed in 27 milliseconds