Searched refs:DELEGATION_EXCHANGE_BUFFER (Results 1 – 2 of 2) sorted by relevance
125 } DELEGATION_EXCHANGE_BUFFER; typedef379 static DELEGATION_EXCHANGE_BUFFER * g_pExchangeBuffer;892 … pOperation->params[0].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sAdministrativeData); in runSession()896 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions); in runSession()900 pOperation->params[2].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sWorkspace); in runSession()1146 nExchangeBufferSize = sizeof(DELEGATION_EXCHANGE_BUFFER)-1+g_nWorkspaceSize; in createSession()1147 g_pExchangeBuffer = (DELEGATION_EXCHANGE_BUFFER*)malloc(nExchangeBufferSize); in createSession()
129 } DELEGATION_EXCHANGE_BUFFER; typedef422 static DELEGATION_EXCHANGE_BUFFER * g_pExchangeBuffer;1010 … pOperation->params[0].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sAdministrativeData); in runSession()1014 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions); in runSession()1018 pOperation->params[2].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sWorkspace); in runSession()1312 nExchangeBufferSize = sizeof(DELEGATION_EXCHANGE_BUFFER)-1+g_nWorkspaceSize; in createSession()1313 g_pExchangeBuffer = (DELEGATION_EXCHANGE_BUFFER*)malloc(nExchangeBufferSize); in createSession()