Searched refs:authorizationSize (Results 1 – 1 of 1) sorted by relevance
214 UINT32 authorizationSize; // number of bytes in the session area in ExecuteCommand() local216 result = UINT32_Unmarshal(&authorizationSize, &buffer, &size); in ExecuteCommand()224 if( authorizationSize < 9 in ExecuteCommand()225 || authorizationSize > (UINT32) size) in ExecuteCommand()233 parmBufferStart = sessionBufferStart + authorizationSize; in ExecuteCommand()238 parmBufferSize = size - authorizationSize; in ExecuteCommand()244 authorizationSize, in ExecuteCommand()