Lines Matching defs:work
197 static void WBTi_InitBitmap(WBTContext * work, WBTPacketBitmap * pkt_bmp, s32 length, u32 *bits, u8… in WBTi_InitBitmap()
311 static u8 *WBTi_GetPacketBuffer(WBTContext * work, u32 id, s32 index) in WBTi_GetPacketBuffer()
364 static void WBTi_SwitchNextCommand(WBTContext * work) in WBTi_SwitchNextCommand()
430 static void WBTi_NotifySystemCallback(WBTContext * work, WBTCommandType event, int aid, in WBTi_NotifySystemCallback()
504 int WBTi_TryCreateResponse(WBTContext * work, int aid, void *buf, int size, int command, in WBTi_TryCreateResponse()
701 static int WBTi_CheckRequest(WBTContext * work, void *send_buf, int size) in WBTi_CheckRequest()
801 static int WBTi_CheckBlockResponse(WBTContext * work, void *buffer, int length) in WBTi_CheckBlockResponse()
879 int WBT_CallPacketSendHook(WBTContext * work, void *buffer, int length, BOOL is_parent) in WBT_CallPacketSendHook()
1017 static void WBTi_NotifyCompletionCallback(WBTContext * work, WBTCommandType event, int aid) in WBTi_NotifyCompletionCallback()
1068 void WBT_CallPacketRecvHook(WBTContext * work, int aid, const void *buffer, int length) in WBT_CallPacketRecvHook()
1310 void WBT_InitContext(WBTContext * work, void *userdata, WBTEventCallback callback) in WBT_InitContext()
1343 void WBT_ResetContext(WBTContext * work, WBTEventCallback callback) in WBT_ResetContext()
1386 void WBT_PostCommand(WBTContext *work, WBTCommandList *list, u16 bitmap, in WBT_PostCommand()
1422 int WBT_CancelCommand(WBTContext * work, int bitmap) in WBT_CancelCommand()
1485 int WBT_GetBitmapLength(const WBTContext *work, int length) in WBT_GetBitmapLength()
1506 void WBT_GetDownloadProgress(const WBTContext *work, u32 id, int aid, int *count, int *total) in WBT_GetDownloadProgress()
1535 BOOL WBT_SetPacketLength(WBTContext * work, int own, int peer) in WBT_SetPacketLength()
1577 WBT_RegisterBlockInfo(WBTContext * work, WBTBlockInfoList *list, u32 id, in WBT_RegisterBlockInfo()
1610 WBTBlockInfoList *WBT_UnregisterBlockInfo(WBTContext * work, u32 id) in WBT_UnregisterBlockInfo()
1639 int WBT_GetRegisteredCount(const WBTContext * work) in WBT_GetRegisteredCount()