Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/osl/socket/
H A Dsockethelper.cxx228 sal_Char tmpBuffer[4]; in UStringIPToByteSequence() local
236 tmpBuffer[nCharCounter++] = *pChar; in UStringIPToByteSequence()
239 tmpBuffer[nCharCounter] = '\0'; in UStringIPToByteSequence()
241 bsByteSequence[nByteSeqCounter++] = static_cast<sal_Int8>(atoi( tmpBuffer )); in UStringIPToByteSequence()
H A Dosl_Socket.cxx249 sal_Char tmpBuffer[4]; in UStringIPToByteSequence() local
257 tmpBuffer[nCharCounter++] = *pChar; in UStringIPToByteSequence()
260 tmpBuffer[nCharCounter] = '\0'; in UStringIPToByteSequence()
262 bsByteSequence[nByteSeqCounter++] = static_cast<sal_Int8>( atoi( tmpBuffer ) ); in UStringIPToByteSequence()

Completed in 32 milliseconds