Searched refs:nRetCode (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OStatement.cxx | 58 THROW_SQL(nRetCode); \ 683 …SQLRETURN nRetCode = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CONCURRENCY,&nValue,SQL_IS_UINTE… in getResultSetConcurrency() local 684 OSL_UNUSED( nRetCode ); in getResultSetConcurrency() 696 …SQLRETURN nRetCode = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_SENSITIVITY,&nValue,SQL_I… in getResultSetType() local 697 nRetCode = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_TYPE,&nValue,SQL_IS_UINTEGER,0); in getResultSetType() 719 …SQLRETURN nRetCode = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_SCROLLABLE,&nValue,SQL_IS… in getFetchDirection() local 720 OSL_UNUSED( nRetCode ); in getFetchDirection() 739 …SQLRETURN nRetCode = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_ROW_ARRAY_SIZE,&nValue,SQL_IS_UI… in getFetchSize() local 740 OSL_UNUSED( nRetCode ); in getFetchSize() 754 SQLRETURN nRetCode = N3SQLGetCursorName(m_aStatementHandle,(SQLCHAR*)pName,256,&nRealLen); in getCursorName() local [all …]
|
| /trunk/main/desktop/source/migration/services/ |
| H A D | oo3extensionmigration.cxx | 143 osl::FileBase::RC nRetCode = aScanRootDir.open(); in scanUserExtensions() local 144 if ( nRetCode == osl::Directory::E_None ) in scanUserExtensions() 159 nRetCode = aExtensionRootDir.open(); in scanUserExtensions() 160 if (( nRetCode == osl::Directory::E_None ) && in scanUserExtensions()
|
| /trunk/main/sal/osl/unx/ |
| H A D | process.c | 309 int nRetCode=0; in receiveFdPipe() local 366 nRetCode=1; in receiveFdPipe() 370 OSL_TRACE("receiveFdPipe : writing back %i",nRetCode); in receiveFdPipe() 371 nRead=write(PipeFD,&nRetCode,sizeof(nRetCode)); in receiveFdPipe()
|