Home
last modified time | relevance | path

Searched refs:tmpBuffer (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/qa/osl/socket/
H A Dsockethelper.cxx227 sal_Char tmpBuffer[4]; in UStringIPToByteSequence() local
235 tmpBuffer[nCharCounter++] = *pChar; in UStringIPToByteSequence()
238 tmpBuffer[nCharCounter] = '\0'; in UStringIPToByteSequence()
240 bsByteSequence[nByteSeqCounter++] = static_cast<sal_Int8>(atoi( tmpBuffer )); in UStringIPToByteSequence()
H A Dosl_Socket.cxx250 sal_Char tmpBuffer[4]; in UStringIPToByteSequence() local
258 tmpBuffer[nCharCounter++] = *pChar; in UStringIPToByteSequence()
261 tmpBuffer[nCharCounter] = '\0'; in UStringIPToByteSequence()
263 bsByteSequence[nByteSeqCounter++] = static_cast<sal_Int8>( atoi( tmpBuffer ) ); in UStringIPToByteSequence()

Completed in 25 milliseconds