Searched refs:aTmpBuf (Results 1 – 2 of 2) sorted by relevance
119 char aTmpBuf[4096]; in Dump() local148 fgets( aTmpBuf, 4096, pList ); in Dump()152 pFound = strchr( aTmpBuf, 'E' ); in Dump()211 strncpy ( aTmpBuf, aBuf, (size_t) nPreLen ); in Dump()212 aTmpBuf[nPreLen] = '\0'; in Dump()213 if ( !strcmp( aTmpBuf, cAPrefix )) in Dump()
185 uno::Sequence< sal_Int8 > aTmpBuf( (sal_Int32)nLength ); in GetUsersData() local186 nRead = m_xInputStream->readBytes( aTmpBuf, (sal_Int32)nLength ); in GetUsersData()191 aBuffer[aBuffer.getLength() - (sal_Int32)nLength + nInd] = aTmpBuf[nInd]; in GetUsersData()
Completed in 19 milliseconds