Searched refs:privateCommandSize (Results 1 – 1 of 1) sorted by relevance
224 size_t privateCommandSize = privateCommand.size(); in IsPrivateCommandValid() local227 if (privateCommandSize == 0 || privateCommandSize > maxSize) { in IsPrivateCommandValid()260 size_t privateCommandSize = privateCommand.size(); in IsSystemPrivateCommand() local261 if (privateCommandSize == 0 || privateCommandSize > MAX_PRIVATE_COMMAND_COUNT) { in IsSystemPrivateCommand()