Home
last modified time | relevance | path

Searched refs:g_nSocketImpl (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sal/osl/w32/
H A Dsocket.cxx445 static sal_uInt32 g_nSocketImpl = 0; variable
453 if( g_nSocketImpl ) in ~LeakWarning()
454 OSL_TRACE( "sal_socket: %d socket instances leak\n" , g_nSocketImpl ); in ~LeakWarning()
471 g_nSocketImpl++; in __osl_createSocketImpl()
483 if (--g_nSocketImpl == 0) in __osl_destroySocketImpl()
/aoo42x/main/sal/osl/unx/
H A Dsocket.c460 static sal_uInt32 g_nSocketImpl = 0; variable
469 if( g_nSocketImpl )
470 OSL_TRACE( "sal_socket: %d socket instances leak\n" , g_nSocketImpl );
498 g_nSocketImpl ++; in __osl_createSocketImpl()
508 g_nSocketImpl --; in __osl_destroySocketImpl()
/aoo42x/main/sal/osl/os2/
H A Dsocket.c460 static sal_uInt32 g_nSocketImpl = 0; variable
469 if( g_nSocketImpl )
470 OSL_TRACE( "sal_socket: %d socket instances leak\n" , g_nSocketImpl );
498 g_nSocketImpl ++; in __osl_createSocketImpl()
508 g_nSocketImpl --; in __osl_destroySocketImpl()

Completed in 41 milliseconds