Searched refs:buffToFree (Results 1 – 3 of 3) sorted by relevance
56 | buffToFree | void* | Points to IPC memory to be freed (a previously received message which …61 - buffToFree must point at the message being replied to and the **BUFF_FREE** flag must be set.62 - The outMsg recipient (target.handle) must match the buffToFree sender (taskID).63 - The outMsg and buffToFree timestamps must match.64 …- buffToFree must be a **MT_REQUEST** type message and cannot be marked as **LITEIPC_FLAG_ONEWAY**.65 - buffToFree must be addressed to a service of the current process.70 …emory used by the buffToFree message so it can be used again later for receiving messages. Return…75 …re was an error in **SEND**. Error checking on buffToFree occurs before **SEND**, an error in buf…147 content.buffToFree = content.inMsg;178 content.buffToFree = content.inMsg;
74 void *buffToFree; member
137 .buffToFree = buffer in IpcFreeBuffer()218 .buffToFree = ipcMsg in SendReply()255 .buffToFree = ipcMsg in SendFailedReply()