Lines Matching refs:context
119 void WFS_InitServer(WFSServerContext *context,
132 void WFS_EndServer(WFSServerContext *context);
149 BOOL WFS_RegisterServerTable(WFSServerContext *context,
162 void WFS_CallServerConnectHook(WFSServerContext *context, const WFSPeerInfo *peer);
174 void WFS_CallServerDisconnectHook(WFSServerContext *context, const WFSPeerInfo *peer);
186 void WFS_CallServerPacketSendHook(WFSServerContext *context, WFSPacketBuffer *packet);
198 void WFS_CallServerPacketRecvHook(WFSServerContext *context, const WFSPacketBuffer *packet);
210 int WFS_GetServerConnectedBitmap(const WFSServerContext *context) in WFS_GetServerConnectedBitmap() argument
212 return context->all_bitmap; in WFS_GetServerConnectedBitmap()
225 int WFS_GetServerBusyBitmap(const WFSServerContext *context) in WFS_GetServerBusyBitmap() argument
227 return context->busy_bitmap; in WFS_GetServerBusyBitmap()
240 int WFS_GetServerSyncBitmap(const WFSServerContext *context) in WFS_GetServerSyncBitmap() argument
242 return context->sync_bitmap; in WFS_GetServerSyncBitmap()
254 int WFS_GetServerPacketLength(const WFSServerContext *context);
266 void WFS_SetServerPacketLength(WFSServerContext *context, int length);
285 void WFS_SetServerSync(WFSServerContext *context, int bitmap);
307 BOOL WFS_ExecuteRomServerThread(WFSServerContext *context, FSFile *file, BOOL sharedFS);