Searched refs:SOCKET_ERROR (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/crashrep/source/unx/ |
H A D | main.cxx | 50 #define SOCKET_ERROR -1 macro 370 if ( SOCKET_ERROR != send( s, buffer, strlen(buffer), 0 ) ) in SendHTTPRequest() 382 success = SOCKET_ERROR != send( s, buffer, nBytes, 0 ); in SendHTTPRequest() 392 success = SOCKET_ERROR != recv( s, buffer, sizeof(buffer), 0 ); in SendHTTPRequest()
|
/aoo4110/main/sal/osl/w32/ |
H A D | salinit.cxx | 88 if ( SOCKET_ERROR == WSACleanup() ) in sal_detail_deinitialize()
|
H A D | socket.cxx | 71 #define OSL_SOCKET_ERROR SOCKET_ERROR /* WIN32 */
|
/aoo4110/main/crashrep/source/win32/ |
H A D | soreport.cpp | 2468 if ( SOCKET_ERROR != send( s, buffer, strlen(buffer), 0 ) ) in SendHTTPRequest() 2477 success = SOCKET_ERROR != send( s, buffer, nBytes, 0 ); in SendHTTPRequest() 2483 success = SOCKET_ERROR != recv( s, buffer, sizeof(buffer), 0 ); in SendHTTPRequest()
|
Completed in 25 milliseconds