Searched refs:_PR_MD_MAP_SOCKET_ERROR (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_unix_errors.h95 #define _PR_MD_MAP_SOCKET_ERROR _MD_unix_map_socket_error macro
H A D_win32_errors.h98 #define _PR_MD_MAP_SOCKET_ERROR _MD_win32_map_socket_error macro
H A D_os2_errors.h98 #define _PR_MD_MAP_SOCKET_ERROR _MD_os2_map_socket_error macro
H A D_win16.h547 #define _PR_MD_MAP_SOCKET_ERROR _PR_MD_map_error macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbnet.c843 _PR_MD_MAP_SOCKET_ERROR( err );
858 _PR_MD_MAP_SOCKET_ERROR(err);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2sock.c88 _PR_MD_MAP_SOCKET_ERROR(err);
731 _PR_MD_MAP_SOCKET_ERROR(err);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95sock.c67 _PR_MD_MAP_SOCKET_ERROR(WSAGetLastError());
H A Dw16sock.c110 _PR_MD_MAP_SOCKET_ERROR(rv);
H A Dntio.c1147 _PR_MD_MAP_SOCKET_ERROR(WSAGetLastError());
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c472 _PR_MD_MAP_SOCKET_ERROR(err);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c3481 if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno);

Completed in 4412 milliseconds