Home
last modified time | relevance | path

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

/AOO41X/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx1013 sal_Bool * pbDontRoute = ( sal_Bool * )malloc( sizeof ( sal_Bool ) ); in getOption_004() local
1014 … sal_Int32 nRes = sSocket.getOption( osl_Socket_OptionInvalid, pbDontRoute, sizeof ( sal_Bool ) ); in getOption_004()
1015 free( pbDontRoute ); in getOption_004()
H A Dosl_Socket.cxx2348 sal_Bool * pbDontRoute = ( sal_Bool * )malloc( sizeof ( sal_Bool ) ); in getOption_004() local
2349 … sal_Int32 nRes = sSocket.getOption( osl_Socket_OptionInvalid, pbDontRoute, sizeof ( sal_Bool ) ); in getOption_004()
2350 free( pbDontRoute ); in getOption_004()