Home
last modified time | relevance | path

Searched refs:sb_herrno (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/uae/uae-0.8.29/src/
H A Dbsdsocket.c106 void bsdsocklib_setherrno (SB, int sb_herrno) in bsdsocklib_setherrno() argument
108 sb->sb_herrno = sb_herrno; in bsdsocklib_setherrno()
113 put_byte (sb->herrnoptr, sb_herrno); in bsdsocklib_setherrno()
116 put_word (sb->herrnoptr, sb_herrno); in bsdsocklib_setherrno()
119 put_long (sb->herrnoptr, sb_herrno); in bsdsocklib_setherrno()
824 return sb->sb_herrno ? 0 : sb->hostent; in bsdsocklib_gethostbyname()
832 return sb->sb_herrno ? 0 : sb->hostent; in bsdsocklib_gethostbyaddr()
1082 tagcopy (currtag, currval, tagptr, (uae_u32 *)&sb->sb_herrno); in bsdsocklib_SocketBaseTagList()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dbsdsocket.c135 void bsdsocklib_setherrno (SB, int sb_herrno) in bsdsocklib_setherrno() argument
137 sb->sb_herrno = sb_herrno; in bsdsocklib_setherrno()
142 put_byte (sb->herrnoptr, sb_herrno); in bsdsocklib_setherrno()
145 put_word (sb->herrnoptr, sb_herrno); in bsdsocklib_setherrno()
148 put_long (sb->herrnoptr, sb_herrno); in bsdsocklib_setherrno()
948 return sb->sb_herrno ? 0 : sb->hostent; in bsdsocklib_gethostbyname()
956 return sb->sb_herrno ? 0 : sb->hostent; in bsdsocklib_gethostbyaddr()
1296 BSDTRACE ((_T("SBTC_HERRNO),%x,%d"), currval, sb->sb_herrno)); in bsdsocklib_SocketBaseTagList()
1297 tagcopy (currtag, currval, tagptr, (uae_u32 *)&sb->sb_herrno); in bsdsocklib_SocketBaseTagList()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dbsdsocket.cpp147 void bsdsocklib_setherrno (SB, int sb_herrno) in bsdsocklib_setherrno() argument
149 sb->sb_herrno = sb_herrno; in bsdsocklib_setherrno()
154 put_byte (sb->herrnoptr, sb_herrno); in bsdsocklib_setherrno()
157 put_word (sb->herrnoptr, sb_herrno); in bsdsocklib_setherrno()
160 put_long (sb->herrnoptr, sb_herrno); in bsdsocklib_setherrno()
990 return sb->sb_herrno ? 0 : sb->hostent; in bsdsocklib_gethostbyname()
998 return sb->sb_herrno ? 0 : sb->hostent; in bsdsocklib_gethostbyaddr()
1398 BSDTRACE ((_T("SBTC_HERRNO),%x,%d"), currval, sb->sb_herrno)); in bsdsocklib_SocketBaseTagList()
1399 tagcopy (currtag, currval, tagptr, (uae_u32*)&sb->sb_herrno); in bsdsocklib_SocketBaseTagList()
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dbsdsocket.h39 int sb_errno, sb_herrno; /* errno and herrno variables */ member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dbsdsocket.h44 int sb_errno, sb_herrno; /* errno and herrno variables */ member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dbsdsocket.h53 int sb_errno, sb_herrno; /* errno and herrno variables */ member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dbsdsock.cpp2182 sb->sb_herrno = 1; in CheckOnline()
2563 BSDTRACE((_T("failed (%d/%d):%d\n"), sb->sb_errno, sb->sb_herrno,argsp->wscnt)); in host_gethostbynameaddr()
/dports/emulators/uae/uae-0.8.29/src/od-win32/
H A Dbsdsock.c1729 TRACE(("failed (%d/%d)\n",sb->sb_errno,sb->sb_herrno)) in host_gethostbynameaddr()