#include "iorequest_be.h"
Go to the source code of this file.
Functions | |
void | GWEN_Io_Request_SetIoLayer (GWEN_IO_REQUEST *r, GWEN_IO_LAYER *io) |
void | GWEN_Io_Request_SetResultCode (GWEN_IO_REQUEST *r, int result) |
void | GWEN_Io_Request_SetStatus (GWEN_IO_REQUEST *r, GWEN_IO_REQUEST_STATUS st) |
void GWEN_Io_Request_SetIoLayer | ( | GWEN_IO_REQUEST * | r, | |
GWEN_IO_LAYER * | io | |||
) |
Definition at line 290 of file iorequest.c.
Referenced by GWEN_Io_Layer_AddRequest(), and GWEN_Io_Layer_DelRequest().
void GWEN_Io_Request_SetResultCode | ( | GWEN_IO_REQUEST * | r, | |
int | result | |||
) |
Definition at line 250 of file iorequest.c.
Referenced by GWEN_Io_Layer_AddRequest(), and GWEN_Io_Request_Finished().
void GWEN_Io_Request_SetStatus | ( | GWEN_IO_REQUEST * | r, | |
GWEN_IO_REQUEST_STATUS | st | |||
) |
Definition at line 232 of file iorequest.c.
Referenced by GWEN_Io_Layer_AddRequest(), and GWEN_Io_Request_Finished().