Go to the source code of this file.
◆ SRead()
Definition at line 118 of file SRead.c.
137 tleft = (
int) (done -
now);
139 nread =
size - nleft;
161 nread =
size - nleft;
174 #if defined(WIN32) || defined(_WINDOWS) 175 nread =
recv(sfd, (
char *)
buf, nleft, 0);
177 nread =
read(sfd, (
char *)
buf, nleft);
184 nread =
size - nleft;
187 nread =
size - nleft;
207 nread =
size - nleft;
#define SELECT_TYPE_ARG234
#define LIBSIO_USE_VAR(a)
GLenum GLuint GLenum GLsizei const GLchar * buf
#define kFullBufferRequired
INT WSAAPI select(IN INT s, IN OUT LPFD_SET readfds, IN OUT LPFD_SET writefds, IN OUT LPFD_SET exceptfds, IN CONST struct timeval *timeout)
#define kFullBufferRequiredExceptLast
INT WSAAPI recv(IN SOCKET s, OUT CHAR FAR *buf, IN INT len, IN INT flags)
_CRTIMP int __cdecl read(_In_ int _FileHandle, _Out_writes_bytes_(_MaxCharCount) void *_DstBuf, _In_ unsigned int _MaxCharCount)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
Referenced by FTPGetOneF(), and SReadline().
◆ UNUSED() [1/2]
static char UNUSED |
( |
gSioVersion |
[] | ) |
|
|
static |
◆ UNUSED() [2/2]